Sujet : Re: Just got a Pi1B. What can you actually do with it these days?
De : theom+news (at) *nospam* chiark.greenend.org.uk (Theo)
Groupes : comp.sys.raspberry-piDate : 09. Jun 2025, 10:27:35
Autres entêtes
Organisation : University of Cambridge, England
Message-ID : <lKm*bPAeA@news.chiark.greenend.org.uk>
References : 1 2 3 4 5 6 7 8
User-Agent : tin/1.8.3-20070201 ("Scotasay") (UNIX) (Linux/5.10.0-35-amd64 (x86_64))
Lawrence D'Oliveiro <
ldo@nz.invalid> wrote:
On 08 Jun 2025 10:18:05 +0100 (BST), Theo wrote:
... but the filesystem is broken. Which is to be expected if
it wasn't properly unmounted, but for some reason the automatic
fsck-and-reboot mechanism in PiOS doesn't seem to work.
There isn’t actually a need to do an fsck normally. If you were using ext4
(or even ext3), that includes a journal. On reboot, you should see a
message “replaying journal”, after which the filesystem should be back to
a consistent state. This should be very quick, much quicker than a
filesystem integrity check.
I've had times where it's the FAT partition that's been corrupted, which has
resulted in a boot failure. I can't say for sure (because they're usually
headless and I can't SSH in to check anything) but I suspect this is
potentially a reliability problem - bad FAT partition means never booting as
far as being able to run anything.
Theo