Mailing List
Home
Forum Home
Linux - General Red Hat Linux discussion list
Installation - Getting started with Red Hat Linux
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
Subject: application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
Subject: X Windows problem (xauth)
Subject: Upgrading openoffice 1 1 rpm
Subject: FTP: connection refused
Subject: FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
Subject: broadcom network interface
make mrproper
Couldn 't open PID file /var/run/named/named pid Permission denied
sendmail configuration on redhat
kernel 2 6 and /dev/sound/mixer not found
Subject: Promise 378 controller
Subject: Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
Subject: Lotus Notes under Wine
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
/etc/security/limits conf question
Intel E/1000 driver
rpm database corrupt
Command stream end of file while reading
qla2300 modules
 
/home: UNEXPECTED INCONSISTENCY

/home: UNEXPECTED INCONSISTENCY

2003-10-17       - By Taylor, ForrestX

 Back
Reply:     1     2     3     4  

hailong.li@(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