Is it possible to somehow break out of e2fsck on boot?
My system runs e2fsck every 30 days, which is fine by me and I want it to stay that way. But sometimes when I turn on the computer and 30 days have passed, I still want it to boot fast. For instance when I have to give a presentation off a laptop - imagine telling 50 people "we just have to wait for 10 minutes... no, I can't avoid it... yes, this is Linux, why are you asking?" :)
If I press Ctrl+C it stops the check and continues boot sequence, but the system is unusable because root filesystem is mounted read-only. And after I reboot the check starts again.
I have searched the Internet for the answer and there are many similar questions, but I could find no solution. Anyone know of a solution?
Note: I am looking for a solution that would not disable fsck and that would not require any action before rebooting the computer - I do not know in advance I will have to skip the check.
If it matters: Debian 6 (Squeeze).\
UPDATE: I learned that it is possible to break out of e2fsck with Esc key on Ubuntu. This is exactly what I am looking for - anyone know how to make this happen on Debian?