On Mon, Jan 15, 2024 at 11:05:51PM +0100, Bruno Haible wrote: > Whereas this partition can be mounted fine on FreeBSD, NetBSD, OpenBSD. > FreeBSD 11: > # mount -r -t ufs /dev/ada1s2 /mnt > NetBSD 9.3: > # mount -r -t ffs /dev/wd1a /mnt > OpenBSD 7.4: > # mount -r -t ffs /dev/wd1j /mnt > > The source code line which emits the > ufs: ufs_fill_super(): fragment size 8192 is too large > error is obviously linux/fs/ufs/super.c:1083. Lovely... Does it really have 8Kb fragments? That would be painful to deal with - a plenty of places in there assume that fragment fits into a page...