Freebsd release : 13.0-RELEASE-p11 FreeBSD Fuse fusefs-ext2-0.0.10_3 fusefs-libs-2.9.9_2 fusefs-lkl-4.16.g20180628_3 when mounting ext4 partition formated with mkfs.ext4 under freebsd it worked with fuse-ext2 with following command: fuse-ext2 -o rw+ /dev/ada1p1 /mnt (the filesystem is seen and accessible) it failled with following command : lklfuse -o type=ext4 /dev/ada1p1 /mnt (the filesystem is not mounted, and when doing cd to /mnt, the terminal hangs) The problem was solved with formating the partition with mkfs.ext3
test done : tar -cvf /mnt/test.tar / - the disk is working flawlessly - there is no latency - there is no hangs umount is working remounting is working did a full un-tar in ext3 - the disk is working flawlessly - there is no latency - there is no hangs
^Triage: maintainer timeout (> 1 year).