:: krowemoh

Thursday | 13 NOV 2025
Posts Links Other About Now

previous
next

2023-02-17
Mounting Network Drives - WSL

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.