I have resized Arch's partition from 20gb to 6gb by issuing the following command
Code:
tune2fs -O ^has_journal /dev/(archs partition)
e2fsck -v -f /dev/(archs partition)
and then i used resize2fs for resizing
Code:
resize2fs /dev/(archs partition) 6000M
Code:
tune2fs -j /dev/(archs partition)
e2fsck -v -f /dev/(archs partition)
now the operation is successful but when i run
it still shows the same number of cylinders occupied by the archs partition. Now how to alter the number of cylinders occupied.