The following doc should help.
Another way is to ...
$ sudo fsck.ext3 -f IMAGE
$ sudo resize2fs IMAGE SIZE
Where "IMAGE" is the name of the IMAGE file and "SIZE" is the new size of the file (make sure to add "G" on the end for GBs).
Example: To resize the image "ubuntu-9.04-i386.img" to be 8GB, do this:
$ sudo fsck.ext3 -f ubuntu-9.04-i386.img
$ sudo resize2fs ubuntu-9.04-i386.img 8G
Now, you can "euca-upload-image" the new image to Eucalyptus, and run it. If your Eucalyptus config has a 20G image maximum then "df -h" would show something like:
/dev/sda1 8G /
/dev/sda2 11G /mnt
It's really fast, too.
Hello,
thank you! You are right! It looks like we have permissions problems on the wiki: we are looking into it. I created a page for you right now, and move your comment there. You should be able to change it to your liking.
thanks!
graziano