Clarify symlink farm description;

Fix dm control device major number;
Remove /boot from vg in small lvm setup example;
Add notes about /boot and / on LVM;
Remove outdated link;
This commit is contained in:
vortechs 2004-08-16 18:50:48 +00:00
parent 3b9210012f
commit 47a4bf837b
1 changed files with 35 additions and 10 deletions

View File

@ -17,6 +17,18 @@
</author>
<revhistory>
<revision>
<revnumber>0.13</revnumber>
<date>2004-08-16</date>
<authorinitials>ajl</authorinitials>
<revremark>
Clarify symlink farm description;
Fix dm control device major number;
Remove /boot from vg in small lvm setup example;
Add notes about /boot and / on LVM;
Remove outdated link;
</revremark>
</revision>
<revision>
<revnumber>0.12</revnumber>
@ -418,7 +430,7 @@ swap /dev/hda2 256 Megabytes
<listitem>
<para>
Set up a symlink farm from / to /home and install the new
Set up a symlink farm on / pointing to /home and install the new
software on /home
</para>
</listitem>
@ -435,13 +447,33 @@ swap /dev/hda2 256 Megabytes
</para>
<screen>
/boot /dev/vg00/boot 10 Megabytes
/boot /dev/hda1 10 Megabytes
swap /dev/vg00/swap 256 Megabytes
/ /dev/vg00/root 2 Gigabytes
/home /dev/vg00/home 6 Gigabytes
</screen>
<note>
<para>
boot is not included on the LV because bootloaders don't
understand LVM volumes yet. It's possible boot on LVM will
work, but you run the risk of having an unbootable system.
</para>
</note>
<warning> <title> root on LV should be used by advanced users only
</title>
<para>
root on LVM requires an initrd image that activates the root
LV. If a kernel is upgraded without building the necessary
initrd image, that kernel will be unbootable. Newer
distributions support lvm in their mkinitrd scripts as well
as their packaged initrd images, so this becomes less of an
issue over time.
</para>
</warning>
<para>
When she hits a similar problem she can reduce the size of /home by
a gigabyte and add that space to the root partition.
@ -503,13 +535,6 @@ swap /dev/vg00/swap 256 Megabytes
disrupting user service.
</para>
<para>
To learn more about LVM, please take a look at
<ulink url="http://www.sistina.com/products_lvm.htm">
Sistina's Logical Volume Manager
</ulink>.
</para>
</sect1>
</chapter>
@ -820,7 +845,7 @@ swap /dev/vg00/swap 256 Megabytes
<listitem>
<para>
Run
<screen># mknod /dev/mapper/control c 63 $number</screen>
<screen># mknod /dev/mapper/control c 10 $number</screen>
where $number is the number printed in step 2.
</para>
</listitem>