Skip to content

Instantly share code, notes, and snippets.

@rnix
Last active December 11, 2015 01:49
Show Gist options
  • Save rnix/4526356 to your computer and use it in GitHub Desktop.
Save rnix/4526356 to your computer and use it in GitHub Desktop.
Amazon AWS EBS mounting
mkdir /mnt/{b,c}
sudo mkfs.ext4 /dev/xvdb
sudo mkfs.ext4 /dev/xvdc
sudo mount -a
LABEL=cloudimg-rootfs21/21 ext4 defaults 0 0
/dev/xvdb /mnt/b auto defaults,nobootwait,comment=cloudconfig 0 2
/dev/xvdc /mnt/c auto defaults,nobootwait,comment=cloudconfig 0 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment