Results 1 to 4 of 4

Thread: Enable NTFS Read / Write in Snow Leopard

  1. #1
    Join Date
    Dec 2008
    Posts
    16

    Enable NTFS Read / Write in Snow Leopard

    hi
    i am using Snow Leopard on my mac now my problem is i can not read my windows portable disk with ntfs file system on Snow Leopard, but i want to how i can able to Read/Write NTFS in Snow Leopard ? please help me
    thank you

  2. #2
    Join Date
    Feb 2009
    Posts
    117

    Re: Enable NTFS Read / Write in Snow Leopard

    I think NTFS-3G driver can help you .The NTFS-3G driver is a freely and commercially available and supported read / write NTFS driver for Linux, Mac OS X, FreeBSD, NetBSD, OpenSolaris QNX, Haiku, and other operating systems. It provides safe and fast handling of the Windows XP , Windows Server 2003, Windows 2000, Windows Vista, Windows Server 2008 and Windows file systems 7.

    NTFS-3G develops, tests and materials quality is trustable, feature rich and high performance solution for hardware platforms and operating systems Whose users need to reliably interoperate with NTFS. get it from ntfs-3g.org

  3. #3
    Dr. V Guest

    Re: Enable NTFS Read / Write in Snow Leopard

    • Open Terminal.app
    • Type diskutil info /Volumes/volume_name
    • copy the Volume UUID (bunch of numbers).
    • Backup /etc/fstab
    • Type sudo nano /etc/fstab.
    • Type UUID=paste_the_uuid_here none ntfs rw or LABEL=volume_name none ntfs rw
    • Repeat for other NTFS partitions.
    • Save the file
    • restart
    • done

  4. #4
    Join Date
    Apr 2008
    Posts
    3,267

    Re: Enable NTFS Read / Write in Snow Leopard

    You can read NTFS on Mac OS X, but what is the writing you have to go through a third style driver ntfs-3g or Paragon NTFS. With Snow Leopard there is no need for more drivers, you can write on NTFS based only with default option .For this, we just need the Terminal.

    At first if you have a driver for writing to the NTFS installed, uninstall it.

    Then we will retrieve the UUID of the disk where you want to write:

    diskutil info /Volumes/volume_name

    Find the line containing the UUID and copy.

    It continues by checking if the file / etc / fstab are:

    ls / etc / | grep $ fstab

    On a default installation file does not exist, but if you have a driver it probably exists, if so made a backup.

    cp / etc / fstab ~ / Desktop /

    Finally we will edit the file / etc / fstab, create it for those who have not.
    I am takingf the fstab file and not fstab.hd!
    sudo nano / etc / fstab

    It adds this line:
    UUID = uuid_volume none ntfs rw
    If you do not have the UUID of the disk you can add this line instead (possible on an external drive):
    LABEL = volume_name none ntfs rw

    save, CTRL + X followed by Y

    Last step, reboot.
    Here, you should now be able to write to your NTFS without third driver
    Note the reactivity of the thing, better than ntfs-3g and management of several attributes, including hidden files.

    Note that this trick is valid only for Mac OS 10.6 and works interchangeably in kernel 32-bit or 64-bit.

Similar Threads

  1. Replies: 5
    Last Post: 20-10-2010, 02:09 AM
  2. How to read and write NTFS partition on Red Hat Linux
    By Adene in forum Operating Systems
    Replies: 5
    Last Post: 26-12-2009, 06:55 PM
  3. Enable write NTFS partition in Ubuntu
    By Markos in forum Guides & Tutorials
    Replies: 1
    Last Post: 20-05-2009, 09:28 PM
  4. NTFS-3G Stable Read/Write Driver
    By Raine in forum Windows Software
    Replies: 2
    Last Post: 17-04-2009, 12:33 PM
  5. How to toggle between read-only and read-write in Word 2007
    By Mae Huckett in forum MS Office Support
    Replies: 1
    Last Post: 13-02-2008, 02:50 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,301,550.90570 seconds with 17 queries