![]() |
did you get paragon to work in 64bit? or are you using 32bit?
ntfs3g works in 32bit mode too, in fact, ntfs r&w support works well in 32bit mode without an added app. we are most concerned about the 64bit |
I'm on AMD so no 64bits for me, at least for now.
|
This topic has been a major boon! Thanks a lot. Now I don't have to keep copying files from my NTFS drives!
Well done. |
its official now, this new edit does no fixing whatsoever. SL still crashes on me..
i went and deleted the edit inside of sbin/mount_ntfs and repaired permissions, now i dont have read support.. does somebody know how to restore to original settings? |
You can restore your original mount_ntfs (A) or you can delete that "w" inside the new file (B).
A- sudo rm /sbin/mount_ntfs sudo mv /sbin/mount_ntfs.orig /sbin/mount_ntfs B- sudo nano /sbin/mount_ntfs Replace this line: /sbin/mount_ntfs.orig -o rw "$@" With this one: /sbin/mount_ntfs.orig -o r "$@" Then exit nano, save, repair permissions and reboot. Just a guess, I don't know if it's gonna work. |
Thanks for this guide! Works perfectly for me! After MacFuse failed to work that are really good news ;)
|
So what's the difference between the original method and slic's?
|
Original method makes you configure each volume's mount point manually in fstab while the new hack will replace mount.ntfs command so all NTFS volumes you plug will be mounted r/w.
I've been researching a bit and it seems the automounting in OS X is being handled by diskarbitrationd, which is the daemon that actually launches the mount.ntfs, mount.hfs whatever commands, however I could not find any info on changing its default mount configuration. Its config file its in /System/Library/LaunchDaemons but its empty in SL and nothing useful in Leopard, I didnt find any documentation to change its options. Also I found an autofs.conf file in /private/etc/ that seems to control automountd options, there you can see some mount options defaults with some explanation, but they seem to apply to network mount options and not local volumes, besides Apple's docs say volume mount is done in OS X by DiskArbitrationD, not automountd, so I'm not sure if its useful to change anything there. Just some info in case someone wants to keep on hacking on a even better NTFS mounting solution... |
K.. so they're functionally the same then.
I'll stick to the manual method. Not a good idea to mess with Windows system volume. |
I would recommend NOT TO DO THIS FSTAB or MOUNT_NTFS EDIT !!!
save yourself some trouble and dont mess your NTFS partitions.. constantly. now, my system has become incredibly unstable. it crashes whenever it wants.. i hope someone will post how to return the default mount_ntfs.. :( |