So what I should do is the following:
Lets say the 200GB disc is 6000 PE's big.
e2fsadm -v -l -6076 /dev/vol1/lv_vol
yup,
This should make the lvm 200GB smaler.
Then after that I do
pvmove /dev/hdh1
Not yet. e2fsadm reduced the size of the filesystem. But you need to then reduce the sze of the lvm with:
lvreduce -l 6076 /dev/vol1/lv_vol
Then use the pvmove command.
-Tupshin
_______________________________________________ linux-lvm mailing list linux-lvm@sistina.com http://lists.sistina.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/