|
发表于 2005-11-17 09:43:20
|
显示全部楼层
I have no problem running ext2online...just make sure your LVM file system is formatted as ext3 (mkfs -j), otherwise ext2online will fail. you can run "df -T -k" to check the file system type.
the space you want to add:
ext2online -L+40M /dev/vg00/lv00
or the total space you want this lvm to be:
ext2online -L240M /dev/vg00/lv00
Of course you need to make sure you have such space in your lvm first.
system-config-lvm has very limited funtion. |
|