Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thunar,Caja,nemo,pcmanfm can't see the content of any ext4 mounted disk with lklfuse on FreeBSD 13 #494

Open
Marietto2008 opened this issue Aug 11, 2021 · 0 comments

Comments

@Marietto2008
Copy link

Marietto2008 commented Aug 11, 2021

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 :

marietto@marietto:/mnt/ada0s1 $ id

uid=1001(marietto) gid=1001(marietto) groups=1001(marietto),0(wheel),44(video)

list of the permissions / ownerships with ls -al :

marietto@marietto:/mnt/ada0s1 $ ls -al

total 1216
drwxr-xr-x 27 marietto marietto 4096 7 ago 01:19 .
drwxr-xr-x 11 root wheel 512 28 lug 18:17 ..
-rw------- 1 marietto marietto 39 7 mag 19:10 .bash_history
drwxrwxr-x 2 marietto marietto 4096 1 mar 19:19 .cache
-rw-r--r-- 1 marietto marietto 1024 4 mag 23:46 .hs_err_pid59.log.swp
drwxrwxrwx 4 marietto marietto 4096 31 ago 2020 .Trash-0
drwx------ 5 marietto marietto 4096 1 mar 19:54 .Trash-1000
lrwxrwxrwx 1 marietto marietto 7 1 mar 14:34 bin -> usr/bin
drwxr-xr-x 4 marietto marietto 4096 22 lug 00:17 boot
drwxr-xr-x 2 marietto marietto 4096 1 mar 14:07 cdrom
-rw------- 1 marietto marietto 9756672 7 ago 01:19 core
drwxr-xr-x 4 marietto marietto 4096 22 ott 2020 dev
drwxr-xr-x 194 marietto marietto 12288 7 ago 01:19 etc
drwxr-xr-x 3 marietto marietto 4096 9 giu 13:47 home
-rw-r--r-- 1 marietto marietto 690 4 mag 23:45 hs_err_pid59.log
lrwxrwxrwx 1 marietto marietto 7 1 mar 14:34 lib -> usr/lib
lrwxrwxrwx 1 marietto marietto 9 1 mar 14:34 lib32 -> usr/lib32
lrwxrwxrwx 1 marietto marietto 9 1 mar 14:34 lib64 -> usr/lib64
lrwxrwxrwx 1 marietto marietto 10 1 mar 14:34 libx32 -> usr/libx32
drwxrwxrwx 3 marietto marietto 16384 3 ago 2020 lost+found
drwxr-xr-x 5 marietto marietto 4096 27 mar 08:33 media
drwxr-xr-x 13 marietto marietto 4096 28 lug 20:13 mnt
drwxr-xr-x 4 marietto marietto 4096 29 lug 20:15 nix
-rw------- 1 marietto marietto 202 7 mag 17:36 nohup.out
drwxr-xr-x 14 marietto marietto 4096 22 lug 21:37 opt
drwxr-xr-x 3 marietto marietto 4096 10 mar 18:01 path
drwxr-xr-x 2 marietto marietto 4096 16 ott 2020 proc
drwxrwxrwx 41 marietto marietto 4096 7 ago 01:20 root
drwxr-xr-x 12 marietto marietto 4096 1 mar 14:35 run
lrwxrwxrwx 1 marietto marietto 8 1 mar 14:34 sbin -> usr/sbin
drwxr-xr-x 18 marietto marietto 4096 9 lug 22:32 snap
drwxr-xr-x 3 marietto marietto 4096 2 mag 21:01 source
drwxr-xr-x 2 marietto marietto 4096 31 mag 22:11 srv
drwxr-xr-x 2 marietto marietto 4096 16 ott 2020 sys
drwxr-xr-x 2 marietto marietto 4096 23 mar 22:42 timeshift
drwxrwxrwt 11 marietto marietto 69632 7 ago 01:25 tmp
drwxr-xr-x 18 marietto marietto 4096 19 lug 12:45 usr
drwxr-xr-x 18 marietto marietto 4096 19 lug 12:45 var

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.

128903927-b109f5e4-52fe-4592-83a3-027b6100ce8f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant