YouTip LogoYouTip

Linux Comm Blkid

[![Image 1: Linux Command Encyclopaedia](#) Linux Command Manual](#)\n\n* * *\n\n## What is the blkid Command\n\n`blkid` is a utility in Linux systems used to identify block device attributes. It can display the filesystem type, UUID (Universal Unique Identifier), label (LABEL), and other related information of block devices (such as hard disks, partitions, USB devices, etc.).\n\n### Main Features\n\n* Identify the filesystem type of storage devices\n* Get unique identifiers (UUID) of devices\n* View partition labels (LABEL) of devices\n* Display the size and other attributes of block devices\n\n* * *\n\n## Basic Syntax\n\nblkid [device...]\n\n### Common Options and Parameters\n\n| Option | Description |\n| --- | --- |\n| `-c ` | Specify cache file (default is /etc/blkid.tab) |\n| `-g` | Collect garbage data to cache file |\n| `-o ` | Specify output format (full, value, list, device, udev) |\n| `-p` | Low-level superblock probing (bypass cache) |\n| `-s ` | Display information for specified tag (such as UUID, TYPE, LABEL, etc.) |\n| `-U ` | Find device by UUID |\n| `-L
← Linux Comm LsusbLinux Comm Dirname β†’