Mount NTFS disks as Read Write

From Tech-Wiki
Revision as of 02:54, 8 August 2016 by Fabricio.Lima (Talk | contribs) (Created page with "Category:Apple '''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/f...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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