Windows Filesystem
To edit files (git repos) on windows machine with WSL:
sudo umount /mnt/c
sudo mount -t drvfs C: /mnt/c -o metadata
To edit files (git repos) on windows machine with WSL:
sudo umount /mnt/c
sudo mount -t drvfs C: /mnt/c -o metadata