problem with mount_ntfs-3g

Yi Wang wangyi6854 at gmail.com
Tue Nov 27 06:32:42 PST 2007


Hello!

I've already upgraded ntfs-3g to the latest version via ports.

ls /var/db/pkg | grep ntfs
fusefs-ntfs-1.1004

when I mount the partition using this command:
mount_ntfs-3g -o ro /mnt/ad6s10 /media/g
everything is OK.

but when I add these to fstab and mount by
mount /media/g
. It tells me:
mount: /dev/ad6s10 : Operation not supported by device.

the item in fstab:
/dev/ad6s10 /media/g ntfs-3g	ro 0 0

So, I do this step:
mount -t ntfs-3g -o ro /dev/ad6s10 /media/g
It produces the same error.

For some test, I wrote a script named mount_ntfs-3g and placed it to
/usr/sbin. (yes, overwrite the original symbolic link.) And maked a
link under /sbin.

the script just like this:
#!/bin/sh
echo $0

Then, I execute this command:
mount -t ntfs-3g -o ro /dev/ad6s10 /media/g
but is also says:
mount: /dev/ad6s10 : Operation not supported by device

Is this a bug of mount?

uname -a:
FreeBSD wangyi.com 7.0-BETA3 FreeBSD 7.0-BETA3 #0: Fri Nov 23 12:18:30
CST 2007     root at wangyi.com:/usr/obj/usr/src/sys/MYKERNEL  i386

-- 
Regards,
Wang Yi


More information about the freebsd-ports mailing list