I used a thumb drive to backup up a few files (/etc, /home, /boot/grub, using rsync as su) from an old pc that’s used only as a print server (11.1, 2.6.27.19-32-default1686, KDE 4.1.3)
I then unmounted and removed the thumb drive. The next time I rebooted the boot process was halted and the screen shown heredisplayed. With the thumb attached the PC boots fine, but not without it.
I’ve tried all sorts of things including reattaching the thumb drive and unmounting it as root, but no luck. I’ve checked the drive and it contains only the backup folders.
KDE auto-detects USB mass storage devices and can mount them for you, and safely remove them to. Presumably GNOME has similar. That way you don’t have fstab(5) entries to clear, and if you mount yourself, you can mount from command line anyway without touching fstab(5).
The /var likely wasn’t writeable for blogd when you were in filesystem maintenance mode, due to fsck(8) checks failing.
If a disk was becoming problematic for example, writing blocks in wrong places say, it makes sense to minimise the writes made to filesystems, and let the sysadmin diagnose.