> 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>
>          /[EMAIL PROTECTED],0/[EMAIL PROTECTED],2/[EMAIL PROTECTED]/[EMAIL 
> PROTECTED],0
>  c4d1 <DEFAULT cyl 45597 alt 2 hd 255 sec 126>
>          /[EMAIL PROTECTED],0/[EMAIL PROTECTED],2/[EMAIL PROTECTED]/[EMAIL 
> PROTECTED],0
>  c5d0 <DEFAULT cyl 45598 alt 2 hd 255 sec 126>
>          /[EMAIL PROTECTED],0/[EMAIL PROTECTED],2/[EMAIL PROTECTED]/[EMAIL 
> PROTECTED],0
>  c5d1 <DEFAULT cyl 45598 alt 2 hd 255 sec 126>
>          /[EMAIL PROTECTED],0/[EMAIL PROTECTED],2/[EMAIL PROTECTED]/[EMAIL 
> PROTECTED],0
>  c6d0 <DEFAULT cyl 19448 alt 2 hd 255 sec 63>
>          /[EMAIL PROTECTED],0/[EMAIL PROTECTED],5/[EMAIL PROTECTED]/[EMAIL 
> PROTECTED],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
_______________________________________________
opensolaris-help mailing list
[email protected]

Reply via email to