Want to highlight a helpful answer? Upvote!

Did someone help you, or did an answer or User Tip resolve your issue? Upvote by selecting the upvote arrow. Your feedback helps others! Learn more about when to upvote >

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

will mountain lion read/write to an NTFS external hard drive?

hi, I am looking at purchasing a new MacBook Pro and I currently have an external hard drive which I use quite a lot with my Windows pc and it is formatted to NTFS and I wanted to know whether Mountain Lion will be able to read and write to this hard drive.


thanks

OS X Mountain Lion

Posted on Jul 28, 2012 7:44 PM

Reply
60 replies

Jun 11, 2013 5:11 AM in response to tomroon

Hey Thawn1 does your method

For me, creating/editing /etc/fstab did not work as described above. I had to replace LABEL=... with UUID=

and use the Volume uuid that I got by typing:


diskutil info /Volumes/<LabelOfYourDrive>


into a terminal.


still work with the newest version of mountain lion 10.8.4 can u able to reply to me please well if you get it please

Jun 11, 2013 5:10 AM in response to thawn1

Hey Thawn1 does your method

For me, creating/editing /etc/fstab did not work as described above. I had to replace LABEL=... with UUID=

and use the Volume uuid that I got by typing:


diskutil info /Volumes/<LabelOfYourDrive>


into a terminal.


still work with the newest version of mountain lion 10.8.4 can u able to reply to me please well if you get it please

Jun 11, 2013 6:26 AM in response to XDvenom

I just put up some step-by-step instructions that should help:

  1. plug your drive in (I'll assume it is labeled "Data", you can find out the label by opening disk utility)
  2. open a terminal window
  3. type (replace Data with the name of your drive):
    diskutil info /Volumes/Data | grep UUID
  4. copy the volume uuid (in this example :EF6B132A-A6AD-43F1-B571-3C4B3CD79619)
  5. type (all on one line and the quotation marks must be exactly where they are):
    sudo echo "UUID=EF6B132A-A6AD-43F1-B571-3C4B3CD79619 none ntfs rw,auto,nobrowse" >> /etc/fstab
  6. reboot
  7. the disk will not show up in your finder or on the desktop. The reason for that is the nobrowse option which is necessary for this to work in OSX 10.8.x. Personally, I think this is just harassment by Apple. To access the disk, you need to open a terminal and type:
    open /Volumes/Data
  8. voila, a finder window showing your disk will open and will allow you to write to the disk.


Message was edited by: thawn1

Aug 21, 2013 12:15 PM in response to CLNMPw

Thank you. It works well on the newest version of mountain lion 10.8.4. Anybody who found it did not work should be aware of no quotes or spaces appeared on LABEL value. Moreover, you may add Macintosh HD\Volumes to Favorites of the Finder, then it will turn out so convenient. As the Volumes folder is hidden, you need to search it with File visbility in invisible items, just via "Find".


Have fun.

Sep 20, 2013 1:43 AM in response to tomroon

I have been using Mountain Lion and NTFS disks without issues for long.


Install Fuse for OS X first - well maintained project : http://osxfuse.github.io/


Then I installed NTFS-3G

I'm running 2010.10.2 from http://sourceforge.net/projects/catacombae/)

seems a bit out of date but works well for me.


I have not tried yet NTFS for Mac OS X http://ntfsosx.sourceforge.net/


HTH Edoardo


ETA: I forgot, a patch called fuse_wait may help

details here : https://github.com/osxfuse/osxfuse/wiki/NTFS-3G

will mountain lion read/write to an NTFS external hard drive?

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