facelordgists
2/12/2019 - 10:33 PM

How to enable writing to NTFS drives on a mac

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