fsck to RAM?
Jason Stewart <[email protected]> Sat, 11 Jul 2026 13:05:10 -0400
| Newsgroups | org.kernel.vger.initramfs |
|---|---|
| Message-ID | <[email protected]> |
Does anyone know what the obstacles are to putting fsck for common filesystems into RAM before the rest of fstab is mounted? I'm dealing with a number of older persons dipping their toes into Linux, and whenever there is a power event, they all get the dreaded root prompt requesting an fsck on their mounted root partition. Everything on the internet points to booting from a live cd/usb, and fsck-ing it from there, but that is kinda terrible. If it were in the initramfs, then they could unmount root & do the fsck without having to reach for a livecd. js