diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-08-23 16:13:33 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-08-23 16:13:33 +0200 |
commit | 607f2b404e992174d7c5956d11e8f35f78d2701f (patch) | |
tree | 60a7bb8d2a187348f055b60d8ee399cfe2e47aa4 /networking/udhcp | |
parent | 6b76e2345490a1f65423b72580f84d09b3983ab6 (diff) | |
download | busybox-607f2b404e992174d7c5956d11e8f35f78d2701f.tar.gz |
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>
Diffstat (limited to 'networking/udhcp')
0 files changed, 0 insertions, 0 deletions