Verified on both i686 and x86_64 on $ uname -m i686 $ printf "%s\n" $(wget -O - -q http://169.254.169.254/latest/meta-datainstance-type) c1.medium $ grep mnt /etc/fstab /dev/sda2 /mnt ext2 defaults 0 0 $ df /mnt Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda2 2465592 52 2340292 1% /mnt $ dpkg-query --show ec2-init ec2-init 0.4.999-0ubuntu7
$ uname -m x86_64 $ printf "%s\n" $(wget -O - -q http://169.254.169.254/latest/meta-datainstance-type) c1.medium $ grep mnt /etc/fstab /dev/sda2 /mnt ext2 defaults 0 0 $ df /mnt Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda2 2464592 52 2339340 1% /mnt $ dpkg-query --show ec2-init ec2-init 0.4.999-0ubuntu7 $ uname -m x86_64 $ printf "%s\n" $(wget -O - -q http://169.254.169.254/latest/meta-datainstance-type) m1.small $ grep mnt /etc/fstab /dev/sdb /mnt ext3 defaults 0 0 $ df /mnt Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda1 2080592 615612 1360124 32% / $ uname -m i686 $ printf "%s\n" $(wget -O - -q http://169.254.169.254/latest/meta-datainstance-type) m1.small $ grep mnt /etc/fstab /dev/sda2 /mnt ext3 defaults 0 0 $ df /mnt Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda1 2080592 571304 1404432 29% / -- UEC images do not mount ephemeral disk on /mnt at boot https://bugs.launchpad.net/bugs/458850 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
