Skip to content

Instantly share code, notes, and snippets.

@alangarf
Last active August 29, 2015 14:06
Show Gist options
  • Save alangarf/48b1b65d27a6fbafb03c to your computer and use it in GitHub Desktop.
Save alangarf/48b1b65d27a6fbafb03c to your computer and use it in GitHub Desktop.
Getting the disk prefix of the volumes in AWS. sda vs xvda
disk_prefix=`lsblk | grep -e "disk /$" | cut -c -3`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment