Skip to content

Instantly share code, notes, and snippets.

@tengpeng
Created February 19, 2016 18:59
Show Gist options
  • Save tengpeng/c3f29a1ebd9bad5ec55d to your computer and use it in GitHub Desktop.
Save tengpeng/c3f29a1ebd9bad5ec55d to your computer and use it in GitHub Desktop.
mount new disk
sudo mkfs -t ext4 /dev/xvdc
sudo mkdir -m 000 /mnt2
sudo mount /dev/xvdc /mnt2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment