From 05d923d013b094f4fa5e15e83698dbf1fda0aa76 Mon Sep 17 00:00:00 2001 From: Tom Rhodes Date: Thu, 19 Oct 2006 03:31:13 +0000 Subject: A few wording fix ups to the GEOM chapter. PR: 85353 Submitted by: "Julien Gabel" (original submission) --- en_US.ISO8859-1/books/handbook/geom/chapter.sgml | 41 +++++++++++------------- 1 file changed, 18 insertions(+), 23 deletions(-) (limited to 'en_US.ISO8859-1') diff --git a/en_US.ISO8859-1/books/handbook/geom/chapter.sgml b/en_US.ISO8859-1/books/handbook/geom/chapter.sgml index ca84a765f3..c388e9c163 100644 --- a/en_US.ISO8859-1/books/handbook/geom/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/geom/chapter.sgml @@ -148,7 +148,7 @@ 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 @@ -161,10 +161,9 @@ Determine the device names for the disks which will be striped, and create the new stripe device. For example, - the following command could be used to stripe two unused, - unpartitioned ATA disks: - /dev/ad2 and - /dev/ad3. + to stripe two unused and unpartitioned ATA disks, + for example /dev/ad2 and + /dev/ad3: &prompt.root; gstripe label -v st0 /dev/ad2 /dev/ad3 @@ -175,8 +174,9 @@ XXX: What message? Put it inside the screen output above. --> - A partition table must be created on the new volume - with the following command: + Write a standard label, also known as a partition + table, on the new volume and install the default + bootstrap code: &prompt.root; bsdlabel -wB /dev/stripe/st0 @@ -186,9 +186,9 @@ XXX: What message? Put it inside the screen output above. in the /dev/stripe directory in addition to the st0 device. Those include st0a and - st0c. A file system must now be created - on the st0a device using the following - newfs command: + st0c. At this point a file system may be created + on the st0a device with the + newfs utility: &prompt.root; newfs -U /dev/stripe/st0a @@ -198,8 +198,7 @@ XXX: What message? Put it inside the screen output above. - The following command can be used to manually mount a newly - created disk stripe: + To manually mount the created disk stripe: &prompt.root; mount /dev/stripe/st0a /mnt @@ -279,7 +278,7 @@ Done. Install a generic fdisk label and boot code - to newly created gm0 device: + to new gm0 device: &prompt.root; fdisk -vBI /dev/mirror/gm0 @@ -294,8 +293,8 @@ Done. the slice and partition size of the other disk. - Use the &man.newfs.8; utility to create a default file - system on the gm0s1a device node: + Use the &man.newfs.8; utility to construct a default UFS + file system on the gm0s1a device node: &prompt.root; newfs -U /dev/mirror/gm0s1a @@ -326,7 +325,7 @@ Done. refer to for more information. . Change the other file system information to use the - new disk. See the following example: + new disk as shown in the following example: # Device Mountpoint FStype Options Dump Pass# #/dev/da0s2b none swap sw 0 0 @@ -347,15 +346,11 @@ Done. new root partition, a failsafe is available. - Now add the following line to the new - /boot/loader.conf: + Ensure the geom_mirror.ko module will load + on boot by running the following command: &prompt.root; echo 'geom_mirror_load="YES"' >> /mnt/boot/loader.conf - This will instruct &man.loader.8; utility to load the - geom_mirror.ko module during system - initialization. - Reboot the system: &prompt.root; shutdown -r now @@ -393,7 +388,7 @@ mountroot> 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 -- cgit v1.2.3