Skip to content

Instantly share code, notes, and snippets.

@facelordgists
Created February 12, 2019 22:33
Show Gist options
  • Save facelordgists/44b7467c3791914ab559327bb3192e06 to your computer and use it in GitHub Desktop.
Save facelordgists/44b7467c3791914ab559327bb3192e06 to your computer and use it in GitHub Desktop.

Edit fstab from the terminal

sudo nano /etc/fstab

Add the following line (replace NAME with the drive name, ensuring the drive name has no spaces)

LABEL=NAME none ntfs rw,auto,nobrowse

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment