-
Notifications
You must be signed in to change notification settings - Fork 822
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WSL2 Not all drives mounted in /mnt #6286
Comments
I ran into the same issue. I have a NTFS volume I mounted as a additional drive after launching WSL2, but it doesn't show up in
Doing a full shutdown with |
The exact same thing is happening to me. Laptop with two internal drives, C: and D:, the latter is not mounted. Must always perform I am running Windows 10 Home, version 21H1, compilation 19043.928 with Windows Feature Experience Pack 120.2212.3530.0 |
Same issue here. Adding a manual entry to the
I should probably mention that the order of events was:
I don't know if it would have worked, if the second hard drive existed before Ubuntu was installed... Just an idea. I have the following in my
Which fixes the problem, but as this is clearly a bug, I thought I'd throw my hat in to the ring, and provide a few more details. |
I had the same issue it required a wsl --shutdown then relaunch and then all of the new HDD mount points are available. |
Hi, |
Same issue, the drive 'i' is empty. Worth mentioning, the drive is a Google Drive endpoint. Maybe it is initialized later than WSL upon the system start? Other drives (including mounted Google Drives) are mounted in WSL fine. |
Same issue after running wsl --update I suspect. When I did the volumes:
files-data6:
driver: local
driver_opts:
o: bind
type: none
device: /e/Files |
Happened again after an unexpected restart.
Then clicking yes on docker desktops popup to restart wsl2 backend made it work again. |
This issue has been automatically closed since it has not had any activity for the past year. If you're still experiencing this issue please re-file this as a new issue or feature request. Thank you! |
I need to this |
I just encountered, that only
C:/
drive is mounted on/mnt/c
, but all other drives (D,E,F, ...) are not.C - internal drive - mounted
D - internal drive - not mounted
E - external drive (USB) - not mounted
I don't know what caused the issue, but after
wsl --shutdown
everything is mounted back again.The text was updated successfully, but these errors were encountered: