Sodamhan.com

TL;DR

blkid

Lists all recognized partitions and their Universally Unique Identifier (UUID). More information: https://manned.org/blkid.

  • List all partitions:

sudo blkid

  • List all partitions in a table, including current mountpoints:

sudo blkid -o list

This document was created using the contents of the tldr project.