I am pretty new to Amazon Web Services. I made my first EBS volume (through both the command line and the AWS web app) and attached it to a running instance at /dev/sdh as seen here. The web app shows me that it has been successfully attached to the instance. However, the folder /dev/sdh does not show up on the instance, nor does df -h reveal that it is there. What else do I need to do?
I am not sure if this helps, but the instance is an Ubuntu 11.04 Large.
sudo mkfs.xfs /dev/sdh. At this point it fails because /dev/sdh doesn't exist. – skaz Aug 8 '11 at 18:30