Enable NTFS write on Mac OSX

Open /etc/fstab for writing
sudo nano /etc/fstab

Add the following line to the file
LABEL=NAME none ntfs rw,auto,nobrowse

Unmount and attach the NTFS drive.

Open the folder where it is mounted.
open /Volumes

Reference

Comments