nixCraft Linux Forum

nixCraft

Linux Tech Support Forum

e2fsck does not help to boot

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 ...


Go Back   nixCraft Linux Forum > Linux Getting Started > Getting started tutorials

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 03-06-2008, 04:55 PM
Junior Member
User
 
Join Date: Mar 2008
My distro: Redhat ver.9
Posts: 1
Rep Power: 0
Ritho is on a distinguished road
Default e2fsck does not help to boot

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?
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 03-24-2008, 11:40 PM
Member
User
 
Join Date: Mar 2008
My distro: Debian, Slackware, LFS
Posts: 83
Rep Power: 1
Tux-Idiot is on a distinguished road
Default

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.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

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


All times are GMT +5.5. The time now is 04:39 AM.


Powered by vBulletin® Version 3.7.3 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36