[Bug 274537] ext2fs not mounting linux partitions
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 20 Oct 2023 10:13:55 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274537 Fedor Uporov <fsu@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|fs@FreeBSD.org |fsu@FreeBSD.org --- Comment #11 from Fedor Uporov <fsu@FreeBSD.org> --- (In reply to Michael from comment #0) It is possible that ext4 partition cannot be mounted because of disk corruptions or ext4 features, which are not supported by FreeBSD. Could you please install e2fsprogs port (https://www.freshports.org/sysutils/e2fsprogs) and check your ext4 partitions using next commands: % e2fsck -f -n /dev/ada0p5 % dumpe2fs /dev/ada0p5 And same for other ext4 partitions, which are cannot be mounted. -- You are receiving this mail because: You are the assignee for the bug.