graid5 compilation problem

Arne Wörner arne_woerner at yahoo.com
Thu May 3 19:15:54 UTC 2007


--- deniswork at uzvik.kiev.ua wrote:
> Can you please advice how to create raid with graid5?
> I found on docs
> graid5 label -v -s 131072 data /dev/da0 /dev/da1 /dev/da2 /dev/da3
> newfs /dev/raid5/data
> mount /dev/raid5/data /mnt
>
Yup - looks good...

> So my attempt:
> $ geom raid5  label -v /dev/ad4 /dev/ad6 /dev/ad8 /dev/ad10
> i get:
> Unknown command: label
> usage: geom raid5 help
>        geom raid5 list [name ...]
>        geom raid5 status [-s] [name ...]
>        geom raid5 load [-v]
>        geom raid5 unload [-v]
> 
Looks like u do not have the user-land library installed:
% cd /usr/src/sbin/geom/class/raid5
% make && make install

Then u should have this file:
  /lib/geom/geom_raid5.so

-Arne

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


More information about the freebsd-geom mailing list