From: <smi...@us...> - 2003-10-24 20:59:06
|
Update of /cvsroot/devil-linux/build/docs/documentation In directory sc8-pr-cvs1:/tmp/cvs-serv1954/docs/documentation Modified Files: documentation.xml Log Message: use devfs names for LVM Index: documentation.xml =================================================================== RCS file: /cvsroot/devil-linux/build/docs/documentation/documentation.xml,v retrieving revision 1.46 retrieving revision 1.47 diff -u -d -r1.46 -r1.47 --- documentation.xml 15 Oct 2003 23:48:18 -0000 1.46 +++ documentation.xml 23 Oct 2003 00:02:31 -0000 1.47 @@ -382,10 +382,11 @@ </sect2> <sect2> <title>Create Volume Group</title> - <para>Create a volume group (VG) named <filename>devil-linux</filename> using the PV <filename>/dev/hdc1</filename></para> - <para><command>vgcreate -s 8M devil-linux /dev/hdc1</command></para> + <para>Create a volume group (VG) named <filename>devil-linux</filename> using the PV <filename>/dev/md/0</filename></para> + <para><command>vgcreate -s 8M devil-linux /dev/md/0</command></para> <note> <para>Increase the PhysicalExtentSize of 8M to make use of more than 512GB</para> + <para>You need to use the long devfs name for devices, i.e. <filename>/dev/scsi/host0/bus0/target0/lun0/part1</filename></para> </note> </sect2> <sect2> |