# Blkid 查看磁盘 ID 在 Linux 下可以使用 blkid 命令对查询设备上所采用文件系统类型进行查询。blkid 主要用来对系统的块设备(包括交换分区)所使用的文件系统类型、LABEL、UUID 等信息进行查询。 命令选项如下: ```bash -c 指定cache文件(default: /etc/blkid.tab, /dev/null = none) -d don't encode non-printing characters -h 显示帮助信息 -g garbage collect the blkid cache -o 指定输出格式 -k list all known filesystems/RAIDs and exit -s 显示指定信息,默认显示所有信息 -t find device with a specific token (NAME=value pair) -l look up only first device with token specified by -t -L