Tag: subsystem
-
Mounting, Unmounting Drives and Network Folders on Windows Subsystem for Linux
Here is how you mount drives in linux on windows: sudo mkdir /mnt/e (specify the drive letter you want to mount) sudo mount -t drvfs e: /mnt/e To unmount: sudo umount /mnt/e Mount a network folder: sudo mount -t drvfs ‘\\server\share’ /mnt/share (remember to sudo mkdir /mnt/share first)
-
Where is Ubuntu’s Filesystem Located on Windows Subsystem for Linux?
You can find your filesystem here: C:\Users\USERNAME-HERE\AppData\Local\Packages\CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc\LocalState Or with this: %AppData%\Local\Packages\CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc\LocalState And yes, that seemingly random block of text is the same for everyone.