I've just upgraded my EC2 instance to Natty, using do-release-upgrade
.
However, the block devices /dev/sdf
, /dev/sdg
, ... are no longer existed.
(I've already attached EBS to these devices, though.)
I've just upgraded my EC2 instance to Natty, using do-release-upgrade
.
However, the block devices /dev/sdf
, /dev/sdg
, ... are no longer existed.
(I've already attached EBS to these devices, though.)
In Ubuntu 11.04 Natty on EC2, you will find the block devices on the instance have been renamed to
/dev/xvdf
and/dev/xvdg
though you'll still need to use/dev/sdf
and/dev/sdg
when specifying them to the Amazon API tools likeec2-attach-volume
andec2-run-instances --block-device-mapping
.