Gentoo Archives: gentoo-doc-cvs

From: Joshua Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-alpha-disk.xml hb-install-arm-disk.xml hb-install-blockdevices.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
Date: Mon, 03 Mar 2008 01:57:48
Message-Id: E1JVzw0-0007sl-Rq@stork.gentoo.org
1 nightmorph 08/03/03 01:57:44
2
3 Modified: hb-install-alpha-disk.xml hb-install-arm-disk.xml
4 hb-install-hppa-disk.xml hb-install-ia64-disk.xml
5 hb-install-mips-disk.xml hb-install-ppc-disk.xml
6 hb-install-ppc64-disk.xml hb-install-sparc-disk.xml
7 hb-install-x86+amd64-disk.xml
8 Added: hb-install-blockdevices.xml
9 Log:
10 added blockdevices include for all hb-install-<arch>-disk.xml files
11
12 Revision Changes Path
13 1.21 xml/htdocs/doc/en/handbook/draft/hb-install-alpha-disk.xml
14
15 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-disk.xml?rev=1.21&view=markup
16 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
17 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
18
19 Index: hb-install-alpha-disk.xml
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-disk.xml,v
22 retrieving revision 1.20
23 retrieving revision 1.21
24 diff -u -r1.20 -r1.21
25 --- hb-install-alpha-disk.xml 1 Mar 2008 14:15:58 -0000 1.20
26 +++ hb-install-alpha-disk.xml 3 Mar 2008 01:57:44 -0000 1.21
27 @@ -4,7 +4,7 @@
28 <!-- The content of this document is licensed under the CC-BY-SA license -->
29 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
30
31 -<!-- $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 $ -->
32 +<!-- $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 $ -->
33
34 <sections>
35
36 @@ -13,38 +13,11 @@
37
38 <section>
39 <title>Introduction to Block Devices</title>
40 -<subsection>
41 -<title>Block Devices</title>
42 -<body>
43 -
44 -<p>
45 -We'll take a good look at disk-oriented aspects of Gentoo Linux
46 -and Linux in general, including Linux filesystems, partitions and block devices.
47 -Then, once you're familiar with the ins and outs of disks and filesystems,
48 -you'll be guided through the process of setting up partitions and filesystems
49 -for your Gentoo Linux installation.
50 -</p>
51 -
52 -<p>
53 -To begin, we'll introduce <e>block devices</e>. The most famous block device is
54 -probably the one that represents the first IDE drive in a Linux system, namely
55 -<path>/dev/hda</path>. If your system uses SCSI drives, then your first hard
56 -drive would be <path>/dev/sda</path>. Serial ATA drives are also
57 -<path>/dev/sda</path> even if they are IDE drives. If you're using the new
58 -libata framework in the kernel, all hard drives will be labeled
59 -<path>/dev/sd*</path>.
60 -</p>
61 -
62 -<p>
63 -The block devices above represent an abstract interface to the disk. User
64 -programs can use these block devices to interact with your disk without worrying
65 -about whether your drives are IDE, SCSI or something else. The program can
66 -simply address the storage on the disk as a bunch of contiguous,
67 -randomly-accessible 512-byte blocks.
68 -</p>
69
70 -</body>
71 +<subsection>
72 +<include href="hb-install-blockdevices.xml"/>
73 </subsection>
74 +
75 <subsection>
76 <title>Slices</title>
77 <body>
78
79
80
81 1.8 xml/htdocs/doc/en/handbook/draft/hb-install-arm-disk.xml
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-disk.xml?rev=1.8&view=markup
84 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
85 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
86
87 Index: hb-install-arm-disk.xml
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-disk.xml,v
90 retrieving revision 1.7
91 retrieving revision 1.8
92 diff -u -r1.7 -r1.8
93 --- hb-install-arm-disk.xml 1 Mar 2008 14:15:58 -0000 1.7
94 +++ hb-install-arm-disk.xml 3 Mar 2008 01:57:44 -0000 1.8
95 @@ -4,7 +4,7 @@
96 <!-- The content of this document is licensed under the CC-BY-SA license -->
97 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
98
99 -<!-- $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 $ -->
100 +<!-- $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 $ -->
101
102 <sections>
103
104 @@ -15,38 +15,11 @@
105
106 <section>
107 <title>Introduction to Block Devices</title>
108 -<subsection>
109 -<title>Block Devices</title>
110 -<body>
111 -
112 -<p>
113 -We'll take a good look at disk-oriented aspects of Gentoo Linux
114 -and Linux in general, including Linux filesystems, partitions and block devices.
115 -Then, once you're familiar with the ins and outs of disks and filesystems,
116 -you'll be guided through the process of setting up partitions and filesystems
117 -for your Gentoo Linux installation.
118 -</p>
119 -
120 -<p>
121 -To begin, we'll introduce <e>block devices</e>. The most famous block device is
122 -probably the one that represents the first IDE drive in a Linux system, namely
123 -<path>/dev/hda</path>. If your system uses SCSI drives, then your first hard
124 -drive would be <path>/dev/sda</path>. Serial ATA drives are also
125 -<path>/dev/sda</path> even if they are IDE drives. If you're using the new
126 -libata framework in the kernel, all hard drives will be labeled
127 -<path>/dev/sd*</path>.
128 -</p>
129 -
130 -<p>
131 -The block devices above represent an abstract interface to the disk. User
132 -programs can use these block devices to interact with your disk without worrying
133 -about whether your drives are IDE, SCSI or something else. The program can
134 -simply address the storage on the disk as a bunch of contiguous,
135 -randomly-accessible 512-byte blocks.
136 -</p>
137
138 -</body>
139 +<subsection>
140 +<include href="hb-install-blockdevices.xml"/>
141 </subsection>
142 +
143 <subsection>
144 <title>Partitions</title>
145 <body>
146
147
148
149 1.18 xml/htdocs/doc/en/handbook/draft/hb-install-hppa-disk.xml
150
151 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-disk.xml?rev=1.18&view=markup
152 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
153 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
154
155 Index: hb-install-hppa-disk.xml
156 ===================================================================
157 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-disk.xml,v
158 retrieving revision 1.17
159 retrieving revision 1.18
160 diff -u -r1.17 -r1.18
161 --- hb-install-hppa-disk.xml 1 Mar 2008 14:15:58 -0000 1.17
162 +++ hb-install-hppa-disk.xml 3 Mar 2008 01:57:44 -0000 1.18
163 @@ -4,7 +4,7 @@
164 <!-- The content of this document is licensed under the CC-BY-SA license -->
165 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
166
167 -<!-- $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 $ -->
168 +<!-- $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 $ -->
169
170 <sections>
171
172 @@ -13,38 +13,11 @@
173
174 <section>
175 <title>Introduction to Block Devices</title>
176 -<subsection>
177 -<title>Block Devices</title>
178 -<body>
179 -
180 -<p>
181 -We'll take a good look at disk-oriented aspects of Gentoo Linux and Linux in
182 -general, including Linux filesystems, partitions and block devices. Then, once
183 -you're familiar with the ins and outs of disks and filesystems, you'll be
184 -guided through the process of setting up partitions and filesystems for your
185 -Gentoo Linux installation.
186 -</p>
187 -
188 -<p>
189 -To begin, we'll introduce <e>block devices</e>. The most famous block device is
190 -probably the one that represents the first IDE drive in a Linux system, namely
191 -<path>/dev/hda</path>. If your system uses SCSI drives, then your first hard
192 -drive would be <path>/dev/sda</path>. Serial ATA drives are also
193 -<path>/dev/sda</path> even if they are IDE drives. If you're using the new
194 -libata framework in the kernel, all hard drives will be labeled
195 -<path>/dev/sd*</path>.
196 -</p>
197 -
198 -<p>
199 -The block devices above represent an abstract interface to the disk. User
200 -programs can use these block devices to interact with your disk without
201 -worrying about whether your drives are IDE, SCSI or something else. The program
202 -can simply address the storage on the disk as a bunch of contiguous,
203 -randomly-accessible 512-byte blocks.
204 -</p>
205
206 -</body>
207 +<subsection>
208 +<include href="hb-install-blockdevices.xml"/>
209 </subsection>
210 +
211 <subsection>
212 <title>Partitions and Slices</title>
213 <body>
214
215
216
217 1.9 xml/htdocs/doc/en/handbook/draft/hb-install-ia64-disk.xml
218
219 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-disk.xml?rev=1.9&view=markup
220 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
221 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
222
223 Index: hb-install-ia64-disk.xml
224 ===================================================================
225 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-disk.xml,v
226 retrieving revision 1.8
227 retrieving revision 1.9
228 diff -u -r1.8 -r1.9
229 --- hb-install-ia64-disk.xml 1 Mar 2008 14:15:58 -0000 1.8
230 +++ hb-install-ia64-disk.xml 3 Mar 2008 01:57:44 -0000 1.9
231 @@ -4,7 +4,7 @@
232 <!-- The content of this document is licensed under the CC-BY-SA license -->
233 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
234
235 -<!-- $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 $ -->
236 +<!-- $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 $ -->
237
238 <sections>
239
240 @@ -13,38 +13,11 @@
241
242 <section>
243 <title>Introduction to Block Devices</title>
244 -<subsection>
245 -<title>Block Devices</title>
246 -<body>
247 -
248 -<p>
249 -We'll take a good look at disk-oriented aspects of Gentoo Linux
250 -and Linux in general, including Linux filesystems, partitions and block devices.
251 -Then, once you're familiar with the ins and outs of disks and filesystems,
252 -you'll be guided through the process of setting up partitions and filesystems
253 -for your Gentoo Linux installation.
254 -</p>
255 -
256 -<p>
257 -To begin, we'll introduce <e>block devices</e>. The most famous block device is
258 -probably the one that represents the first IDE drive in a Linux system, namely
259 -<path>/dev/hda</path>. If your system uses SCSI drives, then your first hard
260 -drive would be <path>/dev/sda</path>. Serial ATA drives are also
261 -<path>/dev/sda</path> even if they are IDE drives. If you're using the new
262 -libata framework in the kernel, all hard drives will be labeled
263 -<path>/dev/sd*</path>.
264 -</p>
265 -
266 -<p>
267 -The block devices above represent an abstract interface to the disk. User
268 -programs can use these block devices to interact with your disk without worrying
269 -about whether your drives are IDE, SCSI or something else. The program can
270 -simply address the storage on the disk as a bunch of contiguous,
271 -randomly-accessible 512-byte blocks.
272 -</p>
273
274 -</body>
275 +<subsection>
276 +<include href="hb-install-blockdevices.xml"/>
277 </subsection>
278 +
279 <subsection>
280 <title>Partitions</title>
281 <body>
282
283
284
285 1.20 xml/htdocs/doc/en/handbook/draft/hb-install-mips-disk.xml
286
287 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-disk.xml?rev=1.20&view=markup
288 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
289 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
290
291 Index: hb-install-mips-disk.xml
292 ===================================================================
293 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-disk.xml,v
294 retrieving revision 1.19
295 retrieving revision 1.20
296 diff -u -r1.19 -r1.20
297 --- hb-install-mips-disk.xml 1 Mar 2008 14:15:58 -0000 1.19
298 +++ hb-install-mips-disk.xml 3 Mar 2008 01:57:44 -0000 1.20
299 @@ -4,7 +4,7 @@
300 <!-- The content of this document is licensed under the CC-BY-SA license -->
301 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
302
303 -<!-- $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 $ -->
304 +<!-- $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 $ -->
305
306 <sections>
307
308 @@ -13,38 +13,11 @@
309
310 <section>
311 <title>Introduction to Block Devices</title>
312 -<subsection>
313 -<title>Block Devices</title>
314 -<body>
315 -
316 -<p>
317 -We'll take a good look at disk-oriented aspects of Gentoo Linux and Linux in
318 -general, including Linux filesystems, partitions and block devices. Then, once
319 -you're familiar with the ins and outs of disks and filesystems, you'll be
320 -guided through the process of setting up partitions and filesystems for your
321 -Gentoo Linux installation.
322 -</p>
323 -
324 -<p>
325 -To begin, we'll introduce <e>block devices</e>. The most famous block device is
326 -probably the one that represents the first IDE drive in a Linux system, namely
327 -<path>/dev/hda</path>. If your system uses SCSI drives, then your first hard
328 -drive would be <path>/dev/sda</path>. Serial ATA drives are also
329 -<path>/dev/sda</path> even if they are IDE drives. If you're using the new
330 -libata framework in the kernel, all hard drives will be labeled
331 -<path>/dev/sd*</path>.
332 -</p>
333 -
334 -<p>
335 -The block devices above represent an abstract interface to the disk. User
336 -programs can use these block devices to interact with your disk without
337 -worrying about whether your drives are IDE, SCSI or something else. The program
338 -can simply address the storage on the disk as a bunch of contiguous,
339 -randomly-accessible 512-byte blocks.
340 -</p>
341
342 -</body>
343 +<subsection>
344 +<include href="hb-install-blockdevices.xml"/>
345 </subsection>
346 +
347 <subsection>
348 <title>Partitions</title>
349 <body>
350
351
352
353 1.31 xml/htdocs/doc/en/handbook/draft/hb-install-ppc-disk.xml
354
355 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-disk.xml?rev=1.31&view=markup
356 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
357 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
358
359 Index: hb-install-ppc-disk.xml
360 ===================================================================
361 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-disk.xml,v
362 retrieving revision 1.30
363 retrieving revision 1.31
364 diff -u -r1.30 -r1.31
365 --- hb-install-ppc-disk.xml 1 Mar 2008 14:15:58 -0000 1.30
366 +++ hb-install-ppc-disk.xml 3 Mar 2008 01:57:44 -0000 1.31
367 @@ -4,7 +4,7 @@
368 <!-- The content of this document is licensed under the CC-BY-SA license -->
369 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
370
371 -<!-- $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 $ -->
372 +<!-- $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 $ -->
373
374 <sections>
375
376 @@ -13,38 +13,11 @@
377
378 <section>
379 <title>Introduction to Block Devices</title>
380 -<subsection>
381 -<title>Block Devices</title>
382 -<body>
383 -
384 -<p>
385 -We'll start by taking a good look at disk-oriented aspects of Gentoo Linux
386 -and Linux in general, including Linux filesystems, partitions and block devices.
387 -Then, once you're familiar with the ins and outs of disks and filesystems,
388 -you'll be guided through the process of setting up partitions and filesystems
389 -for your Gentoo Linux installation.
390 -</p>
391 -
392 -<p>
393 -To begin, we'll introduce <e>block devices</e>. The most famous block device is
394 -probably the one that represents the first IDE drive in a Linux system, namely
395 -<path>/dev/hda</path>. If your system uses SCSI drives, then your first hard
396 -drive would be <path>/dev/sda</path>. Serial ATA drives are also
397 -<path>/dev/sda</path> even if they are IDE drives. If you're using the new
398 -libata framework in the kernel, all hard drives will be labeled
399 -<path>/dev/sd*</path>.
400 -</p>
401 -
402 -<p>
403 -The block devices above represent an abstract interface to the disk. User
404 -programs can use these block devices to interact with the disk without worrying
405 -about whether the drives are IDE, SCSI or something else. The program can
406 -simply address the storage on the disk as a bunch of contiguous,
407 -randomly-accessible 512-byte blocks.
408 -</p>
409
410 -</body>
411 +<subsection>
412 +<include href="hb-install-blockdevices.xml"/>
413 </subsection>
414 +
415 <subsection>
416 <title>Partitions</title>
417 <body>
418
419
420
421 1.24 xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-disk.xml
422
423 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-disk.xml?rev=1.24&view=markup
424 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
425 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
426
427 Index: hb-install-ppc64-disk.xml
428 ===================================================================
429 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-disk.xml,v
430 retrieving revision 1.23
431 retrieving revision 1.24
432 diff -u -r1.23 -r1.24
433 --- hb-install-ppc64-disk.xml 1 Mar 2008 14:15:58 -0000 1.23
434 +++ hb-install-ppc64-disk.xml 3 Mar 2008 01:57:44 -0000 1.24
435 @@ -4,7 +4,7 @@
436 <!-- The content of this document is licensed under the CC-BY-SA license -->
437 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
438
439 -<!-- $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 $ -->
440 +<!-- $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 $ -->
441
442 <sections>
443
444 @@ -13,38 +13,11 @@
445
446 <section>
447 <title>Introduction to Block Devices</title>
448 -<subsection>
449 -<title>Block Devices</title>
450 -<body>
451 -
452 -<p>
453 -We'll take a good look at disk-oriented aspects of Gentoo Linux
454 -and Linux in general, including Linux filesystems, partitions and block devices.
455 -Then, once you're familiar with the ins and outs of disks and filesystems,
456 -you'll be guided through the process of setting up partitions and filesystems
457 -for your Gentoo Linux installation.
458 -</p>
459 -
460 -<p>
461 -To begin, we'll introduce <e>block devices</e>. The most famous block device is
462 -probably the one that represents the first IDE drive in a Linux system, namely
463 -<path>/dev/hda</path>. If your system uses SCSI drives, then your first hard
464 -drive would be <path>/dev/sda</path>. Serial ATA drives are also
465 -<path>/dev/sda</path> even if they are IDE drives. If you're using the new
466 -libata framework in the kernel, all hard drives will be labeled
467 -<path>/dev/sd*</path>.
468 -</p>
469 -
470 -<p>
471 -The block devices above represent an abstract interface to the disk. User
472 -programs can use these block devices to interact with your disk without worrying
473 -about whether your drives are IDE, SCSI or something else. The program can
474 -simply address the storage on the disk as a bunch of contiguous,
475 -randomly-accessible 512-byte blocks.
476 -</p>
477
478 -</body>
479 +<subsection>
480 +<include href="hb-install-blockdevices.xml"/>
481 </subsection>
482 +
483 <subsection>
484 <title>Partitions and Slices</title>
485 <body>
486
487
488
489 1.23 xml/htdocs/doc/en/handbook/draft/hb-install-sparc-disk.xml
490
491 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-disk.xml?rev=1.23&view=markup
492 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
493 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
494
495 Index: hb-install-sparc-disk.xml
496 ===================================================================
497 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-disk.xml,v
498 retrieving revision 1.22
499 retrieving revision 1.23
500 diff -u -r1.22 -r1.23
501 --- hb-install-sparc-disk.xml 1 Mar 2008 14:15:58 -0000 1.22
502 +++ hb-install-sparc-disk.xml 3 Mar 2008 01:57:44 -0000 1.23
503 @@ -4,7 +4,7 @@
504 <!-- The content of this document is licensed under the CC-BY-SA license -->
505 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
506
507 -<!-- $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 $ -->
508 +<!-- $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 $ -->
509
510 <sections>
511
512 @@ -13,38 +13,11 @@
513
514 <section>
515 <title>Introduction to Block Devices</title>
516 -<subsection>
517 -<title>Block Devices</title>
518 -<body>
519 -
520 -<p>
521 -We'll take a good look at some of the disk-oriented aspects of Gentoo Linux
522 -and Linux in general, including Linux filesystems, partitions, and block
523 -devices. Then, once you're familiar with the ins and outs of disks and
524 -filesystems, you'll be guided through the process of setting up partitions
525 -and filesystems for your Gentoo Linux installation.
526 -</p>
527 -
528 -<p>
529 -To begin, we'll introduce <e>block devices</e>. The most famous block device is
530 -probably the one that represents the first IDE drive in a Linux system, namely
531 -<path>/dev/hda</path>. If your system uses SCSI drives, then your first hard
532 -drive would be <path>/dev/sda</path>. Serial ATA drives are also
533 -<path>/dev/sda</path> even if they are IDE drives. If you're using the new
534 -libata framework in the kernel, all hard drives will be labeled
535 -<path>/dev/sd*</path>.
536 -</p>
537 -
538 -<p>
539 -Block devices represent an abstract interface to the disk. User programs can
540 -use these block devices to interact with your disk without worrying about
541 -whether your drives are IDE, SCSI, or something else. The program can simply
542 -address the storage on the disk as a bunch of contiguous, randomly-accessible
543 -512-byte blocks.
544 -</p>
545
546 -</body>
547 +<subsection>
548 +<include href="hb-install-blockdevices.xml"/>
549 </subsection>
550 +
551 <subsection>
552 <title>Partitions</title>
553 <body>
554
555
556
557 1.11 xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-disk.xml
558
559 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
560 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
561 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
562
563 Index: hb-install-x86+amd64-disk.xml
564 ===================================================================
565 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-disk.xml,v
566 retrieving revision 1.10
567 retrieving revision 1.11
568 diff -u -r1.10 -r1.11
569 --- hb-install-x86+amd64-disk.xml 1 Mar 2008 14:15:58 -0000 1.10
570 +++ hb-install-x86+amd64-disk.xml 3 Mar 2008 01:57:44 -0000 1.11
571 @@ -4,7 +4,7 @@
572 <!-- The content of this document is licensed under the CC-BY-SA license -->
573 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
574
575 -<!-- $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 $ -->
576 +<!-- $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 $ -->
577
578 <sections>
579
580 @@ -18,38 +18,11 @@
581
582 <section>
583 <title>Introduction to Block Devices</title>
584 -<subsection>
585 -<title>Block Devices</title>
586 -<body>
587 -
588 -<p>
589 -We'll take a good look at disk-oriented aspects of Gentoo Linux
590 -and Linux in general, including Linux filesystems, partitions and block devices.
591 -Then, once you're familiar with the ins and outs of disks and filesystems,
592 -you'll be guided through the process of setting up partitions and filesystems
593 -for your Gentoo Linux installation.
594 -</p>
595 -
596 -<p>
597 -To begin, we'll introduce <e>block devices</e>. The most famous block device is
598 -probably the one that represents the first IDE drive in a Linux system, namely
599 -<path>/dev/hda</path>. If your system uses SCSI drives, then your first hard
600 -drive would be <path>/dev/sda</path>. Serial ATA drives are also
601 -<path>/dev/sda</path> even if they are IDE drives. If you're using the new
602 -libata framework in the kernel, all hard drives will be labeled
603 -<path>/dev/sd*</path>.
604 -</p>
605 -
606 -<p>
607 -The block devices above represent an abstract interface to the disk. User
608 -programs can use these block devices to interact with your disk without worrying
609 -about whether your drives are IDE, SCSI or something else. The program can
610 -simply address the storage on the disk as a bunch of contiguous,
611 -randomly-accessible 512-byte blocks.
612 -</p>
613
614 -</body>
615 +<subsection>
616 +<include href="hb-install-blockdevices.xml"/>
617 </subsection>
618 +
619 <subsection>
620 <title>Partitions</title>
621 <body>
622
623
624
625 1.1 xml/htdocs/doc/en/handbook/draft/hb-install-blockdevices.xml
626
627 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-blockdevices.xml?rev=1.1&view=markup
628 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
629
630 Index: hb-install-blockdevices.xml
631 ===================================================================
632 <?xml version='1.0' encoding="UTF-8"?>
633 <!-- $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 $ -->
634 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
635
636 <included>
637
638 <version>1</version>
639 <date>2008-03-02</date>
640
641 <section id="blockdevicesdesc">
642 <title>Block Devices</title>
643 <body>
644
645 <p>
646 We'll take a good look at disk-oriented aspects of Gentoo Linux
647 and Linux in general, including Linux filesystems, partitions and block devices.
648 Then, once you're familiar with the ins and outs of disks and filesystems,
649 you'll be guided through the process of setting up partitions and filesystems
650 for your Gentoo Linux installation.
651 </p>
652
653 <p>
654 To begin, we'll introduce <e>block devices</e>. The most famous block device is
655 probably the one that represents the first IDE drive in a Linux system, namely
656 <path>/dev/hda</path>. If your system uses SCSI drives, then your first hard
657 drive would be <path>/dev/sda</path>. Serial ATA drives are also
658 <path>/dev/sda</path> even if they are IDE drives. If you're using the new
659 libata framework in the kernel, all hard drives will be labeled
660 <path>/dev/sd*</path>.
661 </p>
662
663 <p>
664 The block devices above represent an abstract interface to the disk. User
665 programs can use these block devices to interact with your disk without worrying
666 about whether your drives are IDE, SCSI or something else. The program can
667 simply address the storage on the disk as a bunch of contiguous,
668 randomly-accessible 512-byte blocks.
669 </p>
670
671 </body>
672 </section>
673 </included>
674
675
676
677 --
678 gentoo-doc-cvs@l.g.o mailing list