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.

NTFS Read/Write Support Finally here!, Instructions!!
***
  • Group: Members
  • Posts: 131
  • Joined: 2-October 05
  • From: England
  • Member No.: 12,346
Update - 26th Jan 2007

There is no need to do all that mentioned below if you have undo it and just install these packages and your drives will be auto mounted with read/write after you restart!!!!


Ok guys new update use this Uninstaller to uninstall both MacFuse and NTFS-3g then install the new MacFuse + NTFS-3g included in this file click here and enjoy!!!




I will keep updating the packages when the new ones come out!!!



First Download the files below:

MacFUSE DMG Installer

NTFS-3g DMG Installer

Note: Before continuing this process, if you've attemped to install the NTFS package before:
(In Terminal):

CODE
sudo rm -rf /Library/Receipts/NTFS-3g.pkg


Install the two dmg files (macfuse and NTFS-3g)

After installing open terminal and type the following:

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


Note: Before you do the following unmount all the NTFS drivers in Disk Utility


That just ensured that all the files are where they need to be. If you get "file exists"... that's fine!!!

Now that the prep work is done.. let's mount this drive already!!!

In Terminal:

CODE
sudo mkdir /Volumes/"Your Windows Drive"



<Replace "Your Windows Drive with w/e your drive is IN QUOTES.. "Windows XP" "Windows HD" >

Continuing on:

In Terminal (all in one command):

CODE
sudo ntfs-3g /dev/disk0s1 /Volumes/"Your Windows Drive" -o ping_diskarb,volname="Your Windows Drive"


***NOTE*** in the /dev/disk0s1 -- replace this with the location of your Windows Drive, to find it, look in Disk Utility in Applications -> Utilities... and then the properties for your drive. Also, the "Your Windows Drive" is the same we discussed earlier IN QUOTES.


Now here comes the interesting part, now all you have to do is auto mount the partitions every time your Mac restarts!!

to do this do the following:

In terminal type:

CODE
cd /etc

sudo nano fstab


add,

LABEL=NTFSxxx /private/mnt/NTFSxxx ntfs ro,noauto (replace NTFSxxx with real volume name)

close, save and exit

you can add another line like above if you have more then one NTFS Partitions!!

then type in terminal:

CODE
cd /System/Library/StartupItems/Disks/

sudo nano Disks


add after "/sbin/autodiskmount -va"

PATH=$PATH:/usr/local/bin
export PATH
mkdir /Volumes/Storage (you can change storage to wot ever you wanna name your partition)
ntfs-3g /dev/disk2s1 /Volumes/"Storage" -o ping_diskarb,volname="Storage"

Close, save and exit then reboot

If you have more then one ntfs paritions do something like this:

PATH=$PATH:/usr/local/bin
export PATH
mkdir /Volumes/Partition 1 (you can change partition 1 to wot ever you wanna name your partition)
mkdir /Volumes/Partition 2
ntfs-3g /dev/disk0s1 /Volumes/"Partition 1" -o ping_diskarb,volname="Partition 1"
ntfs-3g /dev/disk0s2 /Volumes/"Partition 2" -o ping_diskarb,volname="Partition 2"

close, save, exit and restart

Enjoy!!!!

This post has been edited by homer007: Jan 26 2007, 02:59 PM
PM Profile Card
Go to the top of the page
+ Quote Post

Posts in this topic
- homer007   NTFS Read/Write Support Finally here!   Jan 16 2007, 07:27 PM
- - Telefunken   When going through the steps using Terminal, I can...   Jan 16 2007, 08:53 PM
- - elromeo   hey this dissapear my HD from the screen what happ...   Jan 17 2007, 05:08 AM
|- - CSMatt   QUOTE (elromeo @ Jan 17 2007, 12:08 AM) h...   Feb 1 2007, 04:38 AM
- - favalessa   ..same as Telefunken..the shell says succesful fus...   Jan 17 2007, 09:47 AM
- - envisioneer   Hi Just wondering if I could use this to mount my...   Jan 17 2007, 12:56 PM
- - Unstable Connection   For all those people like me who just cant get aut...   Jan 17 2007, 01:57 PM
- - avenger   hi im getting this error while trying to install n...   Jan 17 2007, 05:15 PM
|- - macgirl   QUOTE (avenger @ Jan 17 2007, 11:15 AM) h...   Jan 17 2007, 06:41 PM
- - marliwahoo   I really thinks this rocks ! But...... The i...   Jan 17 2007, 06:35 PM
- - macgirl   MacFUSE/ntfs-3g Volumes are not seen as MOUNTED on...   Jan 17 2007, 06:45 PM
|- - avenger   QUOTE (macgirl @ Jan 17 2007, 06:45 PM) M...   Jan 17 2007, 11:55 PM
|- - macgirl   QUOTE (avenger @ Jan 17 2007, 05:55 PM) h...   Jan 18 2007, 09:25 PM
|- - marliwahoo   QUOTE (macgirl @ Jan 18 2007, 09:25 PM) N...   Jan 19 2007, 01:17 PM
|- - avenger   QUOTE (macgirl @ Jan 18 2007, 09:25 PM) N...   Jan 19 2007, 01:31 PM
|- - B512   QUOTE (avenger @ Jan 19 2007, 02:31 PM) t...   Jan 19 2007, 01:50 PM
- - avenger   got it ntfs-3g installed......thanx to JAS   Jan 17 2007, 07:29 PM
- - B512   I carefully followed the guide. Everything went we...   Jan 18 2007, 09:29 AM
- - avenger   hey B512 did u entered the entry above mentioned i...   Jan 18 2007, 11:40 AM
|- - B512   QUOTE (avenger @ Jan 18 2007, 12:40 PM) h...   Jan 18 2007, 11:52 AM
- - ChuckDSanders   Ok so I have both of the DMGs installed and I thin...   Jan 19 2007, 06:56 PM
- - homer007   updated see the first post!!!   Jan 19 2007, 09:05 PM
- - oldschool   I don´t get my external firewire hdd automounted.....   Jan 20 2007, 02:26 PM
- - Cyman   My drives seem to be automounted even though I did...   Jan 20 2007, 03:49 PM
- - jarodsix   OK, tried the newest packages (clean install). 1....   Jan 20 2007, 04:51 PM
- - Cyman   Is it possible that I cannot mount the partitions ...   Jan 21 2007, 06:51 PM
- - caracols   My NTFS partition is working perfectly on the read...   Jan 22 2007, 10:01 PM
|- - jarodsix   QUOTE (caracols @ Jan 22 2007, 11:01 PM) ...   Jan 23 2007, 07:20 AM
- - ChuckDSanders   Ok it was working, then it started to crap out, th...   Jan 23 2007, 01:26 PM
- - caracols   Thanks for the info jarodsix! Tried the new Ma...   Jan 23 2007, 03:50 PM
- - Zoloco   I installed MacFuse and NTFS-3G to access a Wester...   Jan 24 2007, 04:52 PM
- - homer007   Updated again see the first post!! the new...   Jan 24 2007, 06:10 PM
- - equilibriumuk   I just wanted to say thanks for the links I can ...   Jan 24 2007, 09:22 PM
- - esquilo22   I can't install the NTFS-3G package. I've ...   Jan 25 2007, 12:34 AM
- - syldaril   I have installed both MacFUSE-Core-0.1.7 and NTFS-...   Jan 25 2007, 02:29 AM
|- - cljtam   QUOTE (syldaril @ Jan 25 2007, 10:29 AM) ...   Jan 28 2007, 02:40 AM
|- - thy   QUOTE (cljtam @ Jan 28 2007, 02:40 AM) I ...   Jan 28 2007, 05:41 AM
- - salax   Hi there, Has anybody got any idea wether FUSE can...   Jan 25 2007, 08:21 AM
- - Unstable Connection   Thanks Homer, just tried the latest packages. They...   Jan 25 2007, 03:06 PM
- - sordos   i can t install NTFS-3G 20070116-r4 when i can ins...   Jan 26 2007, 12:51 PM
- - homer007   another update guys more issues fixed!!...   Jan 26 2007, 03:00 PM
- - cyclonefr   still the 0 Kb prob so i have to restart the finde...   Jan 27 2007, 07:56 AM
- - B512   Has any of you guys tried to read international ch...   Jan 27 2007, 10:29 PM
|- - ZOleg   QUOTE (B512 @ Jan 28 2007, 06:29 AM) Has ...   Jan 28 2007, 01:30 AM
|- - B512   QUOTE (ZOleg @ Jan 28 2007, 02:30 AM) HOW...   Jan 28 2007, 10:21 AM
- - Khalid Ali   Check: http://code.google.com/p/macfuse/ there...   Jan 29 2007, 03:31 PM
- - Jeremy King   Can you clean up that first post? You mention the...   Jan 29 2007, 04:06 PM
- - hm_ok   hi! i read something somewhere that writing (...   Jan 29 2007, 04:48 PM
- - cyclonefr   still having the 0Kb size bug on my HDD tested on ...   Jan 29 2007, 06:59 PM
- - atomizasser   Hi I have tried install macfuse in my Hackintosh b...   Jan 29 2007, 10:22 PM
|- - Zodiac   QUOTE (atomizasser @ Jan 29 2007, 10:22 P...   Jan 30 2007, 05:12 PM
- - CSMatt   Isn't NTFS patented by Microsoft? Isn't t...   Jan 30 2007, 05:57 PM
|- - wmarsh   QUOTE (CSMatt @ Jan 30 2007, 12:57 PM) Is...   Jan 31 2007, 08:58 PM
|- - trexplorer   Great stuff ... A few comments: 1) Works althoug...   Jan 31 2007, 10:52 PM
|- - CSMatt   QUOTE (wmarsh @ Jan 31 2007, 03:58 PM) Fu...   Feb 1 2007, 04:35 AM
- - tisi   hey guys, works fine here, but also i got the 0k ...   Jan 30 2007, 11:08 PM
- - XanthraX   How to solve the "Zero b" bug? Simply. P...   Jan 31 2007, 07:03 AM
- - atomizasser   I cannot write in NTFS partition. I have followed ...   Jan 31 2007, 08:44 PM
|- - Zodiac   QUOTE (atomizasser @ Jan 31 2007, 10:44 P...   Feb 3 2007, 06:17 PM
- - cyclonefr   the relaunch of the finder sux   Jan 31 2007, 08:49 PM
|- - XanthraX   QUOTE (cyclonefr @ Jan 31 2007, 08:49 PM)...   Feb 5 2007, 08:01 AM
- - cyclonefr   no new fix for 0kb size bug?   Feb 3 2007, 06:19 PM
|- - homer007   QUOTE (cyclonefr @ Feb 3 2007, 06:19 PM) ...   Feb 3 2007, 09:05 PM
- - gsbhullar   Hi Homer007, I tried your latest MacFuse Core yest...   Feb 5 2007, 02:23 AM
- - ggx240   Thank you for this wonderful post! I had befor...   Feb 5 2007, 08:49 AM
- - pgiom   I installed ntfs full updated by homer007, but aft...   Feb 5 2007, 10:42 AM
- - cyclonefr   i was wondering about a killall finders in etc/rc ...   Feb 6 2007, 12:15 PM
- - Sander Spilleman   Hey guys, I have the following issue: Everything...   Feb 6 2007, 05:26 PM
- - equilibriumuk   I am getting the ntfs-3g didn't act on SIGTERM...   Feb 6 2007, 05:42 PM
|- - alicheusz   QUOTE (equilibriumuk @ Feb 6 2007, 06:42 ...   Feb 6 2007, 07:39 PM
- - elromeo   do u know if i could of have unmounted my hd becau...   Feb 7 2007, 01:36 AM
- - xtraa   Hi, thanks for the guide, but there are a few th...   Feb 8 2007, 06:48 PM
- - thunder.scripts   One question: is this method slower than using a F...   Feb 11 2007, 07:42 AM
- - thunder.scripts   Do special characters work with this driver? I...   Feb 11 2007, 05:30 PM
- - tisi   hey, a new macfuse version is out. anyone noticed ...   Feb 13 2007, 10:17 AM
|- - Zodiac   QUOTE (tisi @ Feb 13 2007, 12:17 PM) hey,...   Feb 13 2007, 08:38 PM
- - elromeo   hey guys i try instal,,ling macfuse and everything...   Feb 15 2007, 03:27 PM
- - thunder.scripts   Sorry to sound repetitive, but is it me or is this...   Feb 15 2007, 04:54 PM
- - cyclonefr   new core available = version 0.21 = fixes the 0 kb...   Feb 16 2007, 08:20 AM
|- - B612   QUOTE (cyclonefr @ Feb 16 2007, 09:20 AM)...   Feb 16 2007, 09:57 AM
- - thunder.scripts   How can I update to the new version? is it safe?   Feb 17 2007, 01:48 AM
- - SABR   Well, my Vista partition got most of its stuff wip...   Feb 17 2007, 03:03 AM
- - thunder.scripts   Whenever OS X started mounting drives using the in...   Feb 17 2007, 03:11 AM
- - joe75   Enable or Disable Scandisk/Chkdsk on system reboot...   Feb 17 2007, 03:29 AM
- - walterav   Hi anyone already made a new ntfs3g package for th...   Feb 17 2007, 09:20 AM
- - ez12a   For those who have the 0k problem...have you tried...   Feb 17 2007, 06:05 PM
- - ksec   I use the echo command but it doesn't work. ( ...   Feb 18 2007, 08:01 AM
- - thunder.scripts   The locale thing worked for me BUT I had to rename...   Feb 18 2007, 08:07 AM
- - BugsBunny   NTFS - 3G 20070207.dmg - compiled binary, ready 2 ...   Feb 19 2007, 09:14 PM
- - cyclonefr   bugsbunny then u only need the CORE 0.21 right? no...   Feb 19 2007, 09:40 PM
- - thunder.scripts   Great! Can it be installed on top of the previ...   Feb 19 2007, 09:41 PM
- - BugsBunny   @ cyclonefr: bon soir monsieur . Wasn't me who...   Feb 20 2007, 01:08 AM
- - RobNyc   so whats better the MacFuse or NTFS-3g?   Feb 20 2007, 01:50 AM
- - thunder.scripts   Well, I'm no expert but I think that MacFuse i...   Feb 20 2007, 01:53 AM
- - Takuro   Dumb question: it's normal that the windows HD...   Feb 20 2007, 03:31 AM
- - thunder.scripts   Yeah, that's the way MacFuse works. You can al...   Feb 20 2007, 03:42 AM
- - thunder.scripts   Ok, suddenly I started getting LOTS of kernel pani...   Feb 21 2007, 07:39 AM
- - cyclonefr   RC1 of NTFS 3G is out, can some compile it to a ne...   Feb 22 2007, 12:49 PM
- - veggieryan   is there any way to mount a dmg image of an NTFS d...   Feb 23 2007, 10:44 PM
- - BebopBlues   After going through the install instructions using...   Feb 26 2007, 10:13 AM
2 Pages V   1 2 >

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: 22nd November 2009 - 11:20 AM