When attempting to mount a NTFS partition on i386 arch I get the following error[root at sting /home/filippo]# ntfs-3g /dev/ada0s1 /mnt/hd0 fuse: failed to open fuse device: No such file or directory any help appreciated. Filippo I have fusefs_enable="YES" in /etc/rc.conf
On Saturday, 23 August 2014 02:54:26 CDT, Filippo Moretti via freebsd-stable wrote:> When attempting to mount a NTFS partition on i386 arch I get > the following error[root at sting /home/filippo]# ntfs-3g > /dev/ada0s1 /mnt/hd0 > fuse: failed to open fuse device: No such file or directory > any help appreciated. > Filippo > I have fusefs_enable="YES" > in /etc/rc.confIs the fuse module installed and loaded? kldstat will show you. Really looks like the module isn't loaded. Chuck