I have a server at amazon ec2.

I used the following AMI to install Ubuntu 11.04 64 bit: ami-1aad5273 it uses ebs root device type.

I use elastifox plugin installed on firefox 7. when I go to 'Volumes and snapshots' tab and attach a volume to the instance I created, after the status is changed to 'attached' i don't see the device in the server's /dev directory.

how can I check or debug why it's not mounted?

thanks


it seems that ebs volumes appear as /dev/xvd? instead of /dev/sd?

link|improve this question

71% accept rate
feedback

1 Answer

up vote 2 down vote accepted

With the recent Ubuntu releases, you will see the attached volumes show up under names like /dev/xvdh where they used to be at /dev/sdh.

However, when you specify the device named with the Amazon command like tools, API calls, EC2 console, and other places external to the instance, you still need to use the old /dev/sdh form.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.