Wednesday, October 28, 2009

Use EBS on EC2 Centos 5.2 and snapshot with cron to S3

Create the volume and assign it to your instance


Attach it to your Centos 5.2 instance


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


readmore

No comments: