[Bug 271105] ext2fs cant mount disks with 4k native sector size

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 29 Apr 2023 05:03:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271105

Fedor Uporov <fsu@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fsu@FreeBSD.org

--- Comment #1 from Fedor Uporov <fsu@FreeBSD.org> ---
Could you please, provide dmesg output, when you do mount and get error.
If nothing will be seen in dmesg, could you please run dtrace with next
command:
% dtrace -n 'ext2fs::vfsops:* {  printf("%s",stringof(arg0));  }'
and try mount again.

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