I was finally able to get NTFS-3G and MacFuse working on my MacBook Pro. Now, I'd like to write a simple script so that I don't have to keep going to Terminal to mount the drive. Could someone help walk me through this first script? I have Quicksilver, but I don't understand how I should go about using it. Here's what I want to get done:
mkdir /Volumes/ntfs
ntfs-3g /dev/disk1s1 /Volumes/ntfs -ovolname="WD Passport"
Pointers would be appreciated!
mkdir /Volumes/ntfs
ntfs-3g /dev/disk1s1 /Volumes/ntfs -ovolname="WD Passport"
Pointers would be appreciated!