This is a discussion on e2fsck does not help to boot within the Getting started tutorials forums, part of the Linux Getting Started category; I recently had a Redhat v.9 installed to dual boot with xp on my comp. Yesterday while booting linux i ...
|
|||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
|||
|
I recently had a Redhat v.9 installed to dual boot with xp on my comp. Yesterday while booting linux i got an error message "checking root filesystem /: The superblock could not be read or does not describe a correct ext2 filesystem. if the device is valid and it really contains an ext2 filesystem (and not swap or ufs or something else), then the superblock is corrupt, and might try running e2fsck with an alternative superblock"
i have tried running "e2fsck -f -b 32768 /dev/hda6" . the system them tells me of numerous errors that i click yes to corrrect. Unfortunately when i reboot i still get the same above error message. Is my linux gone or can i repair it without reinstalling? ![]() |
| Sponsored Links | ||
|
|
|
|||
|
v9 0_o wow time lag.
-b superblock Instead of using the normal superblock, use an alternative superblock specified by superblock. This option is normally used when the primary superblock has been corrupted. The location of the backup superblock is depen- dent on the filesystem's blocksize. For filesystems with 1k blocksizes, a backup superblock can be found at block 8193; for filesystems with 2k blocksizes, at block 16384; and for 4k blocksizes, at block 32768. vs your 32768, wow. you exceeded the limit of blocks. the ideal value is 8193 e2fsck -f -b 32768 /dev/hda6 -> are you sure / is in /dev/hda6? i have never seen anyone till now and neither have i gone installing /root in /dev/hda6. e2fsck -fy -b 8193 /dev/hda6 e2fsck -p -b 8193 /dev/hda6 let us know. |
![]() |
| Bookmarks |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Boot thru grub | linux_sym | Getting started tutorials | 5 | 03-24-2008 11:55 PM |
| Linux boot partition | ramjimh | Linux software | 1 | 03-24-2008 06:48 PM |
| Activate NIC at boot time | lacloai | Linux software | 5 | 10-13-2007 07:10 PM |
| Script file to be run when linux boot | adhikari.rohit | Shell scripting | 7 | 05-22-2007 07:59 PM |
| Fedora boot problem | rajuk | Linux software | 3 | 02-06-2006 11:54 PM |