Friday, June 1, 2012

Adding a Second Volume on EC2

After attaching the volume to the instance, you will also need to go into the instance and mount the device onto the filesystem.

mkdir /mnt/volume2
mount -t ext4 /dev/sdf /mnt/volume2

No comments:

Post a Comment