I ran into a small issue trying to mount an EBS drive today, I figured it was worth documenting.
After attaching an EBS drive I created to my instance, I tried to mount the drive:
db1:~$ sudo mount /ebs/
And got the following error (which I have never seen before):
I looked around multiple sites and ended up with the following solution:
After running mkfs (make filesystem), I could successfully mount my volume.