From owner-freebsd-questions@FreeBSD.ORG Fri Feb 8 21:57:57 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D1B416A468 for ; Fri, 8 Feb 2008 21:57:57 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.77]) by mx1.freebsd.org (Postfix) with ESMTP id 8563A13C501 for ; Fri, 8 Feb 2008 21:57:56 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from aquarius.dyndns.org (athedsl-84879.home.otenet.gr [87.203.84.221]) by kane.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id m18LvroO027053 for ; Fri, 8 Feb 2008 23:57:54 +0200 Message-ID: <47ACD061.8000509@otenet.gr> Date: Fri, 08 Feb 2008 23:57:53 +0200 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.9 (X11/20071231) MIME-Version: 1.0 To: questions@freebsd.org References: <20080208215125.6EDD24500E@ptavv.es.net> In-Reply-To: <20080208215125.6EDD24500E@ptavv.es.net> Content-Type: text/plain; charset=ISO-8859-7; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Unable to mount partition with 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, 08 Feb 2008 21:57:57 -0000 Kevin Oberman wrote: > I would love to be able to mount my NTFS partition R/W, but the FreeBSD > NTFS support is read-only (or almost read-only), so I installed > fusefs-ntfs which I thought would allow this. > > After installation (which also pulled in fusefs-kmod, fusefs-libs, and > libublio), I added fusefs_enable="yes" to my rc.conf. Then, after > starting fusefs (which means loading the fuse kernel module), I tried: > # mount -t ntfs-3g /dev/ad0s1 /C > mount: /dev/ad0 : Operation not supported by device > > I got the same message for a USB drive on /dev/da0. > > Documentation on ntfs-3g is pretty limited. Did I miss something? I > really rather not convert my new USB disk to FAT32 if I don't have to. > try using the ntfs-3g command directly: ntfs-3g /dev/ad0s1 /C