Внешний HDD. На нем стоит Kubuntu 9.10.
При загрузке зависает после того как пробегает бегунок под надписью Kubuntu.
Монтироваться отказывается, dmesg:
[ 30.043984] EXT4-fs (sdb1): bad geometry: block count 9767516 exceeds size of device (9767515 blocks)
[ 30.060815] EXT4-fs (sdb1): bad geometry: block count 9767516 exceeds size of device (9767515 blocks)
sudo fsck.ext4 -f /dev/sdb1
e2fsck 1.41.9 (22-Aug-2009)
The filesystem size (according to the superblock) is 9767516 blocks
The physical size of the device is 9767515 blocks
Either the superblock or the partition table is likely to be corrupt!
Abort<y>? no
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
USB-Kubuntu: 115061/2444624 files (0.6% non-contiguous), 8478646/9767516 blocks
Т.е. проблема в суперблоке или в MBR (вернее в таблице разделов): Они дают различные показания:
The filesystem size (according to the superblock) is 9767516 blocks
The physical size of the device is 9767515 blocks
Все остальное на диске - ОК.
Как сие безобразие поправить?