Skip to content

Instantly share code, notes, and snippets.

@singhj
Created March 19, 2012 11:49
Show Gist options
  • Save singhj/2108944 to your computer and use it in GitHub Desktop.
Save singhj/2108944 to your computer and use it in GitHub Desktop.
Mounting an EBS volume on Ubuntu Natty in EC2
# Context.
# The motivation for this gist: http://www.datathinks.org/2012/03/Big-Data-Laboratory
# create the mount point
sudo mkdir /mnt/bisum
# mount the volume, assuming the volume is mounted at /dev/sdf
sudo mount /dev/xvdf /mnt/bisum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment