Linux Notes
My notes to help me with running Linux based systems
Return to the list of all "Notes on Stuff" pages
File System Issues
Commands to run if you've got a really naffed up hard disk
telinit 1
mount -o remount,ro /dev/hda2
e2fsck -f /dev/hda2
telinit 3
 
Return to the list of all "Notes on Stuff" pages