Comment 28 for bug 528073

Revision history for this message
Karel Zak (kzak) wrote :

> 50mounted-tests just calls "blkid -o value -s TYPE /dev/sda2"

Note that since util-linux-ng 2.17 you can use low-probe mode (to avoid /etc/blkid.tab cache) for this task, it means:

    blkid -p -o value -s TYPE <device>

Thanks for the patch.