| … | |
… | |
| 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/2.5 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.101 2009/08/05 15:25:23 nightmorph Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.102 2010/05/14 22:32:52 nightmorph Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <abstract> |
11 | <abstract> |
| 12 | You need to edit some important configuration files. In this chapter |
12 | You need to edit some important configuration files. In this chapter |
| 13 | you receive an overview of these files and an explanation on how to |
13 | you receive an overview of these files and an explanation on how to |
| 14 | proceed. |
14 | proceed. |
| 15 | </abstract> |
15 | </abstract> |
| 16 | |
16 | |
| 17 | <version>9.4</version> |
17 | <version>9.5</version> |
| 18 | <date>2009-08-05</date> |
18 | <date>2010-05-14</date> |
| 19 | |
19 | |
| 20 | <section> |
20 | <section> |
| 21 | <title>Filesystem Information</title> |
21 | <title>Filesystem Information</title> |
| 22 | <subsection> |
22 | <subsection> |
| 23 | <title>What is fstab?</title> |
23 | <title>What is fstab?</title> |
| … | |
… | |
| 125 | <keyval id="/boot"/> /boot ext2 defaults,noatime 1 2 |
125 | <keyval id="/boot"/> /boot ext2 defaults,noatime 1 2 |
| 126 | /dev/sda3 none swap sw 0 0 |
126 | /dev/sda3 none swap sw 0 0 |
| 127 | /dev/sda4 / ext3 noatime 0 1 |
127 | /dev/sda4 / ext3 noatime 0 1 |
| 128 | |
128 | |
| 129 | /dev/cdrom /mnt/cdrom auto noauto,user 0 0 |
129 | /dev/cdrom /mnt/cdrom auto noauto,user 0 0 |
|
|
130 | |
|
|
131 | proc /proc proc defaults 0 0 |
|
|
132 | shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 |
| 130 | </pre> |
133 | </pre> |
| 131 | |
134 | |
| 132 | <pre caption="A full /etc/fstab example" test="func:keyval('arch')='Alpha' or func:keyval('arch')='MIPS' or func:keyval('arch')='x86' or func:keyval('arch')='AMD64'"> |
135 | <pre caption="A full /etc/fstab example" test="func:keyval('arch')='Alpha' or func:keyval('arch')='MIPS' or func:keyval('arch')='x86' or func:keyval('arch')='AMD64'"> |
| 133 | <keyval id="/boot"/> /boot ext2 defaults,noatime 1 2 |
136 | <keyval id="/boot"/> /boot ext2 defaults,noatime 1 2 |
| 134 | /dev/sda2 none swap sw 0 0 |
137 | /dev/sda2 none swap sw 0 0 |
| 135 | /dev/sda3 / ext3 noatime 0 1 |
138 | /dev/sda3 / ext3 noatime 0 1 |
| 136 | |
139 | |
| 137 | /dev/cdrom /mnt/cdrom auto noauto,user 0 0 |
140 | /dev/cdrom /mnt/cdrom auto noauto,user 0 0 |
|
|
141 | |
|
|
142 | proc /proc proc defaults 0 0 |
|
|
143 | shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 |
| 138 | </pre> |
144 | </pre> |
| 139 | |
145 | |
| 140 | <pre caption="A full /etc/fstab example" test="func:keyval('arch')='SPARC'"> |
146 | <pre caption="A full /etc/fstab example" test="func:keyval('arch')='SPARC'"> |
| 141 | /dev/sda1 / ext3 noatime 0 1 |
147 | /dev/sda1 / ext3 noatime 0 1 |
| 142 | /dev/sda2 none swap sw 0 0 |
148 | /dev/sda2 none swap sw 0 0 |
| … | |
… | |
| 146 | |
152 | |
| 147 | <comment># You must add the rules for openprom</comment> |
153 | <comment># You must add the rules for openprom</comment> |
| 148 | openprom /proc/openprom openpromfs defaults 0 0 |
154 | openprom /proc/openprom openpromfs defaults 0 0 |
| 149 | |
155 | |
| 150 | /dev/cdrom /mnt/cdrom auto noauto,user 0 0 |
156 | /dev/cdrom /mnt/cdrom auto noauto,user 0 0 |
|
|
157 | |
|
|
158 | proc /proc proc defaults 0 0 |
|
|
159 | shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 |
| 151 | </pre> |
160 | </pre> |
| 152 | |
161 | |
| 153 | <pre caption="A full /etc/fstab example" test="func:keyval('arch')='PPC' or |
162 | <pre caption="A full /etc/fstab example" test="func:keyval('arch')='PPC' or |
| 154 | func:keyval('arch')='PPC64'"> |
163 | func:keyval('arch')='PPC64'"> |
| 155 | /dev/sda4 / ext3 noatime 0 1 |
164 | /dev/sda4 / ext3 noatime 0 1 |
| 156 | /dev/sda3 none swap sw 0 0 |
165 | /dev/sda3 none swap sw 0 0 |
| 157 | |
166 | |
| 158 | /dev/cdrom /mnt/cdrom auto noauto,user 0 0 |
167 | /dev/cdrom /mnt/cdrom auto noauto,user 0 0 |
|
|
168 | |
|
|
169 | proc /proc proc defaults 0 0 |
|
|
170 | shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 |
| 159 | </pre> |
171 | </pre> |
| 160 | |
172 | |
| 161 | <p> |
173 | <p> |
| 162 | <c>auto</c> makes <c>mount</c> guess for the filesystem (recommended for |
174 | <c>auto</c> makes <c>mount</c> guess for the filesystem (recommended for |
| 163 | removable media as they can be created with one of many filesystems) and |
175 | removable media as they can be created with one of many filesystems) and |