botbotbot 's blog

Enable NTFS write on OSX

Automatical Way

http://www.macthai.com/2012/06/06/how-to-mac-read-write-ntfs-fat32-file-osx/

Manual Way

  1. get UUID form this command

    diskutil info /Volumes/<drivename> |  grep UUID
    
  2. edit /etc/fstab

    sudo vim /etc/fstab
    
  3. add this with edit <uuid_drive>

    UUID=<uuid_drive> none ntfs rw,auto,nobrowse
    
  4. reject and plug it agian
  5. open hdd with this command

    open /Volumes
    
  6. If want to remove writable NTFS drive

    sudo rm /etc/fstab
    

References:

  1. http://coolestguidesontheplanet.com/how-to-write-to-a-ntfs-drive-from-os-x-mavericks/
  2. http://learnaholic.me/2013/11/11/enable-ntfs-write-on-mac-os-x-mavericks/
  3. วิธีทำให้ Mac อ่านและเขียนไฟล์ NTFS บน Windows ได้