graid3 and geom results

I had a raid setup with graid3, after repeted power outage due to ice storm, one drive dropped out. The results from geom disk list of the 3 drives are as follows.
Code:
Geom name: ad10
Providers:
1. Name: ad10
   Mediasize: 500107862016 (466G)
   Sectorsize: 512
   Mode: r1w1e1
   fwsectors: 63
   fwheads: 16

Geom name: ad12
Providers:
1. Name: ad12
   Mediasize: 500107862016 (466G)
   Sectorsize: 512
   Mode: r1w1e1
   fwsectors: 63
   fwheads: 16

Geom name: ad14
Providers:
1. Name: ad14
   Mediasize: 500107862016 (466G)
   Sectorsize: 512
   Mode: r0w0e0  <<<<< result in question >>>>>
   fwsectors: 63
   fwheads: 16

I've searched for hints at the mode results but have not found a answer, is it out of write mode or dead??

from dmesg at reboot

Code:
GEOM_RAID3: Device raid3/t1 launched (3/3).
GEOM_RAID3: Component ad14 (device t2) broken, skipping.
GEOM_RAID3: Device raid3/t2 launched (2/3).

Can I run fschk on the drive ad14 without data loss on the other drives in the raid?? Or Is it just dead? =)

I can ssh into the computer but it's an one hour drive to touch it.
 
Every drive of 3-disk RAID3 has only half of all information. It can't be used separately. Degraded RAID3 (2 of 3) same time still can be used, but may have reduced performance.
 
Back
Top