Re: Mountroot problems on RPi3/aarch64
Mark Millard <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.arm |
|---|---|
| Message-ID | <[email protected]> |
There is another checkin to main for superblock handling: QUOTE The branch main has been updated by mckusick: URL: https://cgit.FreeBSD.org/src/commit/?id=50dc4c7df4156863148e6a9609c03e852e2aeb35 commit 50dc4c7df4156863148e6a9609c03e852e2aeb35 Author: Kirk McKusick <[email protected]> AuthorDate: 2022-06-24 00:39:05 +0000 Commit: Kirk McKusick <[email protected]> CommitDate: 2022-06-24 00:39:53 +0000 When a superblock integrity check fails, report the cause of the failure. No functional change intended. MFC after: 1 month (with 076002f24d35) Differential Revision: https://reviews.freebsd.org/D35219 . . . END QUOTE So, not a fix but it should make it obvious: A) each time a superblock check fails B) what type of superblock failure each failure is for. It might help isolate if your failures are superblock failures vs. some other tpye of failure. === Mark Millard marklmi at yahoo.com