If you have noticed, Mac OS X doesn’t support writing onto NTFS disks. But not to worry, you don’t have to install any third party drivers to enable this. Mountain Lion 10.8.3 already has native write support for the NTFS. OSX Mountain Lion does have built-in support for NTFS, and it can read and write. However, Apple does not enable it by default.
Here is what you should do:
Uninstall other 3rd-party NTFS software, like Paragon, Tuxera or NTFS-3G.
Edit /etc/fstab (you can do this with “sudo vi /etc/fstab”)
Add the following line:Quit your editor复制代码
- LABEL=”VOLUME_NAME_WITHOUT_QUOTES” none ntfs rw,auto,nobrowse
Now, just unmount and re-mount the disk
And we are done! You now have read-write support for this disk in OSX
Wait a minute, I don’t see my disk listed in the Finder window!
As of Mountain Lion, the “nobrowse” mount option is required for this to work. This means that the partition will not show up on your desktop. However, you can access it normally through Finder by doing the following:
Open Terminal and type “” (without the quotes)复制代码
- open /Volumes/THE_NAME_OF_YOUR_VOLUME
The Finder pops up automatically and you can see your disk listed there.
This implementation is definitely better than any 3rd party implementation available.
Usage
If there was no error during installation then the NTFS volume can be mounted in read-write mode for everybody as follows. Unmount the volume if it had already been mounted, replace /dev/sda1 and /mnt/windows, if needed.Please see the NTFS-3G Manual for more options and examples.复制代码
- mount -t ntfs-3g /dev/sda1 /mnt/windows
You can also make NTFS to be mounted during boot by adding the following line to the end of the /etc/fstab file:复制代码
- /dev/sda1 /mnt/windows ntfs-3g defaults 0 0
欢迎光临 FreeOZ论坛 (https://hioz.im/ibbs/) | Powered by Discuz! X3.2 |