How to use the lsblk and the blkid commands on Linux
Two commands answer almost every storage question on a Linux box. lsblk shows the shape of your storage: which disks exist, how they are partitioned, and where each partition is mounted. blkid reads the filesystem metadata itself and prints the UUID, label, and filesystem type you need when editing /etc/fstab or writing udev rules. The […]
How to use the lsblk and the blkid commands on Linux Read More »