]> git.ipfire.org Git - thirdparty/util-linux.git/commit
cfdisk: provide extra partinfo with "x"
authorOndrej Oprala <ooprala@redhat.com>
Fri, 20 Feb 2015 08:41:19 +0000 (09:41 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 27 Mar 2015 13:04:44 +0000 (14:04 +0100)
commitdda7fe12acff6613f23c67de15905848b7521767
tree37aa0891825d69ddef40b030d711fc90d46824ab
parent7298680365d7aa3c0e736e7e5db435aae865da6f
cfdisk: provide extra partinfo with "x"

The new 'extra' info provides:

 * filesystem information from libblkid (TYPE, UUID, LABEL)

   This feature is based on libblkid ability to probe specified area
   on the device. It allows to probe for filesystems although the
   partition devices (e.g. /dev/sda2) does not exist. For example from
   disk image:

    # cfdisk /home/archive/fs-images/disk.img

 * additional information from libfdisk (partition UUID, Name, ...)

 * mount information from libmount (from fstab or mountinfo)

Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
Co-Author: Karel Zak <kzak@redhat.com>
disk-utils/Makemodule.am
disk-utils/cfdisk.8
disk-utils/cfdisk.c