Difference between revisions of "FreeBSD striping"
From Teknologisk videncenter
m (→Example) |
m |
||
(2 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
df | df | ||
</source> | </source> | ||
− | + | =Links= | |
− | + | *[http://onlamp.com/pub/a/bsd/2005/11/10/FreeBSD_Basics.html Software RAID 1 on FreeBSD] | |
− | + | {{Source cli}} | |
− | }} | ||
[[Category:UNIX]][[Category:FreeBSD]] | [[Category:UNIX]][[Category:FreeBSD]] |
Latest revision as of 07:36, 13 June 2010
Example
kldload geom_stripe
mkdir /stripe
gstripe label -v st0 /dev/da1 /dev/da2 /dev/da3 /dev/da4 /dev/da5
bsdlabel -wB /dev/stripe/st0
newfs -U /dev/stripe/st0
mount /dev/stripe/st0 /stripe
df