blkid
Lists all recognized partitions and their Universally Unique Identifier (UUID). More information: <https://manned.org/blkid>.
Install
- All systems
-
curl cmd.cat/blkid.sh
- Debian
-
apt-get install util-linux
- Ubuntu
-
apt-get install util-linux
- Alpine
-
apk add util-linux
- Arch Linux
-
pacman -S util-linux
- Kali Linux
-
apt-get install util-linux
- CentOS
-
yum install util-linux
- Fedora
-
dnf install util-linux
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install util-linux
- OS X
-
brew install util-linux
- Raspbian
-
apt-get install util-linux
- Dockerfile
- dockerfile.run/blkid
- Docker
-
docker run cmd.cat/blkid blkid
powered by Commando
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
© tl;dr; authors and contributors