WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Resize Disk

 Yes, you can

Shutdown the Dom-U
TO resize it to 20GB

dd if=/dev/zero of=<image name> bs=1MB count=0 seek=20480
e2fsck -f -y <imagename>
resize2fs -p <image name>


Chad F wrote:

>Is there a way I can resize the disk/file that Xen is on -- I created a
>10GB Disk for my install but I've just realized it's not enough; anyway I
>could possibly increase it to 20gb? or even more if I wanted? Let me know.
>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

<Prev in Thread] Current Thread [Next in Thread>