[Bug 265256] unable to mount and terminal hangs with ext4 fs mounting with lklfuse

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 16 Jul 2022 23:33:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265256

            Bug ID: 265256
           Summary: unable to mount and terminal hangs with ext4 fs
                    mounting with lklfuse
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: clear.screen@orange.fr

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

-- 
You are receiving this mail because:
You are the assignee for the bug.