Significantly easier these days to mount a network share!
Make sure to create the mount directory!
sudo mkdir /mnt/s
sudo mount -t drvfs S: /mnt/s
You can update /etc/fstab to make it automatic:
S: /mnt/s drvfs defaults 0 0
This coupled with nginx on windows gives a pretty good environment to web development.