> ----- Original Message -----
> From: "Alejandro Pulver" <[EMAIL PROTECTED]>
> To: "Aryeh M. Friedman" <[EMAIL PROTECTED]>
> Subject: Re: problem with mount_ntfs-3g
> Date: Thu, 29 Nov 2007 20:16:14 -0300
>
>
> On Thu, 29 Nov 2007 19:42:00 -0300
> Alejandro Pulver <[EMAIL PROTECTED]> wrote:
>
> > On Tue, 27 Nov 2007 09:35:48 -0500
> > "Aryeh M. Friedman" <[EMAIL PROTECTED]> wrote:
> >
> > > > 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?
> > > > I get exactly the same thing on -current AMD64.
> > > >
> > > > uname -a:
> > > > FreeBSD wangyi.com 7.0-BETA3 FreeBSD 7.0-BETA3 #0: Fri Nov 23 12:18:30
> > > > CST 2007     [EMAIL PROTECTED]:/usr/obj/usr/src/sys/MYKERNEL  i386
> > > >
> > > Can't reproduce in my machine, please try with the latest version
> > (attached as shell archive).
> >
>
> Sorry, it was stripped. It's available here:
>
> ftp://ftp.alepulver.com.ar/fusefs-ntfs.shar
>
> Best Regards,
> Ale
> << signature.asc >>


I had the same problem on RELENG_7 and made a minor edit to mount 
for ntfs-3g to work. However,I have not had the time to investigate 
whether or not it is the correct solution, see the comment about 
nmount() in mount.c

To try out the change apply the attached patch file from /usr/src, 
then cd to /usr/src/sbin/mount and run make. A quick test...

# mount -t ntfs-3g -o ro /dev/da8s1 /mnt
mount: /dev/da8s1 : Operation not supported by device

# /usr/obj/usr/src/sbin/mount/mount -t ntfs-3g -o ro /dev/da8s1 /mnt


--
Suhaib

-- 
_______________________________________________
Surf the Web in a faster, safer and easier way:
Download Opera 9 at http://www.opera.com

Powered by Outblaze

Attachment: mount.c.patch
Description: Binary data

_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to