All pastes #2086058 Raw Edit

Miscellany

public text v1 · immutable
#2086058 ·published 2011-10-01 10:32 UTC
rendered paste body
[brolin@Repository] [1] [3] ~/
$ time sudo sfdisk -d /dev/sda
Warning: extended partition does not start at a cylinder boundary.
DOS and Linux will interpret the contents differently.
# partition table of /dev/sda
unit: sectors

/dev/sda1 : start=       63, size=3907024002, Id= 5
/dev/sda2 : start=        0, size=        0, Id= 0
/dev/sda3 : start=        0, size=        0, Id= 0
/dev/sda4 : start=        0, size=        0, Id= 0
/dev/sda5 : start=      126, size=  1959804, Id=83, bootable
/dev/sda6 : start=  1959993, size=  3903732, Id=83
/dev/sda7 : start=  5863788, size= 15631182, Id=83
/dev/sda8 : start= 21495033, size= 78124032, Id=83
/dev/sda9 : start= 99619128, size=3799597347, Id=83
/dev/sda10: start=3899216538, size=  7807527, Id=82

real    0m0.083s
user    0m0.000s
sys     0m0.004s
[brolin@Repository] [0] [4] ~/
$