Apparently you're using FreeBSD mount which it seems doesn't support the Linux mount syntax. Please try the below and let me know if it works and I'll update the ntfs-3g advise:
Code:
mount -t ntfs-3g -o force /dev/disk0s1 /Volumes/ntfs
If it still doesn't work then try this one:
Code:
mount -o force -t ntfs-3g /dev/disk0s1 /Volumes/ntfs
Thanks, Szaka