nightmorph    08/03/03 01:57:44

  Modified:             hb-install-alpha-disk.xml hb-install-arm-disk.xml
                        hb-install-hppa-disk.xml hb-install-ia64-disk.xml
                        hb-install-mips-disk.xml hb-install-ppc-disk.xml
                        hb-install-ppc64-disk.xml hb-install-sparc-disk.xml
                        hb-install-x86+amd64-disk.xml
  Added:                hb-install-blockdevices.xml
  Log:
  added blockdevices include for all hb-install-<arch>-disk.xml files

Revision  Changes    Path
1.21                 xml/htdocs/doc/en/handbook/draft/hb-install-alpha-disk.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-disk.xml?rev=1.21&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-disk.xml?rev=1.21&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-disk.xml?r1=1.20&r2=1.21

Index: hb-install-alpha-disk.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-disk.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- hb-install-alpha-disk.xml   1 Mar 2008 14:15:58 -0000       1.20
+++ hb-install-alpha-disk.xml   3 Mar 2008 01:57:44 -0000       1.21
@@ -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/draft/hb-install-alpha-disk.xml,v
 1.20 2008/03/01 14:15:58 neysx Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-disk.xml,v
 1.21 2008/03/03 01:57:44 nightmorph Exp $ -->
 
 <sections>
 
@@ -13,38 +13,11 @@
 
 <section>
 <title>Introduction to Block Devices</title>
-<subsection>
-<title>Block Devices</title>
-<body>
-
-<p>
-We'll take a good look at disk-oriented aspects of Gentoo Linux
-and Linux in general, including Linux filesystems, partitions and block 
devices.
-Then, once you're familiar with the ins and outs of disks and filesystems,
-you'll be guided through the process of setting up partitions and filesystems
-for your Gentoo Linux installation.
-</p>
-
-<p>
-To begin, we'll introduce <e>block devices</e>. The most famous block device is
-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>
-The block devices above represent an abstract interface to the disk. User
-programs can use these block devices to interact with your disk without 
worrying
-about whether your drives are IDE, SCSI or something else. The program can
-simply address the storage on the disk as a bunch of contiguous,
-randomly-accessible 512-byte blocks.
-</p>
 
-</body>
+<subsection>
+<include href="hb-install-blockdevices.xml"/>
 </subsection>
+
 <subsection>
 <title>Slices</title>
 <body>



1.8                  xml/htdocs/doc/en/handbook/draft/hb-install-arm-disk.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-disk.xml?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-disk.xml?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-disk.xml?r1=1.7&r2=1.8

Index: hb-install-arm-disk.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-disk.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- hb-install-arm-disk.xml     1 Mar 2008 14:15:58 -0000       1.7
+++ hb-install-arm-disk.xml     3 Mar 2008 01:57:44 -0000       1.8
@@ -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/draft/hb-install-arm-disk.xml,v 
1.7 2008/03/01 14:15:58 neysx Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-disk.xml,v 
1.8 2008/03/03 01:57:44 nightmorph Exp $ -->
 
 <sections>
 
@@ -15,38 +15,11 @@
 
 <section>
 <title>Introduction to Block Devices</title>
-<subsection>
-<title>Block Devices</title>
-<body>
-
-<p>
-We'll take a good look at disk-oriented aspects of Gentoo Linux
-and Linux in general, including Linux filesystems, partitions and block 
devices.
-Then, once you're familiar with the ins and outs of disks and filesystems,
-you'll be guided through the process of setting up partitions and filesystems
-for your Gentoo Linux installation.
-</p>
-
-<p>
-To begin, we'll introduce <e>block devices</e>. The most famous block device is
-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>
-The block devices above represent an abstract interface to the disk. User
-programs can use these block devices to interact with your disk without 
worrying
-about whether your drives are IDE, SCSI or something else. The program can
-simply address the storage on the disk as a bunch of contiguous,
-randomly-accessible 512-byte blocks.
-</p>
 
-</body>
+<subsection>
+<include href="hb-install-blockdevices.xml"/>
 </subsection>
+
 <subsection>
 <title>Partitions</title>
 <body>



1.18                 xml/htdocs/doc/en/handbook/draft/hb-install-hppa-disk.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-disk.xml?rev=1.18&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-disk.xml?rev=1.18&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-disk.xml?r1=1.17&r2=1.18

Index: hb-install-hppa-disk.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-disk.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- hb-install-hppa-disk.xml    1 Mar 2008 14:15:58 -0000       1.17
+++ hb-install-hppa-disk.xml    3 Mar 2008 01:57:44 -0000       1.18
@@ -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/draft/hb-install-hppa-disk.xml,v 
1.17 2008/03/01 14:15:58 neysx Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-disk.xml,v 
1.18 2008/03/03 01:57:44 nightmorph Exp $ -->
 
 <sections>
 
@@ -13,38 +13,11 @@
 
 <section>
 <title>Introduction to Block Devices</title>
-<subsection>
-<title>Block Devices</title>
-<body>
-
-<p>
-We'll take a good look at disk-oriented aspects of Gentoo Linux and Linux in
-general, including Linux filesystems, partitions and block devices. Then, once
-you're familiar with the ins and outs of disks and filesystems, you'll be
-guided through the process of setting up partitions and filesystems for your
-Gentoo Linux installation.
-</p>
-
-<p>
-To begin, we'll introduce <e>block devices</e>. The most famous block device is
-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>
-The block devices above represent an abstract interface to the disk. User
-programs can use these block devices to interact with your disk without
-worrying about whether your drives are IDE, SCSI or something else. The program
-can simply address the storage on the disk as a bunch of contiguous,
-randomly-accessible 512-byte blocks.
-</p>
 
-</body>
+<subsection>
+<include href="hb-install-blockdevices.xml"/>
 </subsection>
+
 <subsection>
 <title>Partitions and Slices</title>
 <body>



1.9                  xml/htdocs/doc/en/handbook/draft/hb-install-ia64-disk.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-disk.xml?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-disk.xml?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-disk.xml?r1=1.8&r2=1.9

Index: hb-install-ia64-disk.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-disk.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- hb-install-ia64-disk.xml    1 Mar 2008 14:15:58 -0000       1.8
+++ hb-install-ia64-disk.xml    3 Mar 2008 01:57:44 -0000       1.9
@@ -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/draft/hb-install-ia64-disk.xml,v 
1.8 2008/03/01 14:15:58 neysx Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-disk.xml,v 
1.9 2008/03/03 01:57:44 nightmorph Exp $ -->
 
 <sections>
 
@@ -13,38 +13,11 @@
 
 <section>
 <title>Introduction to Block Devices</title>
-<subsection>
-<title>Block Devices</title>
-<body>
-
-<p>
-We'll take a good look at disk-oriented aspects of Gentoo Linux
-and Linux in general, including Linux filesystems, partitions and block 
devices.
-Then, once you're familiar with the ins and outs of disks and filesystems,
-you'll be guided through the process of setting up partitions and filesystems
-for your Gentoo Linux installation.
-</p>
-
-<p>
-To begin, we'll introduce <e>block devices</e>. The most famous block device is
-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>
-The block devices above represent an abstract interface to the disk. User
-programs can use these block devices to interact with your disk without 
worrying
-about whether your drives are IDE, SCSI or something else. The program can
-simply address the storage on the disk as a bunch of contiguous,
-randomly-accessible 512-byte blocks.
-</p>
 
-</body>
+<subsection>
+<include href="hb-install-blockdevices.xml"/>
 </subsection>
+
 <subsection>
 <title>Partitions</title>
 <body>



1.20                 xml/htdocs/doc/en/handbook/draft/hb-install-mips-disk.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-disk.xml?rev=1.20&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-disk.xml?rev=1.20&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-disk.xml?r1=1.19&r2=1.20

Index: hb-install-mips-disk.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-disk.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- hb-install-mips-disk.xml    1 Mar 2008 14:15:58 -0000       1.19
+++ hb-install-mips-disk.xml    3 Mar 2008 01:57:44 -0000       1.20
@@ -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/draft/hb-install-mips-disk.xml,v 
1.19 2008/03/01 14:15:58 neysx Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-disk.xml,v 
1.20 2008/03/03 01:57:44 nightmorph Exp $ -->
 
 <sections>
 
@@ -13,38 +13,11 @@
 
 <section>
 <title>Introduction to Block Devices</title>
-<subsection>
-<title>Block Devices</title>
-<body>
-
-<p>
-We'll take a good look at disk-oriented aspects of Gentoo Linux and Linux in
-general, including Linux filesystems, partitions and block devices. Then, once
-you're familiar with the ins and outs of disks and filesystems, you'll be
-guided through the process of setting up partitions and filesystems for your
-Gentoo Linux installation.
-</p>
-
-<p>
-To begin, we'll introduce <e>block devices</e>. The most famous block device is
-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>
-The block devices above represent an abstract interface to the disk. User
-programs can use these block devices to interact with your disk without
-worrying about whether your drives are IDE, SCSI or something else. The program
-can simply address the storage on the disk as a bunch of contiguous,
-randomly-accessible 512-byte blocks.
-</p>
 
-</body>
+<subsection>
+<include href="hb-install-blockdevices.xml"/>
 </subsection>
+
 <subsection>
 <title>Partitions</title>
 <body>



1.31                 xml/htdocs/doc/en/handbook/draft/hb-install-ppc-disk.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-disk.xml?rev=1.31&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-disk.xml?rev=1.31&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-disk.xml?r1=1.30&r2=1.31

Index: hb-install-ppc-disk.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-disk.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- hb-install-ppc-disk.xml     1 Mar 2008 14:15:58 -0000       1.30
+++ hb-install-ppc-disk.xml     3 Mar 2008 01:57:44 -0000       1.31
@@ -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/draft/hb-install-ppc-disk.xml,v 
1.30 2008/03/01 14:15:58 neysx Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-disk.xml,v 
1.31 2008/03/03 01:57:44 nightmorph Exp $ -->
 
 <sections>
 
@@ -13,38 +13,11 @@
 
 <section>
 <title>Introduction to Block Devices</title>
-<subsection>
-<title>Block Devices</title>
-<body>
-
-<p>
-We'll start by taking a good look at disk-oriented aspects of Gentoo Linux
-and Linux in general, including Linux filesystems, partitions and block 
devices.
-Then, once you're familiar with the ins and outs of disks and filesystems,
-you'll be guided through the process of setting up partitions and filesystems
-for your Gentoo Linux installation.
-</p>
-
-<p>
-To begin, we'll introduce <e>block devices</e>. The most famous block device is
-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>
-The block devices above represent an abstract interface to the disk. User
-programs can use these block devices to interact with the disk without worrying
-about whether the drives are IDE, SCSI or something else. The program can
-simply address the storage on the disk as a bunch of contiguous,
-randomly-accessible 512-byte blocks.
-</p>
 
-</body>
+<subsection>
+<include href="hb-install-blockdevices.xml"/>
 </subsection>
+
 <subsection>
 <title>Partitions</title>
 <body>



1.24                 xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-disk.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-disk.xml?rev=1.24&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-disk.xml?rev=1.24&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-disk.xml?r1=1.23&r2=1.24

Index: hb-install-ppc64-disk.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-disk.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- hb-install-ppc64-disk.xml   1 Mar 2008 14:15:58 -0000       1.23
+++ hb-install-ppc64-disk.xml   3 Mar 2008 01:57:44 -0000       1.24
@@ -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/draft/hb-install-ppc64-disk.xml,v
 1.23 2008/03/01 14:15:58 neysx Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-disk.xml,v
 1.24 2008/03/03 01:57:44 nightmorph Exp $ -->
 
 <sections>
 
@@ -13,38 +13,11 @@
 
 <section>
 <title>Introduction to Block Devices</title>
-<subsection>
-<title>Block Devices</title>
-<body>
-
-<p>
-We'll take a good look at disk-oriented aspects of Gentoo Linux
-and Linux in general, including Linux filesystems, partitions and block 
devices.
-Then, once you're familiar with the ins and outs of disks and filesystems,
-you'll be guided through the process of setting up partitions and filesystems
-for your Gentoo Linux installation.
-</p>
-
-<p>
-To begin, we'll introduce <e>block devices</e>. The most famous block device is
-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>
-The block devices above represent an abstract interface to the disk. User
-programs can use these block devices to interact with your disk without 
worrying
-about whether your drives are IDE, SCSI or something else. The program can
-simply address the storage on the disk as a bunch of contiguous,
-randomly-accessible 512-byte blocks.
-</p>
 
-</body>
+<subsection>
+<include href="hb-install-blockdevices.xml"/>
 </subsection>
+
 <subsection>
 <title>Partitions and Slices</title>
 <body>



1.23                 xml/htdocs/doc/en/handbook/draft/hb-install-sparc-disk.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-disk.xml?rev=1.23&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-disk.xml?rev=1.23&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-disk.xml?r1=1.22&r2=1.23

Index: hb-install-sparc-disk.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-disk.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- hb-install-sparc-disk.xml   1 Mar 2008 14:15:58 -0000       1.22
+++ hb-install-sparc-disk.xml   3 Mar 2008 01:57:44 -0000       1.23
@@ -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/draft/hb-install-sparc-disk.xml,v
 1.22 2008/03/01 14:15:58 neysx Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-disk.xml,v
 1.23 2008/03/03 01:57:44 nightmorph Exp $ -->
 
 <sections>
 
@@ -13,38 +13,11 @@
 
 <section>
 <title>Introduction to Block Devices</title>
-<subsection>
-<title>Block Devices</title>
-<body>
-
-<p>
-We'll take a good look at some of the disk-oriented aspects of Gentoo Linux
-and Linux in general, including Linux filesystems, partitions, and block
-devices. Then, once you're familiar with the ins and outs of disks and
-filesystems, you'll be guided through the process of setting up partitions
-and filesystems for your Gentoo Linux installation.
-</p>
-
-<p>
-To begin, we'll introduce <e>block devices</e>. The most famous block device is
-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>
-Block devices represent an abstract interface to the disk. User programs can
-use these block devices to interact with your disk without worrying about
-whether your drives are IDE, SCSI, or something else. The program can simply
-address the storage on the disk as a bunch of contiguous, randomly-accessible
-512-byte blocks.
-</p>
 
-</body>
+<subsection>
+<include href="hb-install-blockdevices.xml"/>
 </subsection>
+
 <subsection>
 <title>Partitions</title>
 <body>



1.11                 
xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-disk.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-disk.xml?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-disk.xml?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-disk.xml?r1=1.10&r2=1.11

Index: hb-install-x86+amd64-disk.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-disk.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- hb-install-x86+amd64-disk.xml       1 Mar 2008 14:15:58 -0000       1.10
+++ hb-install-x86+amd64-disk.xml       3 Mar 2008 01:57:44 -0000       1.11
@@ -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/draft/hb-install-x86+amd64-disk.xml,v
 1.10 2008/03/01 14:15:58 neysx Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-disk.xml,v
 1.11 2008/03/03 01:57:44 nightmorph Exp $ -->
 
 <sections>
 
@@ -18,38 +18,11 @@
 
 <section>
 <title>Introduction to Block Devices</title>
-<subsection>
-<title>Block Devices</title>
-<body>
-
-<p>
-We'll take a good look at disk-oriented aspects of Gentoo Linux
-and Linux in general, including Linux filesystems, partitions and block 
devices.
-Then, once you're familiar with the ins and outs of disks and filesystems,
-you'll be guided through the process of setting up partitions and filesystems
-for your Gentoo Linux installation.
-</p>
-
-<p>
-To begin, we'll introduce <e>block devices</e>. The most famous block device is
-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>
-The block devices above represent an abstract interface to the disk. User
-programs can use these block devices to interact with your disk without 
worrying
-about whether your drives are IDE, SCSI or something else. The program can
-simply address the storage on the disk as a bunch of contiguous,
-randomly-accessible 512-byte blocks.
-</p>
 
-</body>
+<subsection>
+<include href="hb-install-blockdevices.xml"/>
 </subsection>
+
 <subsection>
 <title>Partitions</title>
 <body>



1.1                  
xml/htdocs/doc/en/handbook/draft/hb-install-blockdevices.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-blockdevices.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-blockdevices.xml?rev=1.1&content-type=text/plain

Index: hb-install-blockdevices.xml
===================================================================
<?xml version='1.0' encoding="UTF-8"?>
<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-blockdevices.xml,v
 1.1 2008/03/03 01:57:44 nightmorph Exp $ -->
<!DOCTYPE included SYSTEM "/dtd/guide.dtd">

<included>

<version>1</version>
<date>2008-03-02</date>

<section id="blockdevicesdesc">
<title>Block Devices</title>
<body>

<p>
We'll take a good look at disk-oriented aspects of Gentoo Linux
and Linux in general, including Linux filesystems, partitions and block devices.
Then, once you're familiar with the ins and outs of disks and filesystems,
you'll be guided through the process of setting up partitions and filesystems
for your Gentoo Linux installation.
</p>

<p>
To begin, we'll introduce <e>block devices</e>. The most famous block device is
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>
The block devices above represent an abstract interface to the disk. User
programs can use these block devices to interact with your disk without worrying
about whether your drives are IDE, SCSI or something else. The program can
simply address the storage on the disk as a bunch of contiguous,
randomly-accessible 512-byte blocks.
</p>

</body>
</section>
</included>



-- 
[email protected] mailing list

Reply via email to