Results 1 to 2 of 2
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 ...
- 11-11-2007 #1
Resizing Archs partition
I have resized Arch's partition from 20gb to 6gb by issuing the following command
and then i used resize2fs for resizingCode:tune2fs -O ^has_journal /dev/(archs partition) e2fsck -v -f /dev/(archs partition)
Code:resize2fs /dev/(archs partition) 6000M
now the operation is successful but when i runCode:tune2fs -j /dev/(archs partition) e2fsck -v -f /dev/(archs partition)
it still shows the same number of cylinders occupied by the archs partition. Now how to alter the number of cylinders occupied.Code:fdisk -l /dev/hda
- 11-12-2007 #2
This isnt a ArchLinux related Question.
This is a Filesystem Question.. you run ext2?
Well you might want to look at Partitions and Boot Loaders
I say might since I am not certain.. I havnt read it I scanned it.
Well, hope that helps.


Reply With Quote
