Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Oct 2012 10:39:27 -0400
From:      Fbsd8 <fbsd8@a1poweruser.com>
To:        Raoul <rmgls@free.fr>
Cc:        freebsd-current@freebsd.org
Subject:   Re: mounting ntfs partition
Message-ID:  <5084091F.1050402@a1poweruser.com>
In-Reply-To: <20121021115336.AAA7CD4813A@smtp5-g21.free.fr>
References:  <20121021115336.AAA7CD4813A@smtp5-g21.free.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
Raoul wrote:
> Hi,
> 
> Trying to mount a partition from type ntfs
> with the following conditions i get:
> 
> R241700, with fusefs-libs in sync.
> 
> kldload fuse
> 	fuse loaded
> mount -t ntfs /dev/daXsX
>       not supported!
> mount_ntfs /dev/daXsX
> 	no such file or directory!
> 
> in the second case, truss will report:
>    sysctl "", ...
> which mean that the path is empty of course.
> 
> Perhaps i miss something???
> 
> Thanks.
> 
> Raoul
> rmgls@free.fr
>    
> 
>

Try

mount_ntfs /dev/da0s1 /mnt

Of course da0s1 must be the correct device name.






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5084091F.1050402>