Bug 265256 - unable to mount and terminal hangs with ext4 fs mounting with sysutils/fusefs-lkl
Summary: unable to mount and terminal hangs with ext4 fs mounting with sysutils/fusefs...
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Conrad Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-16 23:33 UTC by clear.screen
Modified: 2022-07-17 12:41 UTC (History)
1 user (show)

See Also:
linimon: maintainer-feedback? (cem)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description clear.screen 2022-07-16 23:33:02 UTC
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
Comment 1 clear.screen 2022-07-16 23:38:37 UTC
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