Skip to content

Instantly share code, notes, and snippets.

@nmagee
Created September 28, 2022 20:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nmagee/262d35eefa30b6fdfb2c61068c24046f to your computer and use it in GitHub Desktop.
Save nmagee/262d35eefa30b6fdfb2c61068c24046f to your computer and use it in GitHub Desktop.
#!/bin/bash
mkfs -t xfs /dev/xvdh
mkdir /mnt/volume2
mount -t xfs /dev/xvdh /mnt/volume2
echo "/dev/xvdh /mnt/volume2 xfs defaults 0 0" > /etc/fstab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment