On Wed, Jun 21, 2023 at 02:17:37PM +0200, Sagar Acharya wrote:
> I have no clue on the wedges thing.
> 
> dmesg shows these errors while mounting.
> 
> ufs: ufs_fill_super(): fragment size 0 is not a power of 2
> ufs: ufs_fill_super(): fragment size 8192 is too large

Linux's ufs driver is incapable of handling UFS/FFS fragment sizes larger
than the base CPU/MMU page size.  Native Unix/BSD UFS/FFS doesn't have
such a limit.

Reply via email to