Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Jun 2022 15:09:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        fs@FreeBSD.org
Subject:   [Bug 264450] ufs: Partition recognized on 12.3 not recognized on CURRENT (2573e6ced996): Cannot find file system superblock .. Invalid fstype: Invalid argument
Message-ID:  <bug-264450-3630-kdafTkOPtc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-264450-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-264450-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=3D264450

--- Comment #10 from Kirk McKusick <mckusick@FreeBSD.org> ---
(In reply to Martin Birgmeier from comment #9)
Code 3 is when an attempt is made to read a block that has a bad magic numb=
er.
When disks are added the tasting code looks in up to four places to try and
find a superblock and most of them fail with a bad magic number. So code 3
failures are expected. I probably should not have added that failure code. =
But
the good news is that you are not getting any other failure codes and you a=
re
able to mount your filesystem. So I did manage to track down the cause of y=
our
failure. Thanks for the 1M image of your filesystem as that is what enabled=
 me
to track down the cause of your failure. I will do some cleanup of the code=
 and
get it checked in.

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



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