You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
I've changed the line that mount the linux disk in this way :
/dev/ada0s1 /mnt/ada0s1 fuse ro,failok,late,uid=1001,gid=1001,mountprog=/usr/local/bin/lklfuse,type=ext4,allow_other 0 0
My id is :
list of the permissions / ownerships with ls -al :
I tried ext2fs instead of lklfuse. I've added this line in the fstab file :
/dev/ada0s1 /mnt/ada0s1 ext2fs ro 0 0
with ext2fs it works. I can view the content of the disks using thunar. unfortunately it does not support rw. So,I'm sure that it is a bug.
The text was updated successfully, but these errors were encountered: