ST#55528.
First
- destroy the d5 metadevice:
metaclear -f /dev/md/dsk/d5
(won't work without the -f)
- rebuild the d5 metadevice:
metainit d5 -r c1t0d0s5 c1t1d0s5 c1t2d0s5 c1t3d0s5 c1t4d0s5 c1t5d0s5
... this has all gone swimmingly so far.
- newfs it:
- mount it as /newscratch?
- then how does it go?
Second
Only if First doesn't work.
- remove c1t4d0* from all its metadevices
- destroy d5
- reformat the disk (with a new VTOC)
- rebuild:
- newfs d5
- then how does it go?
--
MikePatterson - 25 Oct 2006