|
Lines 148-160
Link Here
|
| 148 |
<step><para>Load the <filename>geom_stripe</filename> |
148 |
<step><para>Load the <filename>geom_stripe</filename> |
| 149 |
module:</para> |
149 |
module:</para> |
| 150 |
|
150 |
|
| 151 |
<screen>&prompt.root; <userinput>kldload geom_stripe.ko</userinput></screen> |
151 |
<screen>&prompt.root; <userinput>kldload geom_stripe</userinput></screen> |
| 152 |
</step> |
152 |
</step> |
| 153 |
|
153 |
|
| 154 |
<step><para>Ensure that a suitable mount point exists. If this |
154 |
<step><para>Ensure that a suitable mount point exists. If this |
| 155 |
volume will become a root partition, then temporarily use |
155 |
volume will become a root partition, then temporarily use |
| 156 |
another mount point such as <filename |
156 |
another mount point such as <filename |
| 157 |
role="directory">/mnt</filename>.</para> |
157 |
role="directory">/mnt</filename>:</para> |
| 158 |
|
158 |
|
| 159 |
<screen>&prompt.root; <userinput>mkdir /mnt</userinput></screen> |
159 |
<screen>&prompt.root; <userinput>mkdir /mnt</userinput></screen> |
| 160 |
</step> |
160 |
</step> |
|
Lines 164-170
Link Here
|
| 164 |
the following command could be used to stripe two unused, |
164 |
the following command could be used to stripe two unused, |
| 165 |
unpartitioned <acronym>ATA</acronym> disks: |
165 |
unpartitioned <acronym>ATA</acronym> disks: |
| 166 |
<filename>/dev/ad2</filename> and |
166 |
<filename>/dev/ad2</filename> and |
| 167 |
<filename>/dev/ad3</filename>.</para> |
167 |
<filename>/dev/ad3</filename>:</para> |
| 168 |
|
168 |
|
| 169 |
<screen>&prompt.root; <userinput>gstripe label -v st0 /dev/ad2 /dev/ad3</userinput></screen> |
169 |
<screen>&prompt.root; <userinput>gstripe label -v st0 /dev/ad2 /dev/ad3</userinput></screen> |
| 170 |
|
170 |
|
|
Lines 201-212
Link Here
|
| 201 |
|
201 |
|
| 202 |
<para>Many numbers will glide across the screen, and after a few |
202 |
<para>Many numbers will glide across the screen, and after a few |
| 203 |
seconds, the process will be complete. The volume has been |
203 |
seconds, the process will be complete. The volume has been |
| 204 |
created and is ready to be mounted:</para> |
204 |
created and is ready to be mounted.</para> |
| 205 |
</step> |
205 |
</step> |
| 206 |
</procedure> |
206 |
</procedure> |
| 207 |
|
207 |
|
| 208 |
<para>The following command can be used to manually mount a newly |
208 |
<para>The following command can be used to manually mount a newly |
| 209 |
created disk stripe.</para> |
209 |
created disk stripe:</para> |
| 210 |
|
210 |
|
| 211 |
<screen>&prompt.root; <userinput>mount /dev/stripe/st0a /mnt</userinput></screen> |
211 |
<screen>&prompt.root; <userinput>mount /dev/stripe/st0a /mnt</userinput></screen> |
| 212 |
|
212 |
|
|
Lines 219-225
Link Here
|
| 219 |
|
219 |
|
| 220 |
<para>The geom module must also be automatically loaded during |
220 |
<para>The geom module must also be automatically loaded during |
| 221 |
system initialization, by adding a line to |
221 |
system initialization, by adding a line to |
| 222 |
<filename>/boot/loader.conf</filename>.</para> |
222 |
<filename>/boot/loader.conf</filename>:</para> |
| 223 |
|
223 |
|
| 224 |
<screen>&prompt.root; <userinput>echo 'geom_stripe_load="YES"' >> /boot/loader.conf</userinput></screen> |
224 |
<screen>&prompt.root; <userinput>echo 'geom_stripe_load="YES"' >> /boot/loader.conf</userinput></screen> |
| 225 |
|
225 |
|
|
Lines 392-398
Link Here
|
| 392 |
system to a &man.loader.8; prompt. Load the kernel module |
392 |
system to a &man.loader.8; prompt. Load the kernel module |
| 393 |
manually:</para> |
393 |
manually:</para> |
| 394 |
|
394 |
|
| 395 |
<screen>OK? <userinput>load geom_mirror.ko</userinput> |
395 |
<screen>OK? <userinput>load geom_mirror</userinput> |
| 396 |
OK? <userinput>boot</userinput></screen> |
396 |
OK? <userinput>boot</userinput></screen> |
| 397 |
|
397 |
|
| 398 |
<para>If this works then for whatever reason the module was not |
398 |
<para>If this works then for whatever reason the module was not |