Created
September 28, 2022 20:28
-
-
Save nmagee/262d35eefa30b6fdfb2c61068c24046f to your computer and use it in GitHub Desktop.
This file contains 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
#!/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