--- /tmp/chapter.sgml Sat Aug 13 03:11:37 2005 +++ /tmp/chapter.sgml Sat Aug 27 17:53:32 2005 @@ -148,13 +148,13 @@ Load the geom_stripe module: - &prompt.root; kldload geom_stripe.ko + &prompt.root; kldload geom_stripe Ensure that a suitable mount point exists. If this volume will become a root partition, then temporarily use another mount point such as /mnt. + role="directory">/mnt: &prompt.root; mkdir /mnt @@ -164,7 +164,7 @@ the following command could be used to stripe two unused, unpartitioned ATA disks: /dev/ad2 and - /dev/ad3. + /dev/ad3: &prompt.root; gstripe label -v st0 /dev/ad2 /dev/ad3 @@ -201,12 +201,12 @@ Many numbers will glide across the screen, and after a few seconds, the process will be complete. The volume has been - created and is ready to be mounted: + created and is ready to be mounted. The following command can be used to manually mount a newly - created disk stripe. + created disk stripe: &prompt.root; mount /dev/stripe/st0a /mnt @@ -219,7 +219,7 @@ The geom module must also be automatically loaded during system initialization, by adding a line to - /boot/loader.conf. + /boot/loader.conf: &prompt.root; echo 'geom_stripe_load="YES"' >> /boot/loader.conf @@ -392,7 +392,7 @@ system to a &man.loader.8; prompt. Load the kernel module manually: - OK? load geom_mirror.ko + OK? load geom_mirror OK? boot If this works then for whatever reason the module was not