Skip to content

Instantly share code, notes, and snippets.

@wildiney
Created December 17, 2021 17:23
Show Gist options
  • Save wildiney/d2935ef0fbe39bc1b8d643616c1fc31d to your computer and use it in GitHub Desktop.
Save wildiney/d2935ef0fbe39bc1b8d643616c1fc31d to your computer and use it in GitHub Desktop.
// Ensure the folder exists for the mount target (e.g. /mnt/m)
// Open /etc/fstab and add a line such as the following:
M: /mnt/m drvfs defaults 0 0
// Reload the fstab file with sudo mount -a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment