swift 11/12/26 15:22:40 Modified: altinstall.xml faq.xml gentoo-x86-tipsntricks.xml grub-error-guide.xml lvm2.xml migration-to-2.6.xml udev-guide.xml usb-guide.xml xen-guide.xml Log: Fix bug #384117 - Refer to the more recent SATA device scheme instead of older IDE
Revision Changes Path 1.84 xml/htdocs/doc/en/altinstall.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.84&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.84&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?r1=1.83&r2=1.84 Index: altinstall.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v retrieving revision 1.83 retrieving revision 1.84 diff -u -r1.83 -r1.84 --- altinstall.xml 30 Oct 2011 11:56:08 -0000 1.83 +++ altinstall.xml 26 Dec 2011 15:22:40 -0000 1.84 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.83 2011/10/30 11:56:08 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.84 2011/12/26 15:22:40 swift Exp $ --> <guide> <title>The Gentoo Linux alternative installation method HOWTO</title> @@ -58,8 +58,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>8</version> -<date>2011-10-30</date> +<version>9</version> +<date>2011-12-26</date> <chapter> <title>About this document</title> @@ -429,14 +429,14 @@ Installation Instructions from an existing installation. Follow the standard install procedure as explained in the <uri link="/doc/en/handbook/">Gentoo Handbook</uri> BUT with the following differences: -When you mount the file system, do the following (where <path>hdaX</path> is +When you mount the file system, do the following (where <path>sdaX</path> is the partition where you created the <path>/diskless</path> directory). You do not need to mount any other partitions as all of the files will reside in the <path>/diskless/eta</path> directory. </p> <pre caption="Mounting the filesystem"> -#<i> mount /dev/hdaX /mnt/gentoo</i> +#<i> mount /dev/sdaX /mnt/gentoo</i> </pre> <p> @@ -595,19 +595,19 @@ <pre caption="Filesystem information"> # <i>mount</i> -/dev/hdb2 on / type ext3 (rw) +/dev/sdb2 on / type ext3 (rw) none on /proc type proc (rw) none on /dev/pts type devpts (rw,gid=5,mode=620) none on /dev/shm type tmpfs (rw,nodev,nosuid,noexec) # <i>df -h </i> Filesystem Size Used Avail Use% Mounted on -/dev/hdb2 4.0G 1.9G 2.4G 82% / +/dev/sdb2 4.0G 1.9G 2.4G 82% / none 38M 0 38M 0% /dev/shm </pre> <p> As we can see, the partition mounted as <path>/</path> named -<path>/dev/hdb2</path> has 2.4 gigabytes free. In my case, I think I will +<path>/dev/sdb2</path> has 2.4 gigabytes free. In my case, I think I will resize it as to leave 400Megs free of space, therefore allocating 2 gigabytes for Gentoo. Not bad, I could have quite some stuff installed. However, I think that even one gigabyte is enough for most users. So let's partition this thing! @@ -699,14 +699,14 @@ resize your partition. Once this lenghty process done, we are ready to have the real fun, by installing Gentoo. Reboot back into your old Linux system for now. The drive you wish to operate on is the drive containing the partition we want -to resize. For example, if we want to resize /dev/hda3, the drive is /dev/hda. +to resize. For example, if we want to resize /dev/sda3, the drive is /dev/sda. </p> <pre caption="Commands to run once logged into mininux system"> # <i>mount /dev/fd0 /floppy </i> # <i>cd /floppy; ./parted [drive you wish to operate on]</i> (parted) <i> print </i> -Disk geometry for /dev/hdb: 0.000-9787.148 megabytes +Disk geometry for /dev/sdb: 0.000-9787.148 megabytes Disk label type: msdos Minor Start End Type Filesystem Flags 1 0.031 2953.125 primary ntfs 1.121 xml/htdocs/doc/en/faq.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/faq.xml?rev=1.121&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/faq.xml?rev=1.121&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/faq.xml?r1=1.120&r2=1.121 Index: faq.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v retrieving revision 1.120 retrieving revision 1.121 diff -u -r1.120 -r1.121 --- faq.xml 13 Oct 2011 16:58:14 -0000 1.120 +++ faq.xml 26 Dec 2011 15:22:40 -0000 1.121 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v 1.120 2011/10/13 16:58:14 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v 1.121 2011/12/26 15:22:40 swift Exp $ --> <guide> <title>Gentoo Linux Frequently Asked Questions</title> @@ -47,8 +47,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>7</version> -<date>2011-10-13</date> +<version>8</version> +<date>2011-12-26</date> <faqindex> <title>Questions</title> @@ -228,16 +228,16 @@ <p> You don't need to redo every step of the installation, but investigating the kernel and all associated steps is necessary. Suppose you have installed Gentoo -on <path>/dev/hda1</path> (/boot) and <path>/dev/hda3</path> (/) with -<path>/dev/hda2</path> being the swap space: +on <path>/dev/sda1</path> (/boot) and <path>/dev/sda3</path> (/) with +<path>/dev/sda2</path> being the swap space: </p> <pre caption = "Reconfiguring the kernel"> <comment>Boot from the Install CD and wait until you receive a prompt</comment> <comment>We first mount all partitions:</comment> -# <i>mount /dev/hda3 /mnt/gentoo</i> -# <i>mount /dev/hda1 /mnt/gentoo/boot</i> -# <i>swapon /dev/hda2</i> +# <i>mount /dev/sda3 /mnt/gentoo</i> +# <i>mount /dev/sda1 /mnt/gentoo/boot</i> +# <i>swapon /dev/sda2</i> # <i>mount -t proc none /mnt/gentoo/proc</i> <comment>Then we chroot into our Gentoo environment and configure the kernel:</comment> # <i>chroot /mnt/gentoo /bin/bash</i> @@ -310,8 +310,8 @@ your brand new CD being burnt. </li> <li> - With cdrecord, you simply type <c>cdrecord dev=/dev/hdc</c> (replace - <path>/dev/hdc</path> with your CD-RW drive's device path) followed + With cdrecord, you simply type <c>cdrecord dev=/dev/sdc</c> (replace + <path>/dev/sdc</path> with your CD-RW drive's device path) followed by the path to the ISO file :) </li> <li> @@ -405,8 +405,8 @@ first hard drive and shows a black/blank screen. To handle this, you will have to "fool" Windows into believing that it is installed on the first hard drive with a little tweak in your boot loader configuration. Please note that in the -below example, Gentoo is installed on <path>hda</path> (first disk) and Windows -on <path>hdb</path> (second one). Adjust your config as needed. +below example, Gentoo is installed on <path>sda</path> (first disk) and Windows +on <path>sdb</path> (second one). Adjust your config as needed. </p> <pre caption="Example dual boot entry for Windows in grub.conf"> @@ -418,9 +418,9 @@ </pre> <pre caption="Example dual boot entry for Windows in lilo.conf"> -other=/dev/hdb1 +other=/dev/sdb1 label=WindowsXP - table=/dev/hdb + table=/dev/sdb map-drive = 0x80 to = 0x81 map-drive = 0x81 1.30 xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml?r1=1.29&r2=1.30 Index: gentoo-x86-tipsntricks.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- gentoo-x86-tipsntricks.xml 11 Sep 2011 08:43:18 -0000 1.29 +++ gentoo-x86-tipsntricks.xml 26 Dec 2011 15:22:40 -0000 1.30 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml,v 1.29 2011/09/11 08:43:18 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml,v 1.30 2011/12/26 15:22:40 swift Exp $ --> <guide> <title>Gentoo/x86 Installation Tips & Tricks</title> @@ -26,8 +26,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>4</version> -<date>2011-09-11</date> +<version>5</version> +<date>2011-12-26</date> <chapter> <title>Introduction</title> @@ -197,7 +197,7 @@ <p> Write down the various <path>/dev/ataraid/disc*/*</path> device files that you -use to install Gentoo on. You will need to substitute the <path>/dev/hda</path> +use to install Gentoo on. You will need to substitute the <path>/dev/sda</path> examples in the installation with this path. </p> @@ -411,7 +411,7 @@ </p> <pre caption="Checking for disk consistency"> -# <i>mke2fs -j -c /dev/hda3</i> +# <i>mke2fs -j -c /dev/sda3</i> </pre> </body> 1.18 xml/htdocs/doc/en/grub-error-guide.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/grub-error-guide.xml?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/grub-error-guide.xml?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/grub-error-guide.xml?r1=1.17&r2=1.18 Index: grub-error-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/grub-error-guide.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- grub-error-guide.xml 4 Sep 2011 17:53:40 -0000 1.17 +++ grub-error-guide.xml 26 Dec 2011 15:22:40 -0000 1.18 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/grub-error-guide.xml,v 1.17 2011/09/04 17:53:40 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/grub-error-guide.xml,v 1.18 2011/12/26 15:22:40 swift Exp $ --> <guide> <title>Gentoo Grub Error Collection</title> @@ -23,8 +23,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.9</version> -<date>2008-01-13</date> +<version>2</version> +<date>2011-12-26</date> <chapter> <title>Starting notes</title> @@ -179,7 +179,7 @@ root (hd0,0) Filesystem type is ext2fs, partition type 0x83 -kernel (hd0,0)/boot/kernel-2.4.20 root=/dev/hda3 vga=792 +kernel (hd0,0)/boot/kernel-2.4.20 root=/dev/sda3 vga=792 Error 15: File not found Press any key to continue... @@ -278,7 +278,7 @@ <comment>(The --root-directory is needed if you are using a separate boot partition, otherwise you should leave it out)</comment> -# <i>grub-install --root-directory=/boot /dev/hda</i> +# <i>grub-install --root-directory=/boot /dev/sda</i> </pre> <p> @@ -287,8 +287,8 @@ </p> <pre caption="Checking a partition for errors"> -<comment>(Make sure the boot partition, /dev/hda1 in this case, is unmounted)</comment> -# <i>fsck -y /dev/hda1</i> +<comment>(Make sure the boot partition, /dev/sda1 in this case, is unmounted)</comment> +# <i>fsck -y /dev/sda1</i> </pre> </body> @@ -340,7 +340,7 @@ <body> <pre caption="Grub Output"> -kernel (hd1,4)/bzImage root=/dev/hdb7 +kernel (hd1,4)/bzImage root=/dev/sdb7 Error 18: Selected cylinder exceeds max supported by BIOS </pre> @@ -519,7 +519,7 @@ </p> <pre caption="Mounting and verifying"> -# <i>mount /dev/hda1 /mnt/gentoo/boot</i> +# <i>mount /dev/sda1 /mnt/gentoo/boot</i> # <i>cat /mnt/gentoo/boot/grub/grub.conf</i> </pre> @@ -547,7 +547,7 @@ <pre caption="Reinstalling Grub"> <comment>(Run from within the chrooted environment)</comment> -# <i>grub-install --root-directory=/boot /dev/hda</i> +# <i>grub-install --root-directory=/boot /dev/sda</i> </pre> </body> @@ -566,7 +566,7 @@ </p> <pre caption="Grub Output"> -# <i>grub-install --root-directory=/boot /dev/hda</i> +# <i>grub-install --root-directory=/boot /dev/sda</i> Could not find device for /boot/boot: not found or not a block device </pre> 1.27 xml/htdocs/doc/en/lvm2.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/lvm2.xml?rev=1.27&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/lvm2.xml?rev=1.27&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/lvm2.xml?r1=1.26&r2=1.27 Index: lvm2.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/lvm2.xml,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- lvm2.xml 16 Jun 2011 21:35:48 -0000 1.26 +++ lvm2.xml 26 Dec 2011 15:22:40 -0000 1.27 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/lvm2.xml,v 1.26 2011/06/16 21:35:48 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/lvm2.xml,v 1.27 2011/12/26 15:22:40 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide> @@ -24,8 +24,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>3</version> -<date>2011-06-16</date> +<version>4</version> +<date>2011-12-26</date> <chapter> <title>Introduction</title> @@ -33,7 +33,7 @@ <body> <p> -This guide is based on an example with two IDE hard disks. It means that you +This guide is based on an example with two SATA hard disks. It means that you will more than likely need to change the drive, partition names and partition sizes to match your own setup and needs. </p> @@ -83,15 +83,15 @@ <body> <p> -Our example system has two IDE hard disks and will be partitioned as follows: +Our example system has two SATA hard disks and will be partitioned as follows: </p> <ul> - <li>/dev/hda1 -- /boot</li> - <li>/dev/hda2 -- (swap)</li> - <li>/dev/hda3 -- /</li> - <li>/dev/hda4 -- Will be used by LVM2</li> - <li>/dev/hdb1 -- Will be used by LVM2</li> + <li>/dev/sda1 -- /boot</li> + <li>/dev/sda2 -- (swap)</li> + <li>/dev/sda3 -- /</li> + <li>/dev/sda4 -- Will be used by LVM2</li> + <li>/dev/sdb1 -- Will be used by LVM2</li> </ul> <impo> @@ -125,18 +125,18 @@ </p> <p> -Create a small physical <path>/boot</path> partition (hda1). In this example, +Create a small physical <path>/boot</path> partition (sda1). In this example, <path>/boot</path> will be not managed by LVM2. This partition will contain your bootloader and your kernel(s). A 64MB partition should be well enough for quite a few kernel generations. </p> <p> -Create a swap partition (hda2). +Create a swap partition (sda2). </p> <p> -Create a / (root) partition (hda3). If you are interested in trying to put your +Create a / (root) partition (sda3). If you are interested in trying to put your root partition under LVM management (which we do not recommend), see the resources section at the end of this guide for a link to a mini-howto on how to do this. The size of the root partition need not be large if you will keep @@ -170,8 +170,8 @@ </note> <p> -Create the filesystems on <path>/dev/hda1</path> and <path>/dev/hda3</path>, -and create and activate the swap on <path>/dev/hda2</path> as described in the +Create the filesystems on <path>/dev/sda1</path> and <path>/dev/sda3</path>, +and create and activate the swap on <path>/dev/sda2</path> as described in the handbook. </p> @@ -197,7 +197,7 @@ <path>/etc/lvm/lvm.conf</path> to exclude some devices. By default, LVM2 will scan all devices, even your CDROM which can generate error messages. In the following example, the line that allows scanning of all devices is replaced by -one that rejects every device but our two IDE disks. +one that rejects every device but our two SATA disks. </p> <pre caption="Activating LVM"> @@ -206,7 +206,7 @@ <comment>(Look for the following line)</comment> filter = [ "a/.*/" ] <comment>(Replace it with the following one to scan -/dev/hda and /dev/hdb and reject anything else)</comment> +/dev/sda and /dev/sdb and reject anything else)</comment> filter = [ "a|/dev/hd[ab]|", "r/.*/" ] <comment>(Save the file and quit nano)</comment> # <i>vgscan</i> @@ -221,11 +221,11 @@ </p> <pre caption="Preparing the partitions"> -# <i>pvcreate /dev/hda4 /dev/hdb1</i> - No physical volume label read from /dev/hda4 - Physical volume "/dev/hda4" successfully created - No physical volume label read from /dev/hdb1 - Physical volume "/dev/hdb1" successfully created +# <i>pvcreate /dev/sda4 /dev/sdb1</i> + No physical volume label read from /dev/sda4 + Physical volume "/dev/sda4" successfully created + No physical volume label read from /dev/sdb1 + Physical volume "/dev/sdb1" successfully created </pre> <p> @@ -234,20 +234,20 @@ </p> <p> -In our example, <path>/dev/hda1</path>, <path>/dev/hda2</path> and -<path>/dev/hda3</path> are the <path>/boot</path>, swap and root partitions so -we need to combine <path>/dev/hda4</path> and <path>/dev/hdb1</path>. It can be +In our example, <path>/dev/sda1</path>, <path>/dev/sda2</path> and +<path>/dev/sda3</path> are the <path>/boot</path>, swap and root partitions so +we need to combine <path>/dev/sda4</path> and <path>/dev/sdb1</path>. It can be done with a single command, but, as an example, we will create our volume group and extend it. </p> <pre caption="Creating and extending a volume group"> <comment>(Create a volume group named vg)</comment> -# <i>vgcreate vg /dev/hda4</i> +# <i>vgcreate vg /dev/sda4</i> /etc/lvm/backup: fsync failed: Invalid argument <comment>(Ignore this warning)</comment> Volume group "vg" successfully created <comment>(Extending an existing volume group)</comment> -# <i>vgextend vg /dev/hdb1</i> +# <i>vgextend vg /dev/sdb1</i> /etc/lvm/backup: fsync failed: Invalid argument <comment>(Ignore this warning, again and later as well)</comment> Volume group "vg" successfully extended </pre> @@ -402,9 +402,9 @@ </p> <pre caption="Extract of /etc/fstab"> -/dev/hda1 /boot ext3 noauto,noatime 1 2 -/dev/hda2 none swap sw 0 0 -/dev/hda3 / ext3 noatime 0 1 +/dev/sda1 /boot ext3 noauto,noatime 1 2 +/dev/sda2 none swap sw 0 0 +/dev/sda3 / ext3 noatime 0 1 # Logical volumes /dev/vg/usr /usr ext3 noatime 0 2 /dev/vg/home /home ext3 noatime 0 2 1.30 xml/htdocs/doc/en/migration-to-2.6.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml?r1=1.29&r2=1.30 Index: migration-to-2.6.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- migration-to-2.6.xml 11 Sep 2011 08:43:18 -0000 1.29 +++ migration-to-2.6.xml 26 Dec 2011 15:22:40 -0000 1.30 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml,v 1.29 2011/09/11 08:43:18 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml,v 1.30 2011/12/26 15:22:40 swift Exp $ --> <guide> <title>The complete Gentoo Linux 2.6 migration guide</title> @@ -29,8 +29,8 @@ 2.6, devfs to udev, OSS to ALSA, and LVM to LVM2. </abstract> -<version>2</version> -<date>2011-09-11</date> +<version>3</version> +<date>2011-12-26</date> <chapter> <title>Introduction</title> @@ -897,7 +897,7 @@ <pre caption="Sample GRUB config for genkernel + udev"> title Gentoo Linux (2.6 kernel) root (hd0,0) -kernel /kernel-2.6.10-gentoo-r4 <i>udev</i> root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 +kernel /kernel-2.6.10-gentoo-r4 <i>udev</i> root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/sda3 initrd /initrd-2.6.10-gentoo-r4 </pre> 1.55 xml/htdocs/doc/en/udev-guide.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.55&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.55&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/udev-guide.xml?r1=1.54&r2=1.55 Index: udev-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- udev-guide.xml 11 Sep 2011 08:43:18 -0000 1.54 +++ udev-guide.xml 26 Dec 2011 15:22:40 -0000 1.55 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.54 2011/09/11 08:43:18 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.55 2011/12/26 15:22:40 swift Exp $ --> <guide> <title>Gentoo udev Guide</title> @@ -23,8 +23,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>9</version> -<date>2011-09-11</date> +<version>10</version> +<date>2011-12-26</date> <chapter> <title>What is udev?</title> @@ -36,8 +36,8 @@ When Linux-users talk about the hardware on their system in the vicinity of people who believe Linux is some sort of virus or brand of coffee, the use of "slash dev slash foo" will return a strange look for sure. But for the fortunate -user (and that includes you) using <path>/dev/hda1</path> is just a fast way of -explaining that we are talking about the primary master IDE, first partition. Or +user (and that includes you) using <path>/dev/sda1</path> is just a fast way of +explaining that we are talking about the primary master SATA, first partition. Or aren't we? </p> @@ -45,7 +45,7 @@ We all know what a device file is. Some even know why device files have special numbers when we take a closer look at them when we issue <c>ls -l</c> in <path>/dev</path>. But what we always take for granted is that the primary -master IDE disk is referred to as <path>/dev/hda</path>. You might not see it +SATA disk is referred to as <path>/dev/sda</path>. You might not see it this way, but this is a flaw by design. </p> 1.21 xml/htdocs/doc/en/usb-guide.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/usb-guide.xml?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/usb-guide.xml?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/usb-guide.xml?r1=1.20&r2=1.21 Index: usb-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- usb-guide.xml 4 Sep 2011 17:53:40 -0000 1.20 +++ usb-guide.xml 26 Dec 2011 15:22:40 -0000 1.21 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v 1.20 2011/09/04 17:53:40 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v 1.21 2011/12/26 15:22:40 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide> @@ -18,8 +18,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.15</version> -<date>2009-11-29</date> +<version>2</version> +<date>2011-12-26</date> <chapter> <title>Introduction</title> @@ -295,18 +295,18 @@ usb-storage: waiting for device to settle before scanning Vendor: JetFlash Model: TS512MJF2A Rev: 1.00 Type: Direct-Access ANSI SCSI revision: 02 -SCSI device sda: 1003600 512-byte hdwr sectors (514 MB) +SCSI device sdb: 1003600 512-byte hdwr sectors (514 MB) <comment>(The write-protect sense is EXPERIMENTAL code in the later kernels)</comment> -sda: Write Protect is off -sda: Mode Sense: 0b 00 00 08 -sda: assuming drive cache: write through -SCSI device sda: 1003600 512-byte hdwr sectors (514 MB) +sdb: Write Protect is off +sdb: Mode Sense: 0b 00 00 08 +sdb: assuming drive cache: write through +SCSI device sdb: 1003600 512-byte hdwr sectors (514 MB) /dev/scsi/host0/bus0/target0/lun0: p1 -Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0 +Attached scsi removable disk sdb at scsi0, channel 0, id 0, lun 0 Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0, type 0 usb-storage: device scan complete -<comment>(At this point, the device is generally accessible by mounting /dev/sda1)</comment> +<comment>(At this point, the device is generally accessible by mounting /dev/sdb1)</comment> <comment>(When the device is disconnected, the system acknowledges the same)</comment> usb 1-1: USB disconnect, address 2 @@ -319,13 +319,13 @@ </p> <pre caption="Accessing the Memory Stick"> -# <i>mount /dev/sda1 /mnt/usb</i> +# <i>mount /dev/sdb1 /mnt/usb</i> # <i>df -h</i> Filesystem Size Used Avail Use% Mounted on -/dev/hda8 9.4G 7.5G 1.9G 80% / -/dev/hda9 11G 8.1G 2.4G 78% /usr +/dev/sda8 9.4G 7.5G 1.9G 80% / +/dev/sda9 11G 8.1G 2.4G 78% /usr none 189M 0 189M 0% /dev/shm -/dev/sda1 490M 34M 457M 7% /mnt/usb +/dev/sdb1 490M 34M 457M 7% /mnt/usb </pre> <note> 1.11 xml/htdocs/doc/en/xen-guide.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xen-guide.xml?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xen-guide.xml?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xen-guide.xml?r1=1.10&r2=1.11 Index: xen-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xen-guide.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- xen-guide.xml 29 Aug 2011 10:09:42 -0000 1.10 +++ xen-guide.xml 26 Dec 2011 15:22:40 -0000 1.11 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xen-guide.xml,v 1.10 2011/08/29 10:09:42 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xen-guide.xml,v 1.11 2011/12/26 15:22:40 swift Exp $ --> <guide> <title>Configuring Gentoo with Xen</title> @@ -20,8 +20,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>6</version> -<date>2011-08-29</date> +<version>7</version> +<date>2011-12-26</date> <chapter> <title>Introduction</title> @@ -223,7 +223,7 @@ title Xen 3.0 / Gentoo Linux 2.6.x.y root (hd0,0) kernel /boot/xen.gz -module /boot/kernel-2.6.x.y-xen0 root=/dev/hda3 +module /boot/kernel-2.6.x.y-xen0 root=/dev/sda3 </pre> <p>