I know that there are many similar posts around here, but I wasn't able to find anyone else with exactly the same problem.
On this HD
I had slices and partitions like this:
I accidentally destroyed slices information with
I have backup of
Is it possible to restore slices info using this data?
AFAIU, that should get back ada1s1 and ada1s2. Then I can run sysutils/scan_ffs on ada1s2 and restore
On this HD
Code:
ada1: 476940MB (976773168 512 byte sectors)
Code:
ada1s1
ada1s2
ada1s2a
ada1s2d
ada1s2e
ada1s2f
fdisk -I ada1
.I have backup of
fdisk
info before this accident:
Code:
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 165 (0xa5),(FreeBSD/NetBSD/386BSD)
start 126, size 79691661 (38911 Meg), flag 0
beg: cyl 0/ head 2/ sector 1;
end: cyl 1023/ head 255/ sector 63
The data for partition 2 is:
sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD)
start 79691850, size 897081255 (438027 Meg), flag 80 (active)
beg: cyl 1023/ head 255/ sector 63;
end: cyl 1023/ head 255/ sector 63
The data for partition 3 is:
<UNUSED>
The data for partition 4 is:
<UNUSED>
AFAIU, that should get back ada1s1 and ada1s2. Then I can run sysutils/scan_ffs on ada1s2 and restore
bsdlabel
info, and access my data again.