I can see the mounted container in /mnt/w/ but cannot access any contents there.
Asked
Active
Viewed 6,212 times
2 Answers
9
After unlocking the bitlocker volume/partition on Windows, execute on WSL:
sudo mount -t drvfs -o uid=1000,gid=1000 W: /mnt/w
Stephen Rauch
- 3,296
JBJlocked
- 91
- 1
- 2
3
What works for me, is unlocking the bitlocker volume in Windows before starting the Ubuntu bash (WSL). If I start the WSL bash before unlocking, I won't see anything until rebooting Windows and then unlocking the volume before launching the WSL bash.
benzhi
- 31