[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Raidframe disk configuration/setup



Ben,

Here is my raid0.conf
 raid0.conf
START array
1 3 0
START disks
/dev/wd0b
/dev/wd1b
/dev/wd2b
START layout
# sectPerSU SUsPerParityUnit SUsPerReconUnit RAID_level
64 1 1 5
START queue
fifo 100

The steps I followed were:

raidctl -C /etc/raid0.conf raid0
raidctl -I 123123 raid0
raidctl -iv raid0
then
disklabel -E raid0
newfs /dev/raid0b


R/Doug


Ben Goren wrote:

>On Fri, Mar 29, 2002 at 11:42:01AM -0800, Doug Dalton wrote:
>
>>How do  I determine how much  free/blank space to allocate  to a
>>raid disk, I have newfs'ed the  raid disk leaving four times the
>>recommended space (one cylinder) and I still run out of room?
>>
>
>More information,  please. What says  you're out  of room? What're
>the contents of /etc/raid?.conf? Where's the dmesg?
>
>Also, newfs  is only  done after  the RAID  is brought  up. Do you
>already have RAID up, or...?
>
>Have you re-read raidctl(8)? I found the step-by-step instructions
>to be everything I needed.
>
>b&