]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lsblk: Display mountpoint even for top-level device
authorMilan Broz <gmazyland@gmail.com>
Thu, 30 Jul 2015 14:18:28 +0000 (16:18 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 31 Jul 2015 08:44:57 +0000 (10:44 +0200)
commitc49ff158aa21a16b94cf19bc8527cfdd67963082
treec37051e8e3ca804e3055b2963f6814400c4845c1
parent901f85fe546572a35bba5cb79479ce549377179f
lsblk: Display mountpoint even for top-level device

If a filesystem is mounted on top-level block device
with existing partitions, the mountpoint is not displayed
in the lsblk output.

This situation can happen by a configuration mistake
and lsblk could be used to detect such a mistake.

This patch allows searching for a mountpoint for all displayed
devices, not only for leaf nodes.
(It should be pretty cheap operation, mtab is parsed only once.)

For example: lsblk /dev/loop1
NAME      MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
loop1       7:1    0  128M  0 loop /mnt/tst
└─loop1p1 259:0    0  127M  0 loop

Signed-off-by: Milan Broz <gmazyland@gmail.com>
misc-utils/lsblk.c