]> err.no Git - util-linux/commit
blkid: add -n <list> option
authorKarel Zak <kzak@redhat.com>
Tue, 23 Mar 2010 13:06:54 +0000 (14:06 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 23 Mar 2010 13:06:54 +0000 (14:06 +0100)
commit4f946f530c3f9991c6fd71739696dd2bcc1a4a1f
tree690cb53e9e332e0755424ac184abb3a0412fd3fc
parent962496d401dea4a9dd18c3cc5e0fda8b902ff097
blkid: add -n <list> option

This option allows to restrict low-level probing to the defined list
of superbocks (filesystems or RAIDs). For example:

blkid -p -n ext3,ext4,vfat /dev/sda1
or
blkid -p -n novfat /dev/sda1

Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/blkid.8
misc-utils/blkid.c