Skip to content

Instantly share code, notes, and snippets.

@ruyjfs
Last active May 31, 2020 12:42
Show Gist options
  • Save ruyjfs/6d6536631f283a2c0bd4f175b5b75054 to your computer and use it in GitHub Desktop.
Save ruyjfs/6d6536631f283a2c0bd4f175b5b75054 to your computer and use it in GitHub Desktop.

Access external HD NTFS to read, write and delete files and paths.

Open to write

sudo vim /etc/fstab

Put this on file, add this line and change NAME_OF_YOU_HD

LABEL=NAME_OF_YOU_HD none ntfs rw,auto,nobrowse

Disconnect and reconect you HD and run this command on terminal

open /Volumes

The HD is hide, this command show HD to write then

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