diff --git a/pages/linux/blkid.md b/pages/linux/blkid.md index 0ba53b2725..8748089bcb 100644 --- a/pages/linux/blkid.md +++ b/pages/linux/blkid.md @@ -10,3 +10,7 @@ - List all partitions in a table, including current mountpoints: `sudo blkid {{[-o|--output]}} list` + +- Get the UUID of the filesystem on a partition: + +`blkid {{[-s|--match-tag]}} UUID {{[-o|--output]}} value {{/dev/sdXY}}`