On Sat, Dec 20, 2008 at 7:02 PM, Uwe Dippel <udip...@gmail.com> wrote:

> Now I modified the slice s0, so that is doesn't overlap with s2 (the whole
> disk) any longer:
>
> Part      Tag    Flag     Cylinders         Size            Blocks
>  0       root    wm       3 - 10432      159.80GB    (10430/0/0) 335115900
>  1 unassigned    wm       0                0         (0/0/0)             0
>  2     backup    wu       0 - 10441      159.98GB    (10442/0/0) 335501460
>
> but it still won't do; at least not without '-f'. I scare that something is
> wrong in my approach, since if I don't create root s0, it won't work, and if
> I create root s0, it isn't happy neither and still says " /dev/dsk/c2d0s0
> overlaps with /dev/dsk/c2d0s2".
> Actually, how could s0, or sN, not (partially) overlap with the whole disk?
> What is it that I don't understand here?
>
> Uwe
>  <http://mail.opensolaris.org/mailman/listinfo/zfs-discuss>



You're making this far more difficult than it needs to be.  Assuming you've
already installed on the first disk, just do the following:
prtvtoc /dev/dsk/c1t2d0s2 | fmthard -s - /dev/rdsk/c1t3d0s2

Where the cXtXdXs2 relate to your disk ID's.  You only do it for s2.  After
that you should have no issues.  In your case I believe it would be:
prtvtoc /dev/dsk/c1d0s2 | fmthard -s - /dev/rdsk/c2d0s2

--Tim
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to