On Thu, 5 Apr 2007, Dmitry wrote:
> >
> > Do you mean that FreeBSD converts the op1,opt2,..optN option list in the
> > fstab to "-o opt -o opt2 ... -o optN" when it invokes ntfs-3g?
> 
> Example:
> ---------------
> [EMAIL PROTECTED] ~]# uname -sr
> FreeBSD 6.2-RELEASE-p3
> [EMAIL PROTECTED] ~]# cat /usr/sbin/mount_testfs
> #!/bin/sh
> echo $0 $1 $2 $3 $4 $5 $6 $7 $8 $9
> [EMAIL PROTECTED] ~]# cat /etc/fstab|grep testfs
> /dev/null       /mnt    testfs  rw,opt1,opt2,-sw1,-sw2
> [EMAIL PROTECTED] ~]# mount /dev/null
> /usr/sbin/mount_testfs -o opt1 -o opt2 -sw1 -sw2 /dev/null /mnt
> ---------------

I see. Could you please try this patch? 

        http://ntfs-3g.org/freebsd-fixes.diff 

It should also fix the Linux specific error messages FreeBSD, NetBSD and 
OS X users keep reporting.

Thanks,
        Szaka

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
ntfs-3g-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ntfs-3g-devel

Reply via email to