Subscribe to our RSS news feed
AAPL 199.94 (-1.25)

> Forum Guidelines.

Welcome to the Genius Bar. Here's how this forum works:

1. Members are encouraged to make a guide that details something that they might have found troubling or challenging.
Chances are, if you've seen the same question asked over and over again, you should write a guide for it.

2. This is not the forum for asking questions. If you have a question about a thread that's already here, feel free to ask it.
Just don't start a thread for a specific question. Use the other forums here for that.

3. Posting links to off-site tutorials is not allowed.

4. That's it! Thanks for sharing your information with the rest of us. :)

To keep this forum clean this forum is moderated. You can post in existing topics but new ones will have to be approved before they show up.

The Definitive B612 Guide to write on NTFS partitions, Guide for dummies! :)
******
  • Group: Members
  • Posts: 463
  • Joined: 2-February 06
  • Member No.: 22,378
Hi, guys.
Since I am a dummy, I thought many people like me could find this guide useful.
Here you are. wink.gif

Open Terminal.

If you've already attempted to install the NTFS package:
CODE
sudo rm -rf /Library/Receipts/NTFS-3g.pkg

Otherwise, download
MacFUSE DMG Installer
NTFS-3g DMG Installer

Install MacFUSE first and then NTFS-3g.

In the Terminal, type:
CODE
PATH=$PATH:/usr/local/bin
export PATH
sudo ln -s /System/Library/Filesystems/fusefs.fs/mount_fusefs /usr/local/bin/mount_fusefs
sudo ln -s /usr/local/bin/ntfs-3g /usr/bin/ntfs-3g


(you can copy and paste the code I have written here)

Press enter.

Now launch Disk Utility (Applications/Utilities/Disk Utility).

Select the NTFS partition you want to write on. Click on "Information" (the blue "i" on top of Disk Utility).
After the name and the type of the partition, there is a list of data. Read the first one, disk identification: in my case it is disk0s1

Note down the name (in my case it is WinXP Pro) and the disk identification (in my case "disk0s1")

Close the info window and click on the button close to the blue "i". This should let you unmount the ntfs partition you've selected.

Now in the Terminal, type:
CODE
sudo mkdir /Volumes/"NTFS partition name"
sudo ntfs-3g /dev/disk0s1 /Volumes/"NTFS partition name" -o ping_diskarb,volname="NTFS partition name"

Of course substitute "NTFS partition name" with YOUR ntfs partition name (in my case "WinXP Pro"), but keep the quotes before and after that!

Now type
CODE
cd /etc
sudo nano fstab

A blank text file will open in the Terminal window. Here type

CODE
LABEL=NTFS partition name /private/mnt/NTFS partition name ntfs ro,noauto


Here also, substitute "NTFS partition name" with YOUR ntfs partition name (in my case "WinXP Pro"), but in this case DO NOT use quotes.

Close (Command+x), save (type "y") and exit (push enter).

Type (always in your Terminal)
CODE
cd /System/Library/StartupItems/Disks/
sudo nano Disks

(you can copy and paste from here)

This will open another text file. Look for the line "/sbin/autodiskmount -va".
Go after that line with the arrows of your keyboard and type

CODE
PATH=$PATH:/usr/local/bin
export PATH
mkdir /Volumes/Windows
(you can change Windows to whatever name, but write only one word, i.e. NO SPACE!!!)
CODE
ntfs-3g /dev/disk identification /Volumes/"Windows" -o ping_diskarb,volname="Windows"
(you have to change "disk identification" to your disk identification you've noted down before.)

Close (Command+x), save (type "y") and exit (push enter).

type "exit" in the Terminal and reboot your computer.

If you've done everything properly, you should see your NTFS partition on the desktop after booting and you'll be able to modify it as you want.

Enjoy. wink.gif
PM Profile Card
Go to the top of the page
+ Quote Post


Reply to this topic Start new topic

1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

RSS Lo-Fi Version Time is now: 21st November 2009 - 08:15 AM