Amazon Elastic Block Store
Posted by Edmund Haselwanter on Aug 22, 2008
Tags: amazon, aws, cloud, ebs, ec2
There is a new kid on the block: Amazon Elastic Block Store
Continue Reading…Posted by Edmund Haselwanter on Aug 22, 2008
Tags: amazon, aws, cloud, ebs, ec2
There is a new kid on the block: Amazon Elastic Block Store
Continue Reading…Posted by Edmund Haselwanter on Mar 06, 2009
Tags: amazon, aws, cloud, cron, ebs, ec2, environment-2.0
yum install xfsprogs
according to Thread: Debian Lenny and XFS causes kernel panic: Suggested Workaround
mkfs.xfs -l version=1 /dev/sdh
insert into /etc/fstab
/dev/sdh /vol/shared xfs noatime 0 0
mount the volume
mount /vol/shared