Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

How to enable the NTFS Read/Write support without 3rd party software?

Is there a way to enable the NTFS Read/Write support of Mac OS X 10.6.8?

MacBook Pro, Mac OS X (10.6.8)

Posted on Aug 27, 2011 7:04 PM

Reply
Question marked as Best reply

Posted on Aug 27, 2011 7:27 PM

Well, I've used Paragon NTFS, but if you don't want to use 3rd party software, you should do this AT YOUR OWN RISK:


Open Terminal.app (/Applications/Utilities/Terminal)

Type "diskutil info /Volumes/volume_name" and copy the Volume UUID (bunch of numbers).

Backup /etc/fstab if you have it, shouldn't be there in a default install.

Type "sudo nano /etc/fstab".

Type in "UUID=paste_the_uuid_here none ntfs rw" or "LABEL=volume_name none ntfs rw" (if you don't have UUID for the disk).

Repeat for other NTFS partitions.

Save the file (ctrl-x then y) and restart your system.


After reboot, NTFS partitions should natively have read and write support. This works in both 32 and 64-bit kernels. Support is quite good and fast, it even recognizes file attributes such as hidden files.


Good luck!

3 replies
Question marked as Best reply

Aug 27, 2011 7:27 PM in response to jm.oleo

Well, I've used Paragon NTFS, but if you don't want to use 3rd party software, you should do this AT YOUR OWN RISK:


Open Terminal.app (/Applications/Utilities/Terminal)

Type "diskutil info /Volumes/volume_name" and copy the Volume UUID (bunch of numbers).

Backup /etc/fstab if you have it, shouldn't be there in a default install.

Type "sudo nano /etc/fstab".

Type in "UUID=paste_the_uuid_here none ntfs rw" or "LABEL=volume_name none ntfs rw" (if you don't have UUID for the disk).

Repeat for other NTFS partitions.

Save the file (ctrl-x then y) and restart your system.


After reboot, NTFS partitions should natively have read and write support. This works in both 32 and 64-bit kernels. Support is quite good and fast, it even recognizes file attributes such as hidden files.


Good luck!

How to enable the NTFS Read/Write support without 3rd party software?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.