Re: mounting ntfs partition

From: Fbsd8 <fbsd8_at_a1poweruser.com>
Date: Sun, 21 Oct 2012 10:39:27 -0400
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_at_free.fr
>    
> 
>

Try

mount_ntfs /dev/da0s1 /mnt

Of course da0s1 must be the correct device name.
Received on Sun Oct 21 2012 - 12:39:38 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:31 UTC