Quantcast
Viewing all articles
Browse latest Browse all 4861

Raspberry Pi OS • Re: How to check the system partition for errors ?

At least on Bookworm, the kernel command line includes

Code:

... fsck.repair=yes ...
which means that normally the root partition is checked upon every reboot. You can force a fsck upon reboot using :

Code:

sudo touch /forcefsck
Running fsck on a live system is complex. The partition must be mounted read-only and this is not straightforward to accomplish with a live system. These are too deep waters for me and I refrain from any further comments.

Statistics: Posted by glykos — Sun May 19, 2024 6:26 pm



Viewing all articles
Browse latest Browse all 4861

Trending Articles