Amazon mount EBS
Posted
by William
on Server Fault
See other posts from Server Fault
or by William
Published on 2010-03-05T00:08:58Z
Indexed on
2010/03/13
4:55 UTC
Read the original article
Hit count: 394
I'm trying to mount /vol to a EBS volume on an Amazon EC2 instance. I'm formatting the device to xfs, adding "/dev/sdh /vol xfs noatime 0 0" to my /etc/fstab file, making the /vol dir and mounting it and whenever I try to do anything with that volume (create a file in /vol, cd, ls, anything) or I try to run df the server just freezes.
Anyone have any idea what this might be? It's driving me crazy.
Edit: It seems to freeze after I mount, has nothing to do with doing any commands to the volume it's self.
© Server Fault or respective owner