I have a laptop which I've dual-booted with Ubuntu and Windows 10.
My goal is to use a bash shell inside windows to access the linux partition.
Inside Windows, I've installed the Linux subsystem and also used Ext2Fsd to create a D:// drive for the Linux system.
In the Bash shell, though, I can only see the C:// drive. How can I access the D:// drive?
I tried creating a shortcut in windows, but it makes .lnk file that I'm not sure how to follow in Linux.
mountcommand run? Linux or Windows? – max pleaner Apr 12 '17 at 17:33mounting drives. WSL itself pseudo-mounts your fixed NTFS drives, but users cannot manually do this yet. – Richard Turner Apr 13 '17 at 20:01mounting drives is not currently supported by WSL. – DavidPostill Apr 13 '17 at 20:10