MJN All Blog Cheatsheets Elasticsearch GCP JS LinuxBash Misc Notes Other ShortcutKeys / - Search

Home / Other / WSL / WSL Move C Drive to Root Directory


sudo mkdir -p /c

Update /etc/fstab; requires su.

sudo sh -c "echo '/mnt/c /c none bind' >> /etc/fstab"

Reload fstab; requires su.

sudo mount -a


This page was generated by GitHub Pages. Page last modified: 20/09/07 14:07