Created
September 23, 2016 01:16
-
-
Save gabanox/0a6ebb73b92e133773b157b03aea48c0 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#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