Saturday, October 26, 2013

MacOs #Mavericks: Can read but can´t write to an external drive?

If you have a big enough USB stick or external USB hard drive and use it with Windows, chances are they are formatted with NTFS.  The good thing is that as of Mac OS X 10.3 and later Apple introduced support for NTFS drives,  however by default it´s read only. Meaning you can see & use whatever the drive has, but can´t add or change information on it (like having a CD-ROM drive). Not an ideal solution.
There are two ways to change this behaviour in MacOS Mavericks, via the Apple driver or 3rd party software

1) Set-up with the Apple driver:
Pros:
- No 3rd party driver needed that you need to spend money with
Cons:
- You need to set it up one device at a time
- Not 100% reliable

1) Make sure your NTFS drive has a name with only one word (i.e. no spaces)
2) Open Terminal: Utilities -> Terminal
MacOS Mavericks Terminal
3) execute:
sudo nano /etc/fstab
It will ask you for your administrator password

4) Add the following line :
LABEL=<USBNAME> none ntfs rw,auto,nobrowse
 Replacing <USBNAME> with the name of your external hard disk
MacOS Mavericks Terminal

5) Press Ctrl-X to exit, and Yes to the question if you want to save and keep the same filename
6) Eject your external drive via Finder
7) Reconnect your external drive
8) In the Terminal window, execute:
open /Volumes
Done!

2) Set-up with 3rd party software
Pros:
Easy to use, no configuration needed. Just install, restart your computer and done
Works with any HDD USB key without needing to configure each new device
Cons:
Not free, but does have 14 day trial

1) Download driver from
http://www.paragon-drivers.com/ntfs-mac/
2) Install
3) Restart
There will be a new icon within System Preferences that allows you to change any permissions you might need and register the software.
MacOS Mavericks Terminal
MacOS Mavericks Terminal
4) Plug in any NTFS drive you want, they allow reading and writing.

No comments :

Post a Comment