On 04 February, 2007 - dudekula mastan sent me these 7,5K bytes: > Hi Robert, > > Thanks for your quick reply. > > As for as my knowledge concerns (because I am new to Solaris) the > second slice (e.g. c0t0d0d2) of disk is exactly same to whole disk > (e.g. c0t0d0).
Almost, but no. > It means if we create ZPool on second slice it will > create zpool on whole disk. > > For example the following two commands does the same job. > > > $zpool create -f mypool c1t0d0 > > $zpool create -f mypool c1t0d0s2 > > How the label of the disk differs from first case ($zpool create -f > mypool c1t0d0) to second case ($zpool create -f mypool c1t0d0s2). If the disk has VTOC label, there is no "c1t0d0".. ZFS will see that you're "kinda" referring to the whole disk and change it into EFI. With the second version, you're using a slice (that just happen to cover all of the disk) and it won't change to EFI and won't mess around with the write cache for additional performance. /Tomas -- Tomas Ögren, [EMAIL PROTECTED], http://www.acc.umu.se/~stric/ |- Student at Computing Science, University of Umeå `- Sysadmin at {cs,acc}.umu.se _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss