From 802f7211d0ff1040e6b494e58686d152ca82aaf8 Mon Sep 17 00:00:00 2001 From: Chris Staub Date: Fri, 26 Oct 2012 06:42:37 +0000 Subject: [PATCH] Text updates to RAID page git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10791 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- postlfs/filesystems/aboutraid.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/postlfs/filesystems/aboutraid.xml b/postlfs/filesystems/aboutraid.xml index 6d7d54f271..b86a4b86dd 100644 --- a/postlfs/filesystems/aboutraid.xml +++ b/postlfs/filesystems/aboutraid.xml @@ -23,8 +23,8 @@ also allows for providing hardware maintenance without powering down the system. - The types of RAID organization are descrbed in the + The types of RAID organization are described in the RAID Wiki. Note that while RAID provides protection against disk @@ -43,9 +43,9 @@ available by the device manufacturer. The capabilities are generally supplied via a PCI card, although there are some instances of RAID components integrated in to the motherboard. - Hardware RAID may also be available ina sthand-alone enclosure. + Hardware RAID may also be available in a stand-alone enclosure. - One advantage of hardware based RAID is that the drives + One advantage of hardware-based RAID is that the drives are offered to the operating system as a logical drive and no operating system dependent configuration is needed. @@ -165,11 +165,11 @@ Working Devices : 2 etc). The formatted partitions can then be mounted. The /etc/fstab ifile can use the devices created for mounting at boot time and the linux command line in - /boot/grub/grub.conf can specify + /boot/grub/grub.cfg can specify . The swap devices should be specified in the /etc/fstab - file as normal. The kernel normally stripes swap data accross multiple swap + file as normal. The kernel normally stripes swap data across multiple swap files and should not be made part of a RAID array. For further options and management details of RAID devices, refer to @@ -177,7 +177,7 @@ Working Devices : 2 Additional details for monitoring RAID arrays and dealing with problems can be found at the Linux RAID + url="https://raid.wiki.kernel.org/index.php/Linux_Raid">Linux RAID Wiki.