Created
March 19, 2012 11:49
-
-
Save singhj/2108944 to your computer and use it in GitHub Desktop.
Mounting an EBS volume on Ubuntu Natty in EC2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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