Operating System - HP-UX
1825766 Members
2682 Online
109687 Solutions
New Discussion

Bad super block: Trashed values in super block

 
Saifudheen_1
Advisor

Bad super block: Trashed values in super block

I have problem with HP-UX A.37.00 B 9000/835 installed on hp server 8000, while booting the system showing the following mesg.

/etc/fsclean: /dev/dsk/c2000d0s11 not ok, run fsck.

when i run the fsck command i am getting this msg.

Bad super block: Trashed values in super block..

Thanks
saifu
1 REPLY 1
Roberto Polli
Trusted Contributor

Re: Bad super block: Trashed values in super block

Maybe yopu should overwrite your superblock with a goot one:
A list of good sb is in /etc/sbtab

to replace you should run
fsck -F hfs -b NUMBER /dev/dsk/c2000d0s11

_see_ man fsck for further details.
Peace, R.