>1. used format to delete the ext3 partition and create solaris2, on the second >drive. >2. trying to copy volume table of contents to drive 2 before attaching to the >pool. >pfexec prtvtoc /dev/rdsk/c8t0d0s2 | fmthard -s - /dev/rdsk/c8t2d0s2 >getting this. >fmthard: Cannot open device /dev/rdsk/c8t2d0s2 - Permission denied
I recall having this issue as well, I believe that was a result of the first disc I installed to correctly having an SMI label where as the second disc I wanted to mirror onto had an EFI label. pfexec format -e Then dump the partition and relabel it to SMI from EFI if that's the case. Good luck, jlc