Date: Sat, 28 Mar 2009 07:21:18 +0100 From: "marco\.borsatino\@poste\.it" <marco.borsatino@poste.it> To: freebsd-questions@freebsd.org Subject: using ntfs-3g Message-ID: <KH7DNI$1B29CC5A142442D28ED25E2A41190172@poste.it>
index | next in thread | raw e-mail
You have suggested the good solution, thank you. Marco Borsatino ---------- Original Header ----------- From : "beni" beni@brinckman.info To : freebsd-questions@freebsd.org Cc : marco.borsatino@poste.it Date : Fri, 27 Mar 2009 20:30:04 +0100 Subject : Re: using ntfs-3g Op Friday 27 March 2009 18:41:52 marco.borsatino@poste.it schreef: > Hi all. > I'm trying to use ntfs-3g driver on FreeBsd 7.1. > After installing the precompiled package, I try to mount a > NTFS volume. The syntax seems to be quite simple, but I fail. > First attempt: > mount -t ntfs-3g /dev/ad0s3 /mnt/dati_vista/ > mount: /dev/ad0s3 : Operation not supported by device > > Second attempt: > ntfs-3g /dev/ad0s3 /mnt/dati_vista/ > fuse: failed to open fuse device: No such file or directory > > The same volume mounted with the standard command: > # mount_ntfs /dev/ad0s3 /mnt/dati_vista > [root@odino ~]# mount > /dev/ad8s2a on / (ufs, local) > devfs on /dev (devfs, local) > /dev/ad8s2d on /usr (ufs, local, soft-updates) > /dev/ad8s1 on /mnt/win_xp (ntfs, local, read-only) > /dev/ad8s3 on /mnt/dati_xp (ntfs, local, read-only) > /dev/ad0s3 on /mnt/dati_vista (ntfs, local) > > gives me the expected result. > What is my mistake? > Thanks. > Marco Borsatino > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" Hi, You added fusefs_enable="YES" to your /etc/rc.conf ? -- Beni.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?KH7DNI$1B29CC5A142442D28ED25E2A41190172>
