Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Apr 2018 13:12:48 -0400
From:      Ernie Luzar <luzar722@gmail.com>
To:        tech-lists@zyxst.net
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Help mounting USB NTFS HD
Message-ID:  <5AD38810.8040806@gmail.com>
In-Reply-To: <a15a830b-f2c1-3217-da54-d333cdf49101@zyxst.net>
References:  <5AD35C67.9030208@gmail.com> <20180415171851.add2965a.freebsd@edvax.de> <5AD3792B.70004@gmail.com> <a15a830b-f2c1-3217-da54-d333cdf49101@zyxst.net>

next in thread | previous in thread | raw e-mail | index | archive | help
tech-lists wrote:
> On 15/04/2018 17:09, Ernie Luzar wrote:
>> But just to verify, I added it and rebooted. This changed nothing. Still
>> got
>> /root >ntfs-3g -o r /dev/da0s1 /mnt
>> fuse: failed to open fuse device: No such file or directory
> 
> Please paste the output of (as root) kldstat.
> 
> -o r isn't a valid option, at least not according to the manpage. It
> should be -o ro like this:
> 
> ntfs-3g -o ro /dev/da0s1 /mnt


The syntax for /boot/loader.conf  is

fuse_load="YES"  NOT fuse_enable="YES"

kldstat now shows fuse.ko as loaded

and ntfs-3g -o ro /dev/da0s1 /mnt cmd does work.

Thanks for everyones help.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5AD38810.8040806>