From 1f4de96e01a78671f3f0125aa7530e3badb5d45a Mon Sep 17 00:00:00 2001 From: mintty Date: Tue, 2 Jun 2020 22:45:05 +0200 Subject: [PATCH] notes on curing various WSL startup issues (#246, #248) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 53cc0cd..d268cad 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,10 @@ its runtime may be affected by some over-ambitious virus defense strategy. For example, with Windows Defender, option “Force randomization for images” should be disabled. +If wsltty fails with an error message that mentions a disk mount path (e.g. `/mnt/c`), +workarounds may be the shutdown of the WSL V2 virtual machine (`wsl --shutdown` on the distro) +or turning off “fast startup” in the Windows power settings (#246, #248). + --- ### Configuration ###