| … | |
… | |
| 123 | /dev/hda3 / ext3 noatime 0 1 |
123 | /dev/hda3 / ext3 noatime 0 1 |
| 124 | </pre> |
124 | </pre> |
| 125 | |
125 | |
| 126 | <p> |
126 | <p> |
| 127 | To finish up, you should add a rule for <path>/proc</path>, <c>tmpfs</c> |
127 | To finish up, you should add a rule for <path>/proc</path>, <c>tmpfs</c> |
| 128 | (required) and for your CD-ROM drive (and ofcourse, if you have other |
128 | (required) and for your CD-ROM drive (and of course, if you have other |
| 129 | partitions or drives, for those too): |
129 | partitions or drives, for those too): |
| 130 | </p> |
130 | </p> |
| 131 | |
131 | |
| 132 | <pre caption="A full /etc/fstab example"> |
132 | <pre caption="A full /etc/fstab example"> |
| 133 | /dev/hda1 /boot ext2 noauto,noatime 1 2 |
133 | /dev/hda1 /boot ext2 noauto,noatime 1 2 |