| 1 | <?xml version='1.0' encoding='UTF-8'?> |
1 | <?xml version='1.0' encoding='UTF-8'?> |
| 2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
| 3 | |
3 | |
| 4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 5 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.27 2004/03/01 05:43:41 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.28 2004/03/07 12:01:02 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | <section> |
10 | <section> |
| 11 | <title>Filesystem Information</title> |
11 | <title>Filesystem Information</title> |
| 12 | <subsection> |
12 | <subsection> |
| 13 | <title>What is fstab?</title> |
13 | <title>What is fstab?</title> |
| 14 | <body> |
14 | <body> |
| 15 | |
15 | |
| 16 | <p> |
16 | <p> |
| 17 | Under Linux, all partitions used by the system must be listed in |
17 | Under Linux, all partitions used by the system must be listed in |
| 18 | <path>/etc/fstab</path>. This file contains the mountpoints of those partitions |
18 | <path>/etc/fstab</path>. This file contains the mountpoints of those partitions |
| 19 | (where they are seen in the file system structure), how they should be mounted |
19 | (where they are seen in the file system structure), how they should be mounted |
| 20 | (special options) and when (automatically or not, can users mount those or not, |
20 | (special options) and when (automatically or not, can users mount those or not, |
| 21 | etc.). |
21 | etc.). |
| 22 | </p> |
22 | </p> |
| … | |
… | |
| 328 | </pre> |
328 | </pre> |
| 329 | |
329 | |
| 330 | <pre caption="Filling in the networking information"> |
330 | <pre caption="Filling in the networking information"> |
| 331 | 127.0.0.1 localhost |
331 | 127.0.0.1 localhost |
| 332 | 192.168.0.5 jenny.homenetwork jenny |
332 | 192.168.0.5 jenny.homenetwork jenny |
| 333 | 192.168.0.6 benny.homenetwork benny |
333 | 192.168.0.6 benny.homenetwork benny |
| 334 | 192.168.0.7 tux.homenetwork tux |
334 | 192.168.0.7 tux.homenetwork tux |
| 335 | </pre> |
335 | </pre> |
| 336 | |
336 | |
| 337 | <p> |
337 | <p> |
| 338 | If your system is the only system (or the nameservers handle all name |
338 | If your system is the only system (or the nameservers handle all name |
| 339 | resolution) a single line is sufficient: |
339 | resolution) a single line is sufficient: |
| 340 | </p> |
340 | </p> |
| 341 | |
341 | |
| 342 | <pre caption="/etc/hosts for lonely or fully integrated PCs"> |
342 | <pre caption="/etc/hosts for lonely or fully integrated PCs"> |
| 343 | 127.0.0.1 localhost tux |
343 | 127.0.0.1 localhost |
| 344 | </pre> |
344 | </pre> |
| 345 | |
345 | |
| 346 | <p> |
346 | <p> |
| 347 | Save and exit the editor to continue. |
347 | Save and exit the editor to continue. |
| 348 | </p> |
348 | </p> |
| 349 | |
349 | |
| 350 | <p> |
350 | <p> |
| 351 | If you don't have PCMCIA, you can now continue with <uri |
351 | If you don't have PCMCIA, you can now continue with <uri |
| 352 | link="#doc_chap3">System Information</uri>. PCMCIA-users should read the |
352 | link="#doc_chap3">System Information</uri>. PCMCIA-users should read the |
| 353 | following topic on PCMCIA. |
353 | following topic on PCMCIA. |
| 354 | </p> |
354 | </p> |
| 355 | |
355 | |
| 356 | </body> |
356 | </body> |
| 357 | </subsection> |
357 | </subsection> |
| 358 | <subsection> |
358 | <subsection> |