Blog

Real Life Tech Problems Solved.

Could not stat /dev/sdf

Posted on by

Was playing aound with some Fedora 12 instances I had created on Amazon EC2. However I was coming across a problem where I created a volume, attached it in the Management Console but when I ran the following to format it, it didn’t work giving the error: could not stat /dev/sdf mkfs -t ext2 /dev/sdf [...]

EC2, Fedora | No Comments

Mount EBS Volume on EC2

Posted on by

To mount a Elastic Block Store to your EC2 Instance open up your AWS Console at https://console.aws.amazon.com Click on “Volumes” and right click on an available Volume. Then attach this to the instance you want to use. It will ask you for a device name, you are prob using Linux so choose one you aren’t [...]

EBS, S3 | 1 Comment