tags cron

Die folgenden Seiten mit den Tags "cron" wurden gefunden.

Verwende EBS auf einer Centos 5.2 EC2 Instanz und mach Backups auf S3

Posted by Edmund Haselwanter on Mär 06, 2009
Tags: amazon, aws, cloud, cron, ebs, ec2, environment-2.0

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

weiterlesen…