Skip to content

Thunar,Caja,nemo,pcmanfm can't see the content of any ext4 mounted disk with lklfuse. #12

@Marietto2008

Description

@Marietto2008

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.

Screenshot_20210810_180454

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions