I have created a EBS volume on /dev/sdh like so:
$ ec2-attach-volume -d /dev/sdh -i i-7058e010 vol-58f08432
ATTACHMENT vol-58f08432 i-7058e010 /dev/sdh attaching 2011-09-19T12:48:01+0000
Following this tutorial http://aws.amazon.com/articles/1663, I am now trying to "Create an XFS file system on the EBS volume"
But when I try to do that I get:
root@ip-10-100-254-47:~# sudo mkfs.xfs /dev/sdh
/dev/sdh: No such file or directory
When I look at the EBS volume in the console it seems to be working properly:
Attachment:
i-7058e010:/dev/sdh (attached)
EDIT: this instance is not an EBS store instance, does that mean I can't use EBS with it?