When the main Linux partition becomes ro
for some reason (errors), I am trying to
use cron
job to check and reboot (so that fsck
can run and attempt a fix), but I see that even the cron
may not run!
If, I detect that mount on /
has become ro
, what can I do to reliably
reboot a Linux host?
-- Thanks