I am using Windows 10 version 1903 OS Build 18362.356 and WSL (Ubuntu 18.04). I can access files in my C: drive just fine, however there is a a drive under the "Network" section on windows explorer that I can't find anywhere. I am aware that this has been asked here before but when I try the answer: https://superuser.com/a/1261563/1089317
i.e.:
$ sudo mkdir /mnt/share
$ sudo mount -t drvfs '\\server\share' /mnt/share
(which I did as 2 separate commands, the 1st one runs fine) and I get the error after the 2nd statement:
mount: mnt/share: mount point does not exist. <3>init: (5524) ERROR: UtilCreateProcessAndWait:360: /bin/mount failed with status 0x2000 No error information
any help will be very appreciated.
Thanks