Skip to content

Instantly share code, notes, and snippets.

@mimizone
Created May 31, 2023 04:15
Show Gist options
  • Save mimizone/9e654890745c6fda3d94958fd888b4dd to your computer and use it in GitHub Desktop.
Save mimizone/9e654890745c6fda3d94958fd888b4dd to your computer and use it in GitHub Desktop.
list disks by id
lsblk |awk 'NR==1{print $0" DEVICE-ID(S)"}NR>1{dev=$1;printf $0" ";system("find /dev/disk/by-id -lname \"*"dev"\" -printf \" %p\"");print "";}'|grep -v -E 'part|lvm'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment