container-systemd-init-tool
container-systemd-init-tool copied to clipboard
Drives not being mounted correctly
Checking the drives:
Kernel Version:
Windows Version:
Build 20161 (Dev Channel)
My drives are being mounted correctly, but every time i start wsl session i get this annoying message: An error occurred mounting one of your file systems. Please run 'dmesg' for more details.
It's probably because one of my drives is encrypted. Anyway, I'm attaching dmesg. Hope it will help you resolve this issue.
I am having the same problem and I think it is a WSL problem. See: microsoft/wsl#4101 microsoft/wsl2-linux-kernel#91
Running into this same issue. All drives in /mnt/ come back blank.
the first time start after installed is ok, but restart after shutdown will raise this problem. ubuntu doesn't have this problem.
use this sudo mount -t drvfs C: /mnt/c
manually