Skip to content

Instantly share code, notes, and snippets.

@luhonghai
Created September 21, 2018 07:15
Show Gist options
  • Save luhonghai/0eca402368bc6e4daf83f87d37b31ce9 to your computer and use it in GitHub Desktop.
Save luhonghai/0eca402368bc6e4daf83f87d37b31ce9 to your computer and use it in GitHub Desktop.
fdisk /dev/xvdb # n > w
mkfs -t ext4 /dev/xvdb1
vim /etc/fstab # /dev/xvdb1 /datadrive ext4 defaults 0 2
mkdir /datadrive
mount /dev/xvdb1 /datadrive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment