From 04a427a9e2631653c079f5ef5ab5c72b3e8690af Mon Sep 17 00:00:00 2001 From: newtant Date: Wed, 1 May 2019 10:08:01 +0200 Subject: [PATCH] blkid: add page (#2957) --- pages/linux/blkid.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pages/linux/blkid.md diff --git a/pages/linux/blkid.md b/pages/linux/blkid.md new file mode 100644 index 000000000..9c9756e68 --- /dev/null +++ b/pages/linux/blkid.md @@ -0,0 +1,11 @@ +# blkid + +> Lists all recognized partitions and their Universally Unique Identifier (UUID). + +- List all partitions: + +`sudo blkid` + +- List all partitions in a table, including current mountpoints: + +`sudo blkid -o list`