The Definitive B612 Guide to write on NTFS partitions, Guide for dummies! :) |
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! :) |
|
B612
InsanelyMac Sage
|
![]() |
Jan 18 2007, 04:19 PM Post #1
|
![]() ![]() ![]() ![]() ![]() ![]()
|
Hi, guys.
Since I am a dummy, I thought many people like me could find this guide useful. Here you are. 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 (you can change Windows to whatever name, but write only one word, i.e. NO SPACE!!!)export PATH mkdir /Volumes/Windows 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. |
B512 The Definitive B612 Guide to write on NTFS partitions Jan 18 2007, 04:19 PM
favalessa ..thanks for the guide, but unfortunately I got pr... Jan 19 2007, 02:58 PM
B512 QUOTE (favalessa @ Jan 19 2007, 03:58 PM)... Jan 19 2007, 03:04 PM
favalessa QUOTE Have you followed THIS guide?Yes!
QUOTE ... Jan 19 2007, 09:23 PM
B512 Absolutely!
Use the latest release and let me ... Jan 19 2007, 09:33 PM
caracols Worked flawlessly on the first try! Thanks a l... Jan 20 2007, 04:52 AM
favalessa Yes , now is being mounted on boot automatically ,... Jan 20 2007, 12:23 PM
B512 favalessa, could you write your system specs? Jan 20 2007, 12:26 PM
favalessa ..first time I do that..
..Is it working??
..sorr... Jan 20 2007, 02:04 PM
favalessa update:
I got monted it on the desktop like a net... Jan 21 2007, 09:58 PM
B512 Honestly, I think you've accidentally done som... Jan 21 2007, 10:08 PM
veggieryan is there any way to mount a dmg image of an NTFS d... Feb 23 2007, 10:43 PM
CaWa Koh hi B612,
I need your help.. I followed your steps... Apr 6 2008, 04:42 PM
B612 QUOTE (CaWa Koh @ Apr 6 2008, 05:42 PM) h... Apr 6 2008, 05:58 PM
tessa17 hi B612,
just was wondering before i try to do t... Jun 15 2008, 07:44 PM
B612 QUOTE (tessa17 @ Jun 15 2008, 09:44 PM) h... Jun 15 2008, 07:52 PM
macgirl I know it, I have installed Paragon in all my Macs... Jun 16 2008, 12:26 AM ![]() |
|
Lo-Fi Version | Time is now: 21st November 2009 - 08:15 AM |