Date: Thu, 3 May 2007 12:15:53 -0700 (PDT) From: Arne "Wörner" <arne_woerner@yahoo.com> To: deniswork <deniswork@uzvik.kiev.ua> Cc: freebsd-geom@freebsd.org Subject: Re: Re[2]: graid5 compilation problem Message-ID: <355458.19183.qm@web30311.mail.mud.yahoo.com> In-Reply-To: <1744383069.20070503221105@uzvik.kiev.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
--- deniswork@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?355458.19183.qm>