• 0 Posts
  • 7 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle

  • sorry for the late reply, the command ‘lsblk’ can output it:

    “sudo lsblk -o +uuid,name”

    check “man lsblk” to see all possible combinations if needed.

    there is also ‘blkid’ but I’m unsure whether that package is installed by default on all Linux releases, so that’s why I chose ‘lsblk’

    if ‘blkid’ is installed, the syntax would be:

    “sudo blkid /dev/sda1 -s UUID -o value”

    glad you got it fixe, and hope this answers your question

    (edit pga big thumbs and autocorrect… )