Skip to content

Instantly share code, notes, and snippets.

@100daysofdevops
Created February 27, 2019 19:10
Show Gist options
  • Select an option

  • Save 100daysofdevops/874f290c71242f09d512a3f6c447c71a to your computer and use it in GitHub Desktop.

Select an option

Save 100daysofdevops/874f290c71242f09d512a3f6c447c71a to your computer and use it in GitHub Desktop.
#!/bin/bash
mkfs.ext4 /dev/xvdh
mount /dev/xvdh /mnt
echo /dev/xvdh /mnt defaults,nofail 0 2 >> /etc/fstab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment