Difference between revisions of "FreeBSD striping"

From Teknologisk videncenter
Jump to: navigation, search
m (Example)
m (Example)
Line 11: Line 11:
 
{{#css:
 
{{#css:
 
      
 
      
     pre {  font-weight: bold; font-size: 200%; color: #00FF00; background: black; margin: 10px 100px;}
+
     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 09:30, 29 May 2009

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