Hello.
I've logged in FreeBSD as a normal user,I've mounted the ext4 partition in the fstab file with this line :
/dev/ada0s1 /mnt/ada0s1 fuse ro,failok,late,mountprog=/usr/local/bin/lklfuse,type=ext4,allow_other 0 0
I haven't got any error during the boot,in relation with the mounting of the ada0s1 disk. The problem is that I can see the content of the disk ada0s1 only using the terminal,but not using thunar,caja,nemo or pcmanfs. Is this a bug of lklfuse ? Below u can see how I have configured fusefs
added :
fusefs_load="YES"
to /boot/loader.conf
added :
kld_list="fusefs"
to /etc/rc.conf
tried also with this :
/dev/ada0s1 /mnt/ada0s1 fuse ro,failok,late,uid=1001,gid=1001,mountprog=/usr/local/bin/lklfuse,type=ext4,allow_other 0 0
the bug is still there.
