Re: /home: UNEXPECTED INCONSISTENCY

"Taylor, ForrestX" <[email protected]> Fri, 17 Oct 2003 11:36:11 -0700
Newsgroups gmane.linux.redhat.release.enigma
Message-ID <[email protected]>
[email protected] wrote:
> Dear there,
> After I reboot the server, I got the following error
> message.
> 
> 
> "/home: The filesystem size (according to the superblock) is
> 17771840 blocks
> The physical size of the device is 8885945 blocks
> Either the superblock or the partition table is likely to be
> corrupt!

It looks like you just lost half of your disk.  Do you remember the 
original size of the /home partition?  Did you recently run fdisk and/or 
try to create software RAID?

This advice must be taken with a grain of salt, because your partition 
and/or disk may be totally broken.  I hope you have good backups...

First, try e2fsck -c /dev/hd? (where hd? is the actual partition of 
/home).  What does that report?  You can also use resize2fs to shrink 
the filesystem, but I'll let you read up on the man page.

Forrest