I started with an Ubuntu 12.04 EC2 micro instance (8GB Disk) and just relaunched the snapshot as a small instance (160GB Disk) but in my console it still only shows as an 8GB disk. Webmin reports it as an 154GB disk and DF shows:
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/xvda1 8362320 2880600 5062292 37% /
udev 838332 12 838320 1% /dev
tmpfs 338520 172 338348 1% /run
none 5120 0 5120 0% /run/lock
none 846292 0 846292 0% /run/shm
/dev/xvdb 153899044 1638340 144443080 2% /mnt
So how do I now make use of the extra space that doesn't appear to be there? Most of my files are on /mnt in /mnt/www and /mnt/mysql so ideally that would be the place to have the extra space.
Here is the fdisk -l output
Disk /dev/xvda1: 8589 MB, 8589934592 bytes
255 heads, 63 sectors/track, 1044 cylinders, total 16777216 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/xvda1 doesn't contain a valid partition table
Disk /dev/xvdb: 160.1 GB, 160104972288 bytes
255 heads, 63 sectors/track, 19464 cylinders, total 312705024 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/xvdb doesn't contain a valid partition table
Disk /dev/xvda3: 939 MB, 939524096 bytes
255 heads, 63 sectors/track, 114 cylinders, total 1835008 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/xvda3 doesn't contain a valid partition table
fdisk -loutput? – ewwhite May 20 '12 at 21:27