Ever since the recent Amazon EBS outage I've been unable to use my Amazon EBS volumes. They are all marked as "attached" on the web console, but they don't exist from the perspective of the operating system when I try to mount them:<p>mount: special device /dev/sdf does not exist<p>If I use the web console to unattach them, they successfully unattach, and then if I attempt to attach them, it says "Attaching..." and then stays in that state. I've left it in that state for 24 hours twice now and it shows no change.<p>Just now I noticed that the root device on that instance is:<p>/dev/xvda1 on / type ext4 (rw)<p>Aha! This is a clue! But it is not a clue that gives me an idea of how to fix it. "xvd*" is the name that EBS uses for devices that are attached to Windows instances. This is a linux instance.<p>Apparently there is no way to ask a question or request support for a thing like this unless you pay for a support contract. If you haven't paid for a support contract, then you are supposed to ask Hacker News. :-)<p>Just kidding, you are actually supposed to ask on the AWS forums, but I hate forums.<p>I'm glad that this incident has occurred and reminded me to migrate my personal-use Tahoe-LAFS grid off of Amazon EBS onto something cheaper and with decorrelated failures, such as a friend-grid. Just as soon as I can download the data (about 200 GB worth), then I'll do that!<p>Hm, I wonder if it would work to snapshot all these EBS volumes to S3 and then download all the data from S3...<p>Any other ideas for me?<p>Thanks!
xvd* naming scheme is pretty standard for xen volumes (even for linux)<p>But I don't know any other things for AWS, forums will probably have the best knowledge base that is easily available.