Skip to content

Instantly share code, notes, and snippets.

@gabanox
Created September 23, 2016 01:16
Show Gist options
  • Save gabanox/0a6ebb73b92e133773b157b03aea48c0 to your computer and use it in GitHub Desktop.
Save gabanox/0a6ebb73b92e133773b157b03aea48c0 to your computer and use it in GitHub Desktop.
#sdf -> aws identifier
sudo mkfs -t ext4 /dev/sdf
sudo mkdir /mnt/volume
sudo mount /dev/sdf /mnt/volume
sudo vi /etc/fstab
#include this at the end
/dev/sdf /mnt/volume ext4 defaults,noatime 1 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment