Skip to content

Instantly share code, notes, and snippets.

@tengpeng
Created February 18, 2016 02:52
Show Gist options
  • Save tengpeng/5c875d850c366ec44eeb to your computer and use it in GitHub Desktop.
Save tengpeng/5c875d850c366ec44eeb to your computer and use it in GitHub Desktop.
mount ssd
sudo mkfs.ext4 /dev/xvdb
sudo mkdir -m 000 /mnt # isnt required if /mnt exists.
echo "/dev/xvdb /mnt auto noatime 0 0" | sudo tee -a /etc/fstab
sudo mount /mnt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment