Hi guys,
I have the old system with RAID1 running FreeBSD 7 with slices, couple days ago the motherboard burned out. I take the drives hook to the system with FreeBSD 9. It recognizes the RAID1 but I can't seem to mount it. What can i do to get data out of the drives?
Thanks
I have the old system with RAID1 running FreeBSD 7 with slices, couple days ago the motherboard burned out. I take the drives hook to the system with FreeBSD 9. It recognizes the RAID1 but I can't seem to mount it. What can i do to get data out of the drives?
Thanks
Code:
# graid list
Geom name: SiI-031217000441
State: OPTIMAL
Metadata: SiI
Providers:
1. Name: raid/r0
Mediasize: 1000203837440 (931G)
Sectorsize: 512
Mode: r0w0e0
Subdisks: ada0 (ACTIVE), ada1 (ACTIVE)
Dirty: No
State: OPTIMAL
Strip: 0
Components: 2
Transformation: RAID1
RAIDLevel: RAID1
Label: SiI Raid1 Set
Consumers:
1. Name: ada0
Mediasize: 1000204886016 (931G)
Sectorsize: 512
Mode: r1w1e1
ReadErrors: 0
Subdisks: r0(SiI Raid1 Set):0@0
State: ACTIVE (ACTIVE)
2. Name: ada1
Mediasize: 1000204886016 (931G)
Sectorsize: 512
Mode: r1w1e1
ReadErrors: 0
Subdisks: r0(SiI Raid1 Set):1@0
State: ACTIVE (ACTIVE)
# fdisk /dev/raid/r0
******* Working on device /dev/raid/r0 *******
parameters extracted from in-core disklabel are:
cylinders=121601 heads=255 sectors/track=63 (16065 blks/cyl)
Figures below won't work with BIOS for partitions not in cyl 1
parameters to be used for BIOS calculations are:
cylinders=121601 heads=255 sectors/track=63 (16065 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 165 (0xa5),(FreeBSD/NetBSD/386BSD)
start 63, size 4192902 (2047 Meg), flag 0
beg: cyl 0/ head 1/ sector 1;
end: cyl 260/ head 254/ sector 63
The data for partition 2 is:
sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD)
start 4192965, size 6281415 (3067 Meg), flag 80 (active)
beg: cyl 261/ head 0/ sector 1;
end: cyl 651/ head 254/ sector 63
The data for partition 3 is:
sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD)
start 10474380, size 104856255 (51199 Meg), flag 0
beg: cyl 652/ head 0/ sector 1;
end: cyl 1023/ head 254/ sector 63
The data for partition 4 is:
sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD)
start 115330635, size 1838189430 (897553 Meg), flag 0
beg: cyl 1023/ head 255/ sector 63;
end: cyl 1023/ head 254/ sector 63