Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: 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
Date: Mon, 26 Dec 2011 15:22:53
Message-Id: 20111226152240.69D8E2004B@flycatcher.gentoo.org
1 swift 11/12/26 15:22:40
2
3 Modified: altinstall.xml faq.xml gentoo-x86-tipsntricks.xml
4 grub-error-guide.xml lvm2.xml migration-to-2.6.xml
5 udev-guide.xml usb-guide.xml xen-guide.xml
6 Log:
7 Fix bug #384117 - Refer to the more recent SATA device scheme instead of older IDE
8
9 Revision Changes Path
10 1.84 xml/htdocs/doc/en/altinstall.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.84&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.84&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?r1=1.83&r2=1.84
15
16 Index: altinstall.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v
19 retrieving revision 1.83
20 retrieving revision 1.84
21 diff -u -r1.83 -r1.84
22 --- altinstall.xml 30 Oct 2011 11:56:08 -0000 1.83
23 +++ altinstall.xml 26 Dec 2011 15:22:40 -0000 1.84
24 @@ -1,6 +1,6 @@
25 <?xml version='1.0' encoding="UTF-8"?>
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.83 2011/10/30 11:56:08 swift Exp $ -->
28 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.84 2011/12/26 15:22:40 swift Exp $ -->
29
30 <guide>
31 <title>The Gentoo Linux alternative installation method HOWTO</title>
32 @@ -58,8 +58,8 @@
33 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
34 <license/>
35
36 -<version>8</version>
37 -<date>2011-10-30</date>
38 +<version>9</version>
39 +<date>2011-12-26</date>
40
41 <chapter>
42 <title>About this document</title>
43 @@ -429,14 +429,14 @@
44 Installation Instructions from an existing installation. Follow the standard
45 install procedure as explained in the <uri link="/doc/en/handbook/">Gentoo
46 Handbook</uri> BUT with the following differences:
47 -When you mount the file system, do the following (where <path>hdaX</path> is
48 +When you mount the file system, do the following (where <path>sdaX</path> is
49 the partition where you created the <path>/diskless</path> directory). You do
50 not need to mount any other partitions as all of the files will reside in the
51 <path>/diskless/eta</path> directory.
52 </p>
53
54 <pre caption="Mounting the filesystem">
55 -#<i> mount /dev/hdaX /mnt/gentoo</i>
56 +#<i> mount /dev/sdaX /mnt/gentoo</i>
57 </pre>
58
59 <p>
60 @@ -595,19 +595,19 @@
61
62 <pre caption="Filesystem information">
63 # <i>mount</i>
64 -/dev/hdb2 on / type ext3 (rw)
65 +/dev/sdb2 on / type ext3 (rw)
66 none on /proc type proc (rw)
67 none on /dev/pts type devpts (rw,gid=5,mode=620)
68 none on /dev/shm type tmpfs (rw,nodev,nosuid,noexec)
69 # <i>df -h </i>
70 Filesystem Size Used Avail Use% Mounted on
71 -/dev/hdb2 4.0G 1.9G 2.4G 82% /
72 +/dev/sdb2 4.0G 1.9G 2.4G 82% /
73 none 38M 0 38M 0% /dev/shm
74 </pre>
75
76 <p>
77 As we can see, the partition mounted as <path>/</path> named
78 -<path>/dev/hdb2</path> has 2.4 gigabytes free. In my case, I think I will
79 +<path>/dev/sdb2</path> has 2.4 gigabytes free. In my case, I think I will
80 resize it as to leave 400Megs free of space, therefore allocating 2 gigabytes
81 for Gentoo. Not bad, I could have quite some stuff installed. However, I think
82 that even one gigabyte is enough for most users. So let's partition this thing!
83 @@ -699,14 +699,14 @@
84 resize your partition. Once this lenghty process done, we are ready to have the
85 real fun, by installing Gentoo. Reboot back into your old Linux system for now.
86 The drive you wish to operate on is the drive containing the partition we want
87 -to resize. For example, if we want to resize /dev/hda3, the drive is /dev/hda.
88 +to resize. For example, if we want to resize /dev/sda3, the drive is /dev/sda.
89 </p>
90
91 <pre caption="Commands to run once logged into mininux system">
92 # <i>mount /dev/fd0 /floppy </i>
93 # <i>cd /floppy; ./parted [drive you wish to operate on]</i>
94 (parted) <i> print </i>
95 -Disk geometry for /dev/hdb: 0.000-9787.148 megabytes
96 +Disk geometry for /dev/sdb: 0.000-9787.148 megabytes
97 Disk label type: msdos
98 Minor Start End Type Filesystem Flags
99 1 0.031 2953.125 primary ntfs
100
101
102
103 1.121 xml/htdocs/doc/en/faq.xml
104
105 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/faq.xml?rev=1.121&view=markup
106 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/faq.xml?rev=1.121&content-type=text/plain
107 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/faq.xml?r1=1.120&r2=1.121
108
109 Index: faq.xml
110 ===================================================================
111 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v
112 retrieving revision 1.120
113 retrieving revision 1.121
114 diff -u -r1.120 -r1.121
115 --- faq.xml 13 Oct 2011 16:58:14 -0000 1.120
116 +++ faq.xml 26 Dec 2011 15:22:40 -0000 1.121
117 @@ -1,6 +1,6 @@
118 <?xml version='1.0' encoding="UTF-8"?>
119 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
120 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v 1.120 2011/10/13 16:58:14 swift Exp $ -->
121 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v 1.121 2011/12/26 15:22:40 swift Exp $ -->
122
123 <guide>
124 <title>Gentoo Linux Frequently Asked Questions</title>
125 @@ -47,8 +47,8 @@
126 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
127 <license/>
128
129 -<version>7</version>
130 -<date>2011-10-13</date>
131 +<version>8</version>
132 +<date>2011-12-26</date>
133
134 <faqindex>
135 <title>Questions</title>
136 @@ -228,16 +228,16 @@
137 <p>
138 You don't need to redo every step of the installation, but investigating the
139 kernel and all associated steps is necessary. Suppose you have installed Gentoo
140 -on <path>/dev/hda1</path> (/boot) and <path>/dev/hda3</path> (/) with
141 -<path>/dev/hda2</path> being the swap space:
142 +on <path>/dev/sda1</path> (/boot) and <path>/dev/sda3</path> (/) with
143 +<path>/dev/sda2</path> being the swap space:
144 </p>
145
146 <pre caption = "Reconfiguring the kernel">
147 <comment>Boot from the Install CD and wait until you receive a prompt</comment>
148 <comment>We first mount all partitions:</comment>
149 -# <i>mount /dev/hda3 /mnt/gentoo</i>
150 -# <i>mount /dev/hda1 /mnt/gentoo/boot</i>
151 -# <i>swapon /dev/hda2</i>
152 +# <i>mount /dev/sda3 /mnt/gentoo</i>
153 +# <i>mount /dev/sda1 /mnt/gentoo/boot</i>
154 +# <i>swapon /dev/sda2</i>
155 # <i>mount -t proc none /mnt/gentoo/proc</i>
156 <comment>Then we chroot into our Gentoo environment and configure the kernel:</comment>
157 # <i>chroot /mnt/gentoo /bin/bash</i>
158 @@ -310,8 +310,8 @@
159 your brand new CD being burnt.
160 </li>
161 <li>
162 - With cdrecord, you simply type <c>cdrecord dev=/dev/hdc</c> (replace
163 - <path>/dev/hdc</path> with your CD-RW drive's device path) followed
164 + With cdrecord, you simply type <c>cdrecord dev=/dev/sdc</c> (replace
165 + <path>/dev/sdc</path> with your CD-RW drive's device path) followed
166 by the path to the ISO file :)
167 </li>
168 <li>
169 @@ -405,8 +405,8 @@
170 first hard drive and shows a black/blank screen. To handle this, you will have
171 to "fool" Windows into believing that it is installed on the first hard drive
172 with a little tweak in your boot loader configuration. Please note that in the
173 -below example, Gentoo is installed on <path>hda</path> (first disk) and Windows
174 -on <path>hdb</path> (second one). Adjust your config as needed.
175 +below example, Gentoo is installed on <path>sda</path> (first disk) and Windows
176 +on <path>sdb</path> (second one). Adjust your config as needed.
177 </p>
178
179 <pre caption="Example dual boot entry for Windows in grub.conf">
180 @@ -418,9 +418,9 @@
181 </pre>
182
183 <pre caption="Example dual boot entry for Windows in lilo.conf">
184 -other=/dev/hdb1
185 +other=/dev/sdb1
186 label=WindowsXP
187 - table=/dev/hdb
188 + table=/dev/sdb
189 map-drive = 0x80
190 to = 0x81
191 map-drive = 0x81
192
193
194
195 1.30 xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml
196
197 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml?rev=1.30&view=markup
198 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml?rev=1.30&content-type=text/plain
199 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml?r1=1.29&r2=1.30
200
201 Index: gentoo-x86-tipsntricks.xml
202 ===================================================================
203 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml,v
204 retrieving revision 1.29
205 retrieving revision 1.30
206 diff -u -r1.29 -r1.30
207 --- gentoo-x86-tipsntricks.xml 11 Sep 2011 08:43:18 -0000 1.29
208 +++ gentoo-x86-tipsntricks.xml 26 Dec 2011 15:22:40 -0000 1.30
209 @@ -1,6 +1,6 @@
210 <?xml version='1.0' encoding="UTF-8"?>
211 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
212 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml,v 1.29 2011/09/11 08:43:18 swift Exp $ -->
213 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml,v 1.30 2011/12/26 15:22:40 swift Exp $ -->
214
215 <guide>
216 <title>Gentoo/x86 Installation Tips &amp; Tricks</title>
217 @@ -26,8 +26,8 @@
218 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
219 <license/>
220
221 -<version>4</version>
222 -<date>2011-09-11</date>
223 +<version>5</version>
224 +<date>2011-12-26</date>
225
226 <chapter>
227 <title>Introduction</title>
228 @@ -197,7 +197,7 @@
229
230 <p>
231 Write down the various <path>/dev/ataraid/disc*/*</path> device files that you
232 -use to install Gentoo on. You will need to substitute the <path>/dev/hda</path>
233 +use to install Gentoo on. You will need to substitute the <path>/dev/sda</path>
234 examples in the installation with this path.
235 </p>
236
237 @@ -411,7 +411,7 @@
238 </p>
239
240 <pre caption="Checking for disk consistency">
241 -# <i>mke2fs -j -c /dev/hda3</i>
242 +# <i>mke2fs -j -c /dev/sda3</i>
243 </pre>
244
245 </body>
246
247
248
249 1.18 xml/htdocs/doc/en/grub-error-guide.xml
250
251 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/grub-error-guide.xml?rev=1.18&view=markup
252 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/grub-error-guide.xml?rev=1.18&content-type=text/plain
253 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/grub-error-guide.xml?r1=1.17&r2=1.18
254
255 Index: grub-error-guide.xml
256 ===================================================================
257 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/grub-error-guide.xml,v
258 retrieving revision 1.17
259 retrieving revision 1.18
260 diff -u -r1.17 -r1.18
261 --- grub-error-guide.xml 4 Sep 2011 17:53:40 -0000 1.17
262 +++ grub-error-guide.xml 26 Dec 2011 15:22:40 -0000 1.18
263 @@ -1,6 +1,6 @@
264 <?xml version="1.0" encoding="UTF-8"?>
265 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
266 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/grub-error-guide.xml,v 1.17 2011/09/04 17:53:40 swift Exp $ -->
267 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/grub-error-guide.xml,v 1.18 2011/12/26 15:22:40 swift Exp $ -->
268
269 <guide>
270 <title>Gentoo Grub Error Collection</title>
271 @@ -23,8 +23,8 @@
272 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
273 <license/>
274
275 -<version>1.9</version>
276 -<date>2008-01-13</date>
277 +<version>2</version>
278 +<date>2011-12-26</date>
279
280 <chapter>
281 <title>Starting notes</title>
282 @@ -179,7 +179,7 @@
283
284 root (hd0,0)
285 Filesystem type is ext2fs, partition type 0x83
286 -kernel (hd0,0)/boot/kernel-2.4.20 root=/dev/hda3 vga=792
287 +kernel (hd0,0)/boot/kernel-2.4.20 root=/dev/sda3 vga=792
288
289 Error 15: File not found
290 Press any key to continue...
291 @@ -278,7 +278,7 @@
292 <comment>(The --root-directory is needed if you are using a separate boot
293 partition,
294 otherwise you should leave it out)</comment>
295 -# <i>grub-install --root-directory=/boot /dev/hda</i>
296 +# <i>grub-install --root-directory=/boot /dev/sda</i>
297 </pre>
298
299 <p>
300 @@ -287,8 +287,8 @@
301 </p>
302
303 <pre caption="Checking a partition for errors">
304 -<comment>(Make sure the boot partition, /dev/hda1 in this case, is unmounted)</comment>
305 -# <i>fsck -y /dev/hda1</i>
306 +<comment>(Make sure the boot partition, /dev/sda1 in this case, is unmounted)</comment>
307 +# <i>fsck -y /dev/sda1</i>
308 </pre>
309
310 </body>
311 @@ -340,7 +340,7 @@
312 <body>
313
314 <pre caption="Grub Output">
315 -kernel (hd1,4)/bzImage root=/dev/hdb7
316 +kernel (hd1,4)/bzImage root=/dev/sdb7
317
318 Error 18: Selected cylinder exceeds max supported by BIOS
319 </pre>
320 @@ -519,7 +519,7 @@
321 </p>
322
323 <pre caption="Mounting and verifying">
324 -# <i>mount /dev/hda1 /mnt/gentoo/boot</i>
325 +# <i>mount /dev/sda1 /mnt/gentoo/boot</i>
326 # <i>cat /mnt/gentoo/boot/grub/grub.conf</i>
327 </pre>
328
329 @@ -547,7 +547,7 @@
330
331 <pre caption="Reinstalling Grub">
332 <comment>(Run from within the chrooted environment)</comment>
333 -# <i>grub-install --root-directory=/boot /dev/hda</i>
334 +# <i>grub-install --root-directory=/boot /dev/sda</i>
335 </pre>
336
337 </body>
338 @@ -566,7 +566,7 @@
339 </p>
340
341 <pre caption="Grub Output">
342 -# <i>grub-install --root-directory=/boot /dev/hda</i>
343 +# <i>grub-install --root-directory=/boot /dev/sda</i>
344 Could not find device for /boot/boot: not found or not a block device
345 </pre>
346
347
348
349
350 1.27 xml/htdocs/doc/en/lvm2.xml
351
352 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/lvm2.xml?rev=1.27&view=markup
353 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/lvm2.xml?rev=1.27&content-type=text/plain
354 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/lvm2.xml?r1=1.26&r2=1.27
355
356 Index: lvm2.xml
357 ===================================================================
358 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/lvm2.xml,v
359 retrieving revision 1.26
360 retrieving revision 1.27
361 diff -u -r1.26 -r1.27
362 --- lvm2.xml 16 Jun 2011 21:35:48 -0000 1.26
363 +++ lvm2.xml 26 Dec 2011 15:22:40 -0000 1.27
364 @@ -1,5 +1,5 @@
365 <?xml version='1.0' encoding="UTF-8"?>
366 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/lvm2.xml,v 1.26 2011/06/16 21:35:48 nightmorph Exp $ -->
367 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/lvm2.xml,v 1.27 2011/12/26 15:22:40 swift Exp $ -->
368 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
369
370 <guide>
371 @@ -24,8 +24,8 @@
372 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
373 <license/>
374
375 -<version>3</version>
376 -<date>2011-06-16</date>
377 +<version>4</version>
378 +<date>2011-12-26</date>
379
380 <chapter>
381 <title>Introduction</title>
382 @@ -33,7 +33,7 @@
383 <body>
384
385 <p>
386 -This guide is based on an example with two IDE hard disks. It means that you
387 +This guide is based on an example with two SATA hard disks. It means that you
388 will more than likely need to change the drive, partition names and partition
389 sizes to match your own setup and needs.
390 </p>
391 @@ -83,15 +83,15 @@
392 <body>
393
394 <p>
395 -Our example system has two IDE hard disks and will be partitioned as follows:
396 +Our example system has two SATA hard disks and will be partitioned as follows:
397 </p>
398
399 <ul>
400 - <li>/dev/hda1 -- /boot</li>
401 - <li>/dev/hda2 -- (swap)</li>
402 - <li>/dev/hda3 -- /</li>
403 - <li>/dev/hda4 -- Will be used by LVM2</li>
404 - <li>/dev/hdb1 -- Will be used by LVM2</li>
405 + <li>/dev/sda1 -- /boot</li>
406 + <li>/dev/sda2 -- (swap)</li>
407 + <li>/dev/sda3 -- /</li>
408 + <li>/dev/sda4 -- Will be used by LVM2</li>
409 + <li>/dev/sdb1 -- Will be used by LVM2</li>
410 </ul>
411
412 <impo>
413 @@ -125,18 +125,18 @@
414 </p>
415
416 <p>
417 -Create a small physical <path>/boot</path> partition (hda1). In this example,
418 +Create a small physical <path>/boot</path> partition (sda1). In this example,
419 <path>/boot</path> will be not managed by LVM2. This partition will contain
420 your bootloader and your kernel(s). A 64MB partition should be well enough for
421 quite a few kernel generations.
422 </p>
423
424 <p>
425 -Create a swap partition (hda2).
426 +Create a swap partition (sda2).
427 </p>
428
429 <p>
430 -Create a / (root) partition (hda3). If you are interested in trying to put your
431 +Create a / (root) partition (sda3). If you are interested in trying to put your
432 root partition under LVM management (which we do not recommend), see the
433 resources section at the end of this guide for a link to a mini-howto on how to
434 do this. The size of the root partition need not be large if you will keep
435 @@ -170,8 +170,8 @@
436 </note>
437
438 <p>
439 -Create the filesystems on <path>/dev/hda1</path> and <path>/dev/hda3</path>,
440 -and create and activate the swap on <path>/dev/hda2</path> as described in the
441 +Create the filesystems on <path>/dev/sda1</path> and <path>/dev/sda3</path>,
442 +and create and activate the swap on <path>/dev/sda2</path> as described in the
443 handbook.
444 </p>
445
446 @@ -197,7 +197,7 @@
447 <path>/etc/lvm/lvm.conf</path> to exclude some devices. By default, LVM2 will
448 scan all devices, even your CDROM which can generate error messages. In the
449 following example, the line that allows scanning of all devices is replaced by
450 -one that rejects every device but our two IDE disks.
451 +one that rejects every device but our two SATA disks.
452 </p>
453
454 <pre caption="Activating LVM">
455 @@ -206,7 +206,7 @@
456 <comment>(Look for the following line)</comment>
457 filter = [ "a/.*/" ]
458 <comment>(Replace it with the following one to scan
459 -/dev/hda and /dev/hdb and reject anything else)</comment>
460 +/dev/sda and /dev/sdb and reject anything else)</comment>
461 filter = [ "a|/dev/hd[ab]|", "r/.*/" ]
462 <comment>(Save the file and quit nano)</comment>
463 # <i>vgscan</i>
464 @@ -221,11 +221,11 @@
465 </p>
466
467 <pre caption="Preparing the partitions">
468 -# <i>pvcreate /dev/hda4 /dev/hdb1</i>
469 - No physical volume label read from /dev/hda4
470 - Physical volume "/dev/hda4" successfully created
471 - No physical volume label read from /dev/hdb1
472 - Physical volume "/dev/hdb1" successfully created
473 +# <i>pvcreate /dev/sda4 /dev/sdb1</i>
474 + No physical volume label read from /dev/sda4
475 + Physical volume "/dev/sda4" successfully created
476 + No physical volume label read from /dev/sdb1
477 + Physical volume "/dev/sdb1" successfully created
478 </pre>
479
480 <p>
481 @@ -234,20 +234,20 @@
482 </p>
483
484 <p>
485 -In our example, <path>/dev/hda1</path>, <path>/dev/hda2</path> and
486 -<path>/dev/hda3</path> are the <path>/boot</path>, swap and root partitions so
487 -we need to combine <path>/dev/hda4</path> and <path>/dev/hdb1</path>. It can be
488 +In our example, <path>/dev/sda1</path>, <path>/dev/sda2</path> and
489 +<path>/dev/sda3</path> are the <path>/boot</path>, swap and root partitions so
490 +we need to combine <path>/dev/sda4</path> and <path>/dev/sdb1</path>. It can be
491 done with a single command, but, as an example, we will create our volume group
492 and extend it.
493 </p>
494
495 <pre caption="Creating and extending a volume group">
496 <comment>(Create a volume group named vg)</comment>
497 -# <i>vgcreate vg /dev/hda4</i>
498 +# <i>vgcreate vg /dev/sda4</i>
499 /etc/lvm/backup: fsync failed: Invalid argument <comment>(Ignore this warning)</comment>
500 Volume group "vg" successfully created
501 <comment>(Extending an existing volume group)</comment>
502 -# <i>vgextend vg /dev/hdb1</i>
503 +# <i>vgextend vg /dev/sdb1</i>
504 /etc/lvm/backup: fsync failed: Invalid argument <comment>(Ignore this warning, again and later as well)</comment>
505 Volume group "vg" successfully extended
506 </pre>
507 @@ -402,9 +402,9 @@
508 </p>
509
510 <pre caption="Extract of /etc/fstab">
511 -/dev/hda1 /boot ext3 noauto,noatime 1 2
512 -/dev/hda2 none swap sw 0 0
513 -/dev/hda3 / ext3 noatime 0 1
514 +/dev/sda1 /boot ext3 noauto,noatime 1 2
515 +/dev/sda2 none swap sw 0 0
516 +/dev/sda3 / ext3 noatime 0 1
517 # Logical volumes
518 /dev/vg/usr /usr ext3 noatime 0 2
519 /dev/vg/home /home ext3 noatime 0 2
520
521
522
523 1.30 xml/htdocs/doc/en/migration-to-2.6.xml
524
525 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml?rev=1.30&view=markup
526 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml?rev=1.30&content-type=text/plain
527 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml?r1=1.29&r2=1.30
528
529 Index: migration-to-2.6.xml
530 ===================================================================
531 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml,v
532 retrieving revision 1.29
533 retrieving revision 1.30
534 diff -u -r1.29 -r1.30
535 --- migration-to-2.6.xml 11 Sep 2011 08:43:18 -0000 1.29
536 +++ migration-to-2.6.xml 26 Dec 2011 15:22:40 -0000 1.30
537 @@ -1,6 +1,6 @@
538 <?xml version='1.0' encoding="UTF-8"?>
539 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
540 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml,v 1.29 2011/09/11 08:43:18 swift Exp $ -->
541 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml,v 1.30 2011/12/26 15:22:40 swift Exp $ -->
542
543 <guide>
544 <title>The complete Gentoo Linux 2.6 migration guide</title>
545 @@ -29,8 +29,8 @@
546 2.6, devfs to udev, OSS to ALSA, and LVM to LVM2.
547 </abstract>
548
549 -<version>2</version>
550 -<date>2011-09-11</date>
551 +<version>3</version>
552 +<date>2011-12-26</date>
553
554 <chapter>
555 <title>Introduction</title>
556 @@ -897,7 +897,7 @@
557 <pre caption="Sample GRUB config for genkernel + udev">
558 title Gentoo Linux (2.6 kernel)
559 root (hd0,0)
560 -kernel /kernel-2.6.10-gentoo-r4 <i>udev</i> root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3
561 +kernel /kernel-2.6.10-gentoo-r4 <i>udev</i> root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/sda3
562 initrd /initrd-2.6.10-gentoo-r4
563 </pre>
564
565
566
567
568 1.55 xml/htdocs/doc/en/udev-guide.xml
569
570 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.55&view=markup
571 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.55&content-type=text/plain
572 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/udev-guide.xml?r1=1.54&r2=1.55
573
574 Index: udev-guide.xml
575 ===================================================================
576 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v
577 retrieving revision 1.54
578 retrieving revision 1.55
579 diff -u -r1.54 -r1.55
580 --- udev-guide.xml 11 Sep 2011 08:43:18 -0000 1.54
581 +++ udev-guide.xml 26 Dec 2011 15:22:40 -0000 1.55
582 @@ -1,6 +1,6 @@
583 <?xml version='1.0' encoding="UTF-8"?>
584 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
585 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.54 2011/09/11 08:43:18 swift Exp $ -->
586 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.55 2011/12/26 15:22:40 swift Exp $ -->
587
588 <guide>
589 <title>Gentoo udev Guide</title>
590 @@ -23,8 +23,8 @@
591 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
592 <license/>
593
594 -<version>9</version>
595 -<date>2011-09-11</date>
596 +<version>10</version>
597 +<date>2011-12-26</date>
598
599 <chapter>
600 <title>What is udev?</title>
601 @@ -36,8 +36,8 @@
602 When Linux-users talk about the hardware on their system in the vicinity of
603 people who believe Linux is some sort of virus or brand of coffee, the use of
604 "slash dev slash foo" will return a strange look for sure. But for the fortunate
605 -user (and that includes you) using <path>/dev/hda1</path> is just a fast way of
606 -explaining that we are talking about the primary master IDE, first partition. Or
607 +user (and that includes you) using <path>/dev/sda1</path> is just a fast way of
608 +explaining that we are talking about the primary master SATA, first partition. Or
609 aren't we?
610 </p>
611
612 @@ -45,7 +45,7 @@
613 We all know what a device file is. Some even know why device files have special
614 numbers when we take a closer look at them when we issue <c>ls -l</c> in
615 <path>/dev</path>. But what we always take for granted is that the primary
616 -master IDE disk is referred to as <path>/dev/hda</path>. You might not see it
617 +SATA disk is referred to as <path>/dev/sda</path>. You might not see it
618 this way, but this is a flaw by design.
619 </p>
620
621
622
623
624 1.21 xml/htdocs/doc/en/usb-guide.xml
625
626 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/usb-guide.xml?rev=1.21&view=markup
627 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/usb-guide.xml?rev=1.21&content-type=text/plain
628 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/usb-guide.xml?r1=1.20&r2=1.21
629
630 Index: usb-guide.xml
631 ===================================================================
632 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v
633 retrieving revision 1.20
634 retrieving revision 1.21
635 diff -u -r1.20 -r1.21
636 --- usb-guide.xml 4 Sep 2011 17:53:40 -0000 1.20
637 +++ usb-guide.xml 26 Dec 2011 15:22:40 -0000 1.21
638 @@ -1,5 +1,5 @@
639 <?xml version='1.0' encoding="UTF-8"?>
640 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v 1.20 2011/09/04 17:53:40 swift Exp $ -->
641 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/usb-guide.xml,v 1.21 2011/12/26 15:22:40 swift Exp $ -->
642 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
643
644 <guide>
645 @@ -18,8 +18,8 @@
646 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
647 <license/>
648
649 -<version>1.15</version>
650 -<date>2009-11-29</date>
651 +<version>2</version>
652 +<date>2011-12-26</date>
653
654 <chapter>
655 <title>Introduction</title>
656 @@ -295,18 +295,18 @@
657 usb-storage: waiting for device to settle before scanning
658 Vendor: JetFlash Model: TS512MJF2A Rev: 1.00
659 Type: Direct-Access ANSI SCSI revision: 02
660 -SCSI device sda: 1003600 512-byte hdwr sectors (514 MB)
661 +SCSI device sdb: 1003600 512-byte hdwr sectors (514 MB)
662
663 <comment>(The write-protect sense is EXPERIMENTAL code in the later kernels)</comment>
664 -sda: Write Protect is off
665 -sda: Mode Sense: 0b 00 00 08
666 -sda: assuming drive cache: write through
667 -SCSI device sda: 1003600 512-byte hdwr sectors (514 MB)
668 +sdb: Write Protect is off
669 +sdb: Mode Sense: 0b 00 00 08
670 +sdb: assuming drive cache: write through
671 +SCSI device sdb: 1003600 512-byte hdwr sectors (514 MB)
672 /dev/scsi/host0/bus0/target0/lun0: p1
673 -Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
674 +Attached scsi removable disk sdb at scsi0, channel 0, id 0, lun 0
675 Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0, type 0
676 usb-storage: device scan complete
677 -<comment>(At this point, the device is generally accessible by mounting /dev/sda1)</comment>
678 +<comment>(At this point, the device is generally accessible by mounting /dev/sdb1)</comment>
679
680 <comment>(When the device is disconnected, the system acknowledges the same)</comment>
681 usb 1-1: USB disconnect, address 2
682 @@ -319,13 +319,13 @@
683 </p>
684
685 <pre caption="Accessing the Memory Stick">
686 -# <i>mount /dev/sda1 /mnt/usb</i>
687 +# <i>mount /dev/sdb1 /mnt/usb</i>
688 # <i>df -h</i>
689 Filesystem Size Used Avail Use% Mounted on
690 -/dev/hda8 9.4G 7.5G 1.9G 80% /
691 -/dev/hda9 11G 8.1G 2.4G 78% /usr
692 +/dev/sda8 9.4G 7.5G 1.9G 80% /
693 +/dev/sda9 11G 8.1G 2.4G 78% /usr
694 none 189M 0 189M 0% /dev/shm
695 -/dev/sda1 490M 34M 457M 7% /mnt/usb
696 +/dev/sdb1 490M 34M 457M 7% /mnt/usb
697 </pre>
698
699 <note>
700
701
702
703 1.11 xml/htdocs/doc/en/xen-guide.xml
704
705 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xen-guide.xml?rev=1.11&view=markup
706 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xen-guide.xml?rev=1.11&content-type=text/plain
707 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xen-guide.xml?r1=1.10&r2=1.11
708
709 Index: xen-guide.xml
710 ===================================================================
711 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xen-guide.xml,v
712 retrieving revision 1.10
713 retrieving revision 1.11
714 diff -u -r1.10 -r1.11
715 --- xen-guide.xml 29 Aug 2011 10:09:42 -0000 1.10
716 +++ xen-guide.xml 26 Dec 2011 15:22:40 -0000 1.11
717 @@ -1,6 +1,6 @@
718 <?xml version='1.0' encoding='UTF-8'?>
719 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
720 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xen-guide.xml,v 1.10 2011/08/29 10:09:42 nightmorph Exp $ -->
721 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xen-guide.xml,v 1.11 2011/12/26 15:22:40 swift Exp $ -->
722
723 <guide>
724 <title>Configuring Gentoo with Xen</title>
725 @@ -20,8 +20,8 @@
726 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
727 <license/>
728
729 -<version>6</version>
730 -<date>2011-08-29</date>
731 +<version>7</version>
732 +<date>2011-12-26</date>
733
734 <chapter>
735 <title>Introduction</title>
736 @@ -223,7 +223,7 @@
737 title Xen 3.0 / Gentoo Linux 2.6.x.y
738 root (hd0,0)
739 kernel /boot/xen.gz
740 -module /boot/kernel-2.6.x.y-xen0 root=/dev/hda3
741 +module /boot/kernel-2.6.x.y-xen0 root=/dev/sda3
742 </pre>
743
744 <p>