| … | |
… | |
| 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.46 2004/09/11 13:34:53 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.47 2004/10/16 20:20:25 vapier 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> |
| … | |
… | |
| 122 | (required) and for your CD-ROM drive (and of course, if you have other |
122 | (required) and for your CD-ROM drive (and of course, if you have other |
| 123 | partitions or drives, for those too): |
123 | partitions or drives, for those too): |
| 124 | </p> |
124 | </p> |
| 125 | |
125 | |
| 126 | <pre caption="A full /etc/fstab example"> |
126 | <pre caption="A full /etc/fstab example"> |
| 127 | /dev/hda1 /boot ext2 noauto,noatime 1 2 |
127 | /dev/hda1 /boot ext2 noauto,noatime 1 2 |
| 128 | /dev/hda2 none swap sw 0 0 |
128 | /dev/hda2 none swap sw 0 0 |
| 129 | /dev/hda3 / ext3 noatime 0 1 |
129 | /dev/hda3 / ext3 noatime 0 1 |
| 130 | |
130 | |
| 131 | none /proc proc defaults 0 0 |
131 | none /proc proc defaults 0 0 |
| 132 | none /dev/shm tmpfs defaults 0 0 |
132 | none /dev/shm tmpfs nodev,nosuid,noexec 0 0 |
| 133 | |
133 | |
| 134 | /dev/cdroms/cdrom0 /mnt/cdrom auto noauto,user 0 0 |
134 | /dev/cdroms/cdrom0 /mnt/cdrom auto noauto,user 0 0 |
| 135 | </pre> |
135 | </pre> |
| 136 | |
136 | |
| 137 | <p> |
137 | <p> |