| 1 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
1 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 2 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
2 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
| 3 | |
3 | |
| 4 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.8 2003/11/15 13:53:33 swift Exp $ --> |
4 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.9 2003/11/20 18:01:04 swift Exp $ --> |
| 5 | |
5 | |
| 6 | <sections> |
6 | <sections> |
| 7 | <section> |
7 | <section> |
| 8 | <title>Timezone</title> |
8 | <title>Timezone</title> |
| 9 | <body> |
9 | <body> |
| … | |
… | |
| 42 | <title>Creating /etc/fstab</title> |
42 | <title>Creating /etc/fstab</title> |
| 43 | <body> |
43 | <body> |
| 44 | |
44 | |
| 45 | <p> |
45 | <p> |
| 46 | <path>/etc/fstab</path> uses a special syntaxis. Every line consists of six |
46 | <path>/etc/fstab</path> uses a special syntaxis. Every line consists of six |
| 47 | fields, seperated by whitespace (space(s), tabs or a mixture). Each field has |
47 | fields, separated by whitespace (space(s), tabs or a mixture). Each field has |
| 48 | its own meaning: |
48 | its own meaning: |
| 49 | </p> |
49 | </p> |
| 50 | |
50 | |
| 51 | <ul> |
51 | <ul> |
| 52 | <li> |
52 | <li> |
| … | |
… | |
| 62 | </li> |
62 | </li> |
| 63 | <li> |
63 | <li> |
| 64 | The fourth field shows the <b>mountoptions</b> used by <c>mount</c> when it |
64 | The fourth field shows the <b>mountoptions</b> used by <c>mount</c> when it |
| 65 | wants to mount the partition. As every filesystem has its own mountoptions, |
65 | wants to mount the partition. As every filesystem has its own mountoptions, |
| 66 | you are encouraged to read the mount manpage (<c>man mount</c>) for a full |
66 | you are encouraged to read the mount manpage (<c>man mount</c>) for a full |
| 67 | listing. Multiple mountoptions are comma-seperated. |
67 | listing. Multiple mountoptions are comma-separated. |
| 68 | </li> |
68 | </li> |
| 69 | <li> |
69 | <li> |
| 70 | The fifth field is used by <c>dump</c> to determine if the partition needs to |
70 | The fifth field is used by <c>dump</c> to determine if the partition needs to |
| 71 | be <b>dump</b>ed or not. You can generally leave this as <c>0</c> (zero). |
71 | be <b>dump</b>ed or not. You can generally leave this as <c>0</c> (zero). |
| 72 | </li> |
72 | </li> |