> Hi,
> 
> I have a question. As a disclaimer: I'm not
> experienced at all with OpenSolaris, and this is my
> first time ever I use it. My goal is to setup
> OpenSolaris with ZFS + Raid Z, but I have a hard time
> finding the right documentation. But before I can
> setup that, I have to 'install/detect/add' my
> harddisks. 
> 
> I have 5 harddisks: 1 boot disk of 160 gig, and 4
> hd's of 750 gig each. The boot disk is running Open
> Solaris, and the rest I want to use for storage. But
> I don't see the hd's. 
> 

> But format gives me this output:
> 
> [code]
> AVAILABLE DISK SELECTIONS:
> 0. c4d0 <DEFAULT cyl 45595 alt 2 hd 255 sec
>  126>
>          /pci at 0,0/pci-ide at 1f,2/ide at 0/cmdk at 0,0
>  c4d1 <DEFAULT cyl 45597 alt 2 hd 255 sec 126>
>          /pci at 0,0/pci-ide at 1f,2/ide at 0/cmdk at 1,0
>  c5d0 <DEFAULT cyl 45598 alt 2 hd 255 sec 126>
>          /pci at 0,0/pci-ide at 1f,2/ide at 1/cmdk at 0,0
>  c5d1 <DEFAULT cyl 45598 alt 2 hd 255 sec 126>
>          /pci at 0,0/pci-ide at 1f,2/ide at 1/cmdk at 1,0
>  c6d0 <DEFAULT cyl 19448 alt 2 hd 255 sec 63>
>          /pci at 0,0/pci-ide at 1f,5/ide at 0/cmdk at 0,0
> 

> 
> Thanks for your help,
> 
> Erik Pragt

Hi Erik,
It's easier than you could dream :-
zpool create tank raidz c4d1 c5d0 c5d1 c5d0
This should create a raidz pool which will be mounted by default as /tank
Now read the zpool and zfs man pages :-)

Cheers
Richard
-- 
This message posted from opensolaris.org

Reply via email to