mounting ntfs partition
    Fbsd8 
    fbsd8 at a1poweruser.com
       
    Sun Oct 21 14:39:38 UTC 2012
    
    
  
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.
    
    
More information about the freebsd-current
mailing list