virt-filesystems: Add MBR partition type byte to the output.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 25 Oct 2011 11:47:16 +0000 (12:47 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 25 Oct 2011 13:02:46 +0000 (14:02 +0100)
commit51672634fddc20095adc1300e0bfee2c99c604f5
treee25d5e9b67a3497e7132919a2a873255924894e7
parent47412f137f2b09dbc2b44b78ba84c0b348e3f402
virt-filesystems: Add MBR partition type byte to the output.

This adds an extra column containing this information, looking
like this:

Name       Type        VFS   Label  MBR  Size  Parent
/dev/sda1  filesystem  ntfs  -      -    6.0G  -
/dev/sda1  partition   -     -      07   6.0G  /dev/sda
/dev/sda   device      -     -      -    6.0G  -

In particular you can use this to tell if a partition is an extended
partition, because the field will contain '05' or '0f'.
cat/virt-filesystems.c
cat/virt-filesystems.pod