:: krowemoh

Thursday | 26 DEC 2024
Posts Links Other About Now

previous
next

Mounting Network Drives - WSL

2023-02-17

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.