United States (change)
Shortcuts: Downloads Fedora Red Hat Network
The official Red Hat CD-ROM (disk 1) can serve as a bootable emergency disk for most modern PCs with BIOS that can boot from CD-ROMs. It includes file system tools for emergency system administration. Using this disc you can attempt to recover from file system-related crashes.
When your system crashes due to a power failure or any other dire reasons, you may find your file system to be corrupt, and Red Hat Linux might refuse to boot as normal. In such a case do the following:
linux rescue at the boot prompt to boot the system in rescue mode.us (USA). Select the appropriate keyboard type and press OK to continue./mnt/sysimage directory. You should select the Skip button because if you are trying to fix a file system problem (most file system tools do not work on mounted file systems for security reasons).fsck partition_name command to perform a file system check for your hard drive. For example, to check the first partition of your first IDE/EIDE disk, run the fsck /dev/hda1 command. Similarly, to check the first partition of your first SCSI disk run the fsck /dev/sda1command. This will display errors that the fsck program finds in the named partition and ask you to take an action. If you are not interested in getting prompted for one or more file system errors and want the fsck program to fix whatever it can, you can run this same command with a -p option. For example, the fsck -p /dev/hda1 command runs the fsck program on the first IDE/EIDE hard drive partition and tries to fix everything it can.badblocks device_name command. For example, to find bad blocks on the second partition of the first IDE/EIDE disk run the badblocks /dev/hda2 command.If you have a problem accessing the partition, try the rescuept device_name command to restore the partition.
Check out Red Hat Linux Survival Guide for more tips like this.