/etc/mtab shows /dev/xvda as expected:
Code:
esben@musvit:/etc$ cat /etc/mtab
/dev/xvda / ext3 rw,errors=remount-ro 0 0
tmpfs /lib/init/rw tmpfs rw,nosuid,size=5242880,mode=755,size=5242880,mode=755 0 0
tmpfs /run tmpfs rw,noexec,nosuid,size=10%,mode=755,size=10%,mode=755 0 0
proc /proc proc rw,noexec,nosuid,nodev 0 0
sysfs /sys sysfs rw,noexec,nosuid,nodev 0 0
udev /dev tmpfs rw,mode=0755 0 0
tmpfs /run/shm tmpfs rw,nosuid,nodev,size=20%,mode=1777,size=20%,mode=1777 0 0
devpts /dev/pts devpts rw,noexec,nosuid,gid=5,mode=620,gid=5,mode=620 0 0
The resize was while not booted.. it wouldn't let me do an online resize, disappointingly enough.
I have a wild theory this is due to grub trying to install itself on /dev/xvda , but that doesn't help me finding a solution.