- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Bad Super Block
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
09-12-2000 12:43 PM
09-12-2000 12:43 PM
Bad Super Block
or stack size exceeded maxssiz." I used the SUPER BLOCK SIZE of 16. The size of the filesystem is 15 Gig.
What else can I try to fix the disk?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2000 12:53 PM
09-12-2000 12:53 PM
Re: Bad Super Block
# vgfcgrestore -n
# vgchange -a y /dev/vgname
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2000 01:53 PM
09-12-2000 01:53 PM
Re: Bad Super Block
As per the previous post, you have to restore LVM information to the disk with vgcfgrestore. The vgchange causes the volume group to accept the replaced disk. This will not restore any data other than mirrored volumes which should resync automatically.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2000 05:47 AM
09-13-2000 05:47 AM
Re: Bad Super Block
--
If by some chance the volumes don't sync automatically when you vgchange, which I often see they don't, you can manually sync them with a:
vgsync
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2000 04:41 PM
09-13-2000 04:41 PM
Re: Bad Super Block
You can use them when you fsck shown below.
Inside sbtab.
16 32 2504 .....
--------------------
# fsck -F hfs -y -b 16
In the case of fsck's failure above,
# fsck -F hfs -y -b 32
From your article,
I hope that you do this in maintenance mode because root file system may be corrupted, I guess.
After finishing fsck, a list of message will show on the console and if you find "reboot -n" on the message, perform "reboot -n" at prompt when fsck has completed.
Regards,