nightmorph 08/03/01 07:05:42 Modified: hb-install-gli-dialog.xml hb-install-hppa-disk.xml Log: fixed block devs
Revision Changes Path 1.2 xml/htdocs/doc/en/handbook/2008.0/hb-install-gli-dialog.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-gli-dialog.xml?rev=1.2&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-gli-dialog.xml?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-gli-dialog.xml?r1=1.1&r2=1.2 Index: hb-install-gli-dialog.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-gli-dialog.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- hb-install-gli-dialog.xml 27 Feb 2008 22:46:58 -0000 1.1 +++ hb-install-gli-dialog.xml 1 Mar 2008 07:05:42 -0000 1.2 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-gli-dialog.xml,v 1.1 2008/02/27 22:46:58 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-gli-dialog.xml,v 1.2 2008/03/01 07:05:42 nightmorph Exp $ --> <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> @@ -8,7 +8,7 @@ <sections> <version>4.0</version> -<date>2007-05-07</date> +<date>2008-02-29</date> <section> <title>Welcome</title> 1.3 xml/htdocs/doc/en/handbook/2008.0/hb-install-hppa-disk.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-hppa-disk.xml?rev=1.3&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-hppa-disk.xml?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-hppa-disk.xml?r1=1.2&r2=1.3 Index: hb-install-hppa-disk.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-hppa-disk.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- hb-install-hppa-disk.xml 1 Mar 2008 06:43:00 -0000 1.2 +++ hb-install-hppa-disk.xml 1 Mar 2008 07:05:42 -0000 1.3 @@ -4,7 +4,7 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-hppa-disk.xml,v 1.2 2008/03/01 06:43:00 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-hppa-disk.xml,v 1.3 2008/03/01 07:05:42 nightmorph Exp $ --> <sections> @@ -27,8 +27,12 @@ <p> To begin, we'll introduce <e>block devices</e>. The most famous block device is -probably the one that represents the first SCSI HD in a Linux system, namely -<path>/dev/sda</path>. +probably the one that represents the first IDE drive in a Linux system, namely +<path>/dev/hda</path>. If your system uses SCSI drives, then your first hard +drive would be <path>/dev/sda</path>. Serial ATA drives are also +<path>/dev/sda</path> even if they are IDE drives. If you're using the new +libata framework in the kernel, all hard drives will be labeled +<path>/dev/sd*</path>. </p> <p> -- [email protected] mailing list
