On 09/25/09 11:59, Silvan M. Gebhardt wrote: > Hi Javi > > > well, I had them synchronized - here you see it: > > > pcdog at opensolaris:~# pfexec prtvtoc /dev/rdsk/c7t0d0s2| fmthard -s - > /dev/rdsk/c7t1d0s2 > fmthard: New volume table of contents now in place. > pcdog at opensolaris:~# zpool attach -f rpool c7t0d0s0 c7t1d0s2 > cannot attach c7t1d0s2 to c7t0d0s0: new device must be a single disk > pcdog at opensolaris:~# zpool attach -f rpool c7t0d0s0 c7t1d0s0 > cannot attach c7t1d0s0 to c7t0d0s0: new device must be a single disk > pcdog at opensolaris:~# > > > > was that wrong? > > Hi Silvan
Also make sure that the disk label is SMI and not EFI as ZFS root pools require the disk label to be SMI. format -e label And then select SMI. Regards, Stefan
