From b55c832494b5374c914a1b0dc0b41dfdfa77af6d Mon Sep 17 00:00:00 2001 From: Marc Fonvieille Date: Sun, 11 May 2003 17:24:30 +0000 Subject: [PATCH] - Use manual page entities for ccd(4). - Some little "rewordings" and tags fixes. --- .../books/handbook/disks/chapter.sgml | 52 +++++++++---------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/disks/chapter.sgml b/en_US.ISO8859-1/books/handbook/disks/chapter.sgml index 5df59db2a9..e03708dfb1 100644 --- a/en_US.ISO8859-1/books/handbook/disks/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/disks/chapter.sgml @@ -420,11 +420,11 @@ ad3: 29333MB <WDC WD307AA> [59598/16/63] at ata1-slave UDMA33 Setting up the CCD - CCD allows you to take + The driver &man.ccd.4; allows you to take several identical disks and concatenate them into one logical file system. In order to use - ccd, you need a kernel with - ccd support built in. + &man.ccd.4;, you need a kernel with + &man.ccd.4; support built in. Add this line to your kernel configuration file, rebuild, and reinstall the kernel: @@ -436,47 +436,47 @@ ad3: 29333MB <WDC WD307AA> [59598/16/63] at ata1-slave UDMA33device ccd In FreeBSD 5.X, it is not necessary to specify - a number of ccd devices, as the ccd device driver is now + a number of &man.ccd.4; devices, as the &man.ccd.4; device driver is now self-cloning — new device instances will automatically be created on demand. - ccd support can also be + The &man.ccd.4; support can also be loaded as a kernel loadable module in FreeBSD 3.0 or later. - To set up ccd, you must first use + To set up &man.ccd.4;, you must first use &man.disklabel.8; to label the disks: disklabel -r -w ad1 auto disklabel -r -w ad2 auto disklabel -r -w ad3 auto - This creates a disklabel for ad1c, ad2c and ad3c that + This creates a disklabel for ad1c, ad2c and ad3c that spans the entire disk. - The next step is to change the disklabel type. You - can use disklabel to edit the + The next step is to change the disk label type. You + can use &man.disklabel.8; to edit the disks: disklabel -e ad1 disklabel -e ad2 disklabel -e ad3 - This opens up the current disklabel on each disk with + This opens up the current disk label on each disk with the editor specified by the EDITOR environment variable, typically &man.vi.1;. - An unmodified disklabel will look something like + An unmodified disk label will look something like this: 8 partitions: # size offset fstype [fsize bsize bps/cpg] c: 60074784 0 unused 0 0 0 # (Cyl. 0 - 59597) - Add a new "e" partition for &man.ccd.4; to use. This - can usually be copied from the c partition, + Add a new e partition for &man.ccd.4; to use. This + can usually be copied from the c partition, but the must - be 4.2BSD. The disklabel should + be 4.2BSD. The disk label should now look something like this: 8 partitions: @@ -501,12 +501,12 @@ sh MAKEDEV ccd0 MAKEDEV is not necessary. Now that you have all of the disks labeled, you must - build the ccd. To do that, - use &man.ccdconfig.8;, with options similar to the following: + build the &man.ccd.4;. To do that, + use &man.ccdconfig.8;, with options similar to the following: ccdconfig ccd0 32 0 /dev/ad1e /dev/ad2e /dev/ad3e - The use and meaning of each option is shown below: + The use and meaning of each option is shown below: @@ -523,21 +523,21 @@ sh MAKEDEV ccd0 - Flags for ccdconfig. If you want to enable drive + Flags for &man.ccdconfig.8;. If you want to enable drive mirroring, you can specify a flag here. This configuration does not provide mirroring for - ccd, so it is set at 0 (zero). + &man.ccd.4;, so it is set at 0 (zero). - The final arguments to ccdconfig + The final arguments to &man.ccdconfig.8; are the devices to place into the array. Use the complete pathname for each device. - After running ccdconfig the ccd + After running &man.ccdconfig.8; the &man.ccd.4; is configured. A file system can be installed. Refer to &man.newfs.8; for options, or simply run: @@ -550,7 +550,7 @@ sh MAKEDEV ccd0 Making it all Automatic Generally, you will want to mount the - ccd upon each reboot. To do this, you must + &man.ccd.4; upon each reboot. To do this, you must configure it first. Write out your current configuration to /etc/ccd.conf using the following command: @@ -559,18 +559,18 @@ sh MAKEDEV ccd0 During reboot, the script /etc/rc runs ccdconfig -C if /etc/ccd.conf exists. This automatically configures the - ccd so it can be mounted. + &man.ccd.4; so it can be mounted. If you are booting into single user mode, before you can - mount the ccd, you + &man.mount.8; the &man.ccd.4;, you need to issue the following command to configure the array: ccdconfig -C - To automatically mount the ccd, - place an entry for the ccd in + To automatically mount the &man.ccd.4;, + place an entry for the &man.ccd.4; in /etc/fstab so it will be mounted at boot time: