Read / Write NTFS on Mac OSX

Share

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

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