|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] can not remove windows vps from hard disk
2009/12/1 Jingyun He <jingyun.ho@xxxxxxxxx>
Hello all,
I have a problem with removing the LVM partition that is used by windows vps.
When I tried to remove the LVM partition, I got the error "Can't
remove open logical volume ."
Your LV looks like still active. You can see it with the command "lvscan". If so, you should try "lvchange -an /dev/VolGropu00/xxx".
It could help.
So I run parted /dev/VolGropu00/xxx
then executed "rm 1",
I got the Error: Partition /dev/mapper/VolGroup00-xxxp1 is being used.
You must unmount it before you modify it with Parted.
Anyone can tell me how to unmount it?
Thanks.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|