我的lsblk
没有显示一个磁盘分区的 gpt 分区标签,该分区是用新格式化的
mkfs.ext4 -v -L MyLabel mydev
- 不知何故,分区之后没有正确标记。直到我的按标签挂载操作失败时我才注意到它。
e2label
我尝试使用 、mount-by-label重置分区标签,但lsblk
仍然没有显示 gpt 分区标签。- 显示带有作品的 gpt 分区标签
blkid
。
那么如何才能lsblk
正确显示 gpt 分区标签呢?
# As root,
# Here is the partition with working label
% blkid -s LABEL -o value /dev/sda9
os2
% lsblk -o NAME,LABEL /dev/sda9
NAME LABEL
sda9 os2
# Here is the partition without working label
% blkid -s LABEL -o value /dev/sda9
os2
% lsblk -o NAME,LABEL /dev/sda8
NAME LABEL
sda8
$ apt-cache policy util-linux
util-linux:
Installed: 2.36.1-8+deb11u1
Candidate: 2.36.1-8+deb11u1
Version table:
*** 2.36.1-8+deb11u1 500
500 http://deb.debian.org/debian bullseye/main amd64 Packages
500 http://security.debian.org/debian-security bullseye-security/main amd64 Packages
100 /var/lib/dpkg/status