I manage several ubuntu servers remotely, and occasionally, there will be a need to run fsck on the root partition.
From what I've read, the best way to achieve this without physical access to the machine is to have another OS installed, and tweak grub to boot into that OS after reboot. I have done that on some of the servers, and it did prove useful once or twice.
However, installing the two OSes was a pain, since I couldn't use simple "Guided - use entire disk" options, and had to manually craft the partition sizes and define the boot/swap/root etc, which made the installation less pleasant.
So my question is: is there a simple way that I'm missing to just install a second ubuntu server on the same machine, where I can just tell it "use 5 GB of the hard drive, and don't bother me with questions"?
Alternatively, is there a better way to enable fsck-ing of the root partition without physical access?
Update: after looking around some more, it seems that it might make more sense to install SystemRescueCD on the hard drive, rather than a full-fledged ubuntu. As long as I'm behind a firewall this might be acceptable. Still not an easy solution.
unexpected inconsistency, run fsck manually (i.e without -a or -p option). It's what prompted me to ask this question. – itsadok Dec 15 '10 at 10:58