Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Apr 2023 05:03:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        fs@FreeBSD.org
Subject:   [Bug 271105] ext2fs cant mount disks with 4k native sector size
Message-ID:  <bug-271105-3630-GTbYGLRM7L@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-271105-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-271105-3630@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271105

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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-271105-3630-GTbYGLRM7L>