Read / Write NTFS on Mac OSX

Open Disk Utility:
Applications => Utilities => Disk Utility

Right click partition, and click Information.
Take note the value on Universal Unique Identifier.

Open Terminal:
Applications => Utilities => Terminal

Edit /etc/fstab:
$ sudo nano /etc/fstab

Type in this line into /etc/fstab:
UUID=[type in UUID from disk utility] none ntfs rw

Save the file.
Reboot.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.