From owner-freebsd-questions@FreeBSD.ORG Fri Mar 27 18:02:20 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79AC8106566B for ; Fri, 27 Mar 2009 18:02:20 +0000 (UTC) (envelope-from marco.borsatino@poste.it) Received: from relay-pt2.poste.it (relay-pt2.poste.it [62.241.5.253]) by mx1.freebsd.org (Postfix) with ESMTP id 37ECC8FC25 for ; Fri, 27 Mar 2009 18:02:19 +0000 (UTC) (envelope-from marco.borsatino@poste.it) Received: from poste.it (192.168.144.24) by relay-pt2.poste.it (7.3.122) (authenticated as marco.borsatino@poste.it) id 49CC17810000A10F for freebsd-questions@freebsd.org; Fri, 27 Mar 2009 18:41:52 +0100 Date: Fri, 27 Mar 2009 18:41:52 +0100 Message-Id: MIME-Version: 1.0 X-Sensitivity: 3 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable From: "marco\.borsatino\@poste\.it" To: "freebsd-questions" X-XaM3-API-Version: 4.3 (R1) (B3pl19) X-SenderIP: 79.30.227.49 Subject: using ntfs-3g X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Mar 2009 18:02:20 -0000 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