|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|