the file ntfs-3g is located on:
/usr/local/bin/
You can verify it with:
and you will get a /usr/local/bin/ntfs-3g
So try:
Code:
/usr/local/bin/ntfs-3g /dev/disk1s1 /Volumes/ntfs -ovolname="Windows Disk"
I'm using MacPorts so i have a .profile file on my home directory.
Here are my path:
Code:
export PATH=/usr/local/bin:/opt/local/bin:/opt/local/sbin:$PATH
So I can simply use the command "ntfs-3g" without typing the full path.
More info for setting the path:
http://www.daniel-johnson.org/