tags:

views:

183

answers:

1

I've installed the "ntfs-3g" package on my computer using darwin-port. But Mac OS X still automatically mount my NTFS volume with the default NTFS driver. Now I must first umount the automatically mounted NTFS volume, and then remount it by typing "ntfs-3g /dev/diskxxx/ /mydisk -o force" in terminal. I wanna know how to automatically mount my NTFS volume with ntfs-3g driver.Thanks.(My OS is Mac OS X 10.5.8.)

A: 

I would recommend checking out MacFUSE -- they have an NTFS driver and have been working to improve their UI/User experience. It might have the automatic mounting behaviors you are looking for.

fbrereto