I have updated Windows 10 and installed the new bash on windows.
However on both PC's I have tried I am unable to mount a network share.
I've tried many different ways to mount the share:
sudo mount -t cifs -o username=xx,password=xx //192.168.x.x/Share /mnt/s
When running the above command it looks like it has worked, no errors (even with the --verbose option)
However going to /mnt/s shows nothing and mount shows: //192.168.x.x/Share on /mnt/s type cifs (rw).
I am able to browse all the files/folders on the share using smbclient