Raistlfiren Tux's lil' helper
Joined: 02 Oct 2005 Posts: 100
|
Posted: Sun May 29, 2011 9:32 pm Post subject: Issues after Resizing and reducing... |
|
|
I attempted to resize my home partition to extend my var partition by using these commands:
Code: | umount /dev/mapper/tinky-home
resize2fs /dev/mapper/tinky-home 150G
lvreduce -L 150G /dev/mapper/tinky-home
resize2fs /dev/mapper/tinky-home |
After doing so I received these errors when running Code: | ef2sck -f /dev/mapper/tinky-home |
e2fsck 1.41.12 (17-May-2010)
The filesystem size (according to the superblock) is 55891968 blocks
The physical size of the device is 39321600 blocks
Either the superblock or the partition table is likely to be corrupt!
Abort<y>? no
Pass 1: Checking inodes, blocks, and sizes
Error reading block 39321602 (Invalid argument) while getting next inode from scan. Ignore error<y>?
Whenever I try mount the parititon and try to access some folders it gives me this error:
ls: cannot access /home/vmail: Input/output error
Has anyone went through this? I have LVM2 and ext3 filesystems. |
|