busybox/util-linux
Denys Vlasenko 607f2b404e fdisk: print much less cryptic partition table
Before:

   Device Boot      Start         End      Blocks  Id System
/dev/sdb1   *           1         998      255471+  6 FAT16

What are "blocks"? What is that "+"?
How big is this partition?
Is start/end shown came from LBA fields or CHS fields?
Why are we torturing the user??

After:

Device  Boot StartCHS    EndCHS        StartLBA     EndLBA    Sectors  Size Id Type
/dev/sdb1 *  0,1,1       996,15,32           32     510974     510943  249M  6 FAT16

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2016-08-23 16:13:33 +02:00
..
2016-01-02 01:18:32 +01:00
2016-06-19 18:15:33 +02:00
2015-10-07 22:42:45 +02:00
2015-10-07 22:42:45 +02:00
2016-06-19 18:15:33 +02:00
2016-06-19 18:15:33 +02:00
2013-02-11 00:22:59 +01:00
2015-10-07 22:42:45 +02:00
2015-02-04 15:19:38 +01:00
2015-03-12 20:18:51 +01:00
2015-10-07 22:42:45 +02:00
2013-06-27 03:45:16 +02:00
2013-01-14 01:34:48 +01:00
2016-03-14 19:34:15 +01:00
2015-02-18 13:47:46 +01:00
2011-12-15 12:39:25 +01:00
2015-10-13 12:34:35 +02:00