Difference between revisions of "FreeBSD striping"

From Teknologisk videncenter
Jump to: navigation, search
m (Example)
m
Line 9: Line 9:
 
df
 
df
 
</source>
 
</source>
{{#css:
+
{{Source cli}}
   
 
    pre {  font-weight: bold; font-size: 150%; color: #00FF00; background: black; margin: 10px 100px;}
 
}}
 
 
[[Category:UNIX]][[Category:FreeBSD]]
 
[[Category:UNIX]][[Category:FreeBSD]]

Revision as of 18:21, 28 February 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