I have a Ubuntu 10.04 LTS in a VirtualBox.
Running fsck -n indicates some orphan nodes exist in the root file system and I try to fix it with following actions:
1) edit /etc/default/rcS and set FSCKFIX=yes
2) touch /forcefsck
3) reboot
The system reboots repeatedly with following error messages:
fsck terminated with status 3
mountall main process terminated with status 4
Any help?