Ignore:
Timestamp:
02/11/2013 06:51:17 PM (11 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8f83eeb
Parents:
a161de9
Message:

Removed extraneous spaces from blank lines and at the end of lines in the .xml

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11015 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/aboutlvm.xml

    ra161de9 r0d7900a  
    1717
    1818  <para>LVM manages disk drives.  It allows multiple drives and partitions
    19   to be combined into larger <emphasis>volume groups</emphasis>, assists in 
    20   making backups through a <emphasis>snapshot</emphasis>, and allows for 
     19  to be combined into larger <emphasis>volume groups</emphasis>, assists in
     20  making backups through a <emphasis>snapshot</emphasis>, and allows for
    2121  dynamic volume resizing. It can also provide mirroring similar to
    2222  a RAID 1 array.</para>
     
    2424  <para>A complete discussion of LVM is beyond the scope of this introduction,
    2525  but basic concepts are presented below.</para>
    26  
     26
    2727  <para>To run any of the commands presented here, the <xref linkend='lvm2'/>
    2828  package must be installed.  All commands must be run as the <systemitem
     
    4343      <listitem><para>These are named groups of physical volumes that
    4444      can be manipulated by the administrator.  The number of physical
    45       volumes that make up a volume group is arbitrary.  Physical volumes 
    46       can be dynamically added or removed from a volume group. 
     45      volumes that make up a volume group is arbitrary.  Physical volumes
     46      can be dynamically added or removed from a volume group.
    4747      </para></listitem>
    4848    </varlistentry>
     
    5656
    5757    </varlistentry>
    58   </variablelist> 
     58  </variablelist>
    5959
    6060  <para>To give a concrete example, suppose that you have two 2 TB disks.
     
    6969/dev/sda4  LVM    remainder 8e (LVM)
    7070/dev/sdb1  swap     2GB     82 (Swap)
    71 /dev/sdb2  LVM    remainder 8e (LVM)</literal></screen> 
     71/dev/sdb2  LVM    remainder 8e (LVM)</literal></screen>
    7272
    7373  <para>First initialize the physical volumes:</para>
     
    8989
    9090  <para>Finally the logical volumes can be formatted and mounted.  In this
    91   example, the jfs file system (<xref linkend='jfsutils'/>) is used for 
     91  example, the jfs file system (<xref linkend='jfsutils'/>) is used for
    9292  demonstration purposes.</para>
    9393
     
    104104  <para>A LVM logical volume can host a root filesystem, but requires the use
    105105  of an initramfs (initial RAM file system) and is not discussed here.</para>
    106  
     106
    107107  <para>For a more information about LVM, see the <ulink
    108108  url="http://www.tldp.org/HOWTO/LVM-HOWTO/">LVM HOWTO</ulink> and
Note: See TracChangeset for help on using the changeset viewer.