Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jul 2022 23:33:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 265256] unable to mount and terminal hangs with ext4 fs mounting with lklfuse
Message-ID:  <bug-265256-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265256

            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/ada1=
p1
/mnt
(the filesystem is seen and accessible)
it failled with following command : lklfuse -o type=3Dext4 /dev/ada1p1 /mnt
(the filesystem is not mounted, and when doing cd to /mnt, the terminal han=
gs)

The problem was solved with formating the partition with mkfs.ext3

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-265256-7788>