- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: superblock is corrupt -- help plz
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-06-2004 06:04 AM
тАО10-06-2004 06:04 AM
os=rhl 9
/dev/hda1 vfat
/dev/hda2 ntfs
/dev/hda3 ext3 /
/dev/hda4
/dev/hda5 swap
grub is installed on MBR. every thing was alright, when i shutdown the system yesterday.
today when I boot the system, and following messages receives.
Setting hostname woodmas [ok]
Initiallizing USB keyboard [ok]
Initiallizing USB mouse [ok]
.
.
checking root filesystem
ABEL=/:
The superblock could not be read or doesnt 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 u might try running e2fsck with an alternate superblock:
e2fsck -b 8139
fsck.ext3: No such file or directory while trying to open ABEL=/ [failed]
*** An error occured during the file system check
*** Dropping you to a shell; the system will reboot
*** when you leave the shell
Give root password for maintenance
(or type Control-D to continue): #here I gave the root password
(Repair filesystem) 1#
After getting the prompt, i issued the following command
(Repair filesystem) 1# e2fsck -f /dev/hda3
e2fsck 1.32 (09-NOV-2002)
Pass 1: Checking inodes, block & sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking referrence counts
Pass 5: Checking group summary information
/: 101382/320640 files (0.1% non-contiguous), 459015/640591 blocks
then i type
(Repair filesystem) 2#init 3
INIT: Switching to runlevel: 3
INIT: Sending process the TERM signal
HANGUP
Checking for new hardware
Updating /etc/fstab unable to open /etc/fstab for writing: Read-only filesystem [failed]
touch: creating '/var/lock/subsys/kudzu: Read-only file system
Starting system logger # at this point system remains hang for about 5 min
.
.
.
.
.
INIT: Id "3" respawning too fast: disable for 5 minutes
INIT: Id "1" respawning too fast: disable for 5 minutes
INIT: Id "2" respawning too fast: disable for 5 minutes
INIT: Id "5" respawning too fast: disable for 5 minutes
INIT: Id "6" respawning too fast: disable for 5 minutes
INIT: Id "4" respawning too fast: disable for 5 minutes
INIT: no more process left in this run level
And nothing happens any more, i.e the system remains hang.
Any1 any help :(
Best Regards
Maaz
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-06-2004 06:21 AM
тАО10-06-2004 06:21 AM
Re: superblock is corrupt -- help plz
Try the real fsck command and then plan to put the sysem back together. Surely it has been backed up.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-06-2004 06:45 AM
тАО10-06-2004 06:45 AM
Re: superblock is corrupt -- help plz
Many Thanks
Regards
Maaz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-06-2004 08:54 AM
тАО10-06-2004 08:54 AM
Re: superblock is corrupt -- help plz
Did your root filesystem get converted from ext2 to ext3 somehow, and your /etc/fstab not get updated to reflect that change?
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-06-2004 04:07 PM
тАО10-06-2004 04:07 PM
Solutionfsck.ext3: No such file or directory while trying to open ABEL=/ [failed]
You can try rebooting your system again and when it goes into recovery shell check /etc/fstab.
ABEL=/ / ext3 defaults 1 1
If you see the line as shown above do the following.
# mount -o rw,remount /
# vi /etc/fstab
Modify ABEL to LABEL and save the save
# exit
This should reboot the system and hopefully it will come clean.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-06-2004 05:03 PM
тАО10-06-2004 05:03 PM
Re: superblock is corrupt -- help plz
John I'll check it, but there is no chance that root filesystem is changed from ext3 to ext2.
Ermin, your advice sounds very nice, and I think, that the point u mentioned, is the reall situation.
the system is in my office, and I'll follow the advices, when i'll be in my office.
Many Thanks
Regards
Maaz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-06-2004 08:16 PM
тАО10-06-2004 08:16 PM
Re: superblock is corrupt -- help plz
the message:
checking root filesystem
ABEL=/:
might be a missing character in your /etc/fstab. there are two ways to select the correct device for a mount point:
LABEL=/ ext3 defaults 1 1
or yust type the device instead of LABEL...
/dev/hda3 ext3 defaults 1 1
if you type:
ABEL=/ ext3 defaults 1 1
the mount command trys to mount the device ABEL=/ as root filesystem. but there is no such device so you have to correct the spelling in your /etc/fstab.
johannes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-06-2004 08:29 PM
тАО10-06-2004 08:29 PM
Re: superblock is corrupt -- help plz
boot from the cd.
use tune2fs -O ^has_journal
and sometimes you also need:
dumpe2fs /dev/hdax to see witch Filesystem Features are installed
tune2fs -O ^dir_index
after that you have to change in /etc/fstab
ext3 to ext2 and you can run the filesystem without journaling. But this is NOT recommended!!!
and as i wrote in the post before the type of your filesytem is not the problem. /etc/fstab is set incorrect. correct ABEL=/ to LABEL=/ or /dev/hda3 and it should work fine.
johannes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-07-2004 06:31 AM
тАО10-07-2004 06:31 AM
Re: superblock is corrupt -- help plz
Yes Dear Ermin Borovac, as u mentioned, in /etc/fstab, there was written
ABEL=/ / ext3 defaults 1 1
instead of
LABEL=/ / ext3 defaults 1 1
Many Thanks SEP, and John.
Many Thanks Johannes Krackowizer .
Thanks Great Forum
Regards
Maaz