> fdisk
******* Working on device /dev/ada0 *******
parameters extracted from in-core disklabel are:
cylinders=310101 heads=16 sectors/track=63 (1008 blks/cyl)
Figures below won't work with BIOS for partitions not in cyl 1
parameters to be used for BIOS calculations are:
cylinders=310101 heads=16 sectors/track=63 (1008 blks/cyl)
Media sector size is 512
Warning: BIOS sector numbering starts with sector 1
Information from DOS bootblock is:
The data for partition 1 is:
sysid 238 (0xee),(EFI GPT)
start 1, size 312581807 (152627 Meg), flag 0
beg: cyl 0/ head 0/ sector 2;
end: cyl 1023/ head 255/ sector 63
The data for partition 2 is:
<UNUSED>
The data for partition 3 is:
<UNUSED>
The data for partition 4 is:
<UNUSED>
> dd if=/dev/ada0p2 of=/dev/null count=312581808 conv=sync,noerror
dd: /dev/ada0p2: Input/output error
456+0 records in
456+0 records out
233472 bytes transferred in 11.892989 secs (19631 bytes/sec)
dd: /dev/ada0p2: Input/output error
dd: /dev/ada0p2: Input/output error
457+0 records in
457+0 records out
233984 bytes transferred in 23.850947 secs (9810 bytes/sec)
dd: /dev/ada0p2: Input/output error
dd: /dev/ada0p2: Input/output error
458+0 records in
458+0 records out
・・・