Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 08 Feb 2008 23:57:53 +0200
From:      Manolis Kiagias <sonicy@otenet.gr>
To:        questions@freebsd.org
Subject:   Re: Unable to mount partition with ntfs-3g
Message-ID:  <47ACD061.8000509@otenet.gr>
In-Reply-To: <20080208215125.6EDD24500E@ptavv.es.net>
References:  <20080208215125.6EDD24500E@ptavv.es.net>

next in thread | previous in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47ACD061.8000509>