|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Error Resize Xen File Based
Hi,
On Sun, Jan 9, 2011 at 7:13 PM, Dominggo Smith <dominggosmith@xxxxxxxxx> wrote:
> I follow http://mediakey.dk/~cc/howto-resize-xen-loop-disk-image/ to
> expand Xen Guest as shown below:
>
> 1. # dd if=/dev/zero bs=1024k count=1024 >> test.img
> 2. # e2fsck -f test.img
> 3. # resize2fs test.img
I just tried it and works for me. Don't you miss something trivial -
is the test.img using ext2/3/4? Doesn't it have a partition table,
LVM, whatever? Can it be checked with e2fsck before the dd command?
Try to increase the verbosity of e2fsck, maybe you get some hints.
Best
ervin
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|