From dda7fe12acff6613f23c67de15905848b7521767 Mon Sep 17 00:00:00 2001 From: Ondrej Oprala Date: Fri, 20 Feb 2015 09:41:19 +0100 Subject: 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 Signed-off-by: Karel Zak Co-Author: Karel Zak --- disk-utils/cfdisk.8 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'disk-utils/cfdisk.8') diff --git a/disk-utils/cfdisk.8 b/disk-utils/cfdisk.8 index 79f85cf5b..ff95aa9dc 100644 --- a/disk-utils/cfdisk.8 +++ b/disk-utils/cfdisk.8 @@ -143,6 +143,9 @@ or .BR partx (8), or by rebooting the system. .TP +.B x +Toggle extra information about a partition. +.TP .IR "Up Arrow" , " Down Arrow" Move the cursor to the previous or next partition. If there are more partitions than can be displayed on a screen, you can display the next -- cgit v1.2.3-55-g7522