Mount NTFS disks as Read Write

From Tech-Wiki
Jump to: navigation, search

Back to Mac

Type the following command into the terminal to open the /etc/fstab for editing in the nano text editor:

sudo nano /etc/fstab

Add the following line to nano, replacing “NAME” with the label of your NTFS drive:

LABEL=NAME none ntfs rw,auto,nobrowse