| 1 | <?xml version='1.0' encoding='UTF-8'?> |
1 | <?xml version='1.0' encoding='UTF-8'?> |
| 2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-mounting.xml,v 1.4 2007/03/07 02:14:16 nightmorph Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-mounting.xml,v 1.5 2012/03/31 13:19:50 swift Exp $ --> |
| 3 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
3 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
| 4 | |
4 | |
| 5 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
5 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 6 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
6 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
| 7 | |
7 | |
| 8 | <sections> |
8 | <sections> |
| 9 | |
9 | |
| 10 | <version>1.0</version> |
10 | <version>2</version> |
| 11 | <date>2005-05-31</date> |
11 | <date>2012-03-31</date> |
| 12 | |
12 | |
| 13 | <section> |
13 | <section> |
| 14 | <title>Mounting partitions</title> |
14 | <title>Mounting partitions</title> |
| 15 | <body> |
15 | <body> |
| 16 | |
16 | |
| … | |
… | |
| 44 | /dev/sda2 none swap sw 0 0 |
44 | /dev/sda2 none swap sw 0 0 |
| 45 | /dev/sda3 / reiserfs notail,noatime 0 0 |
45 | /dev/sda3 / reiserfs notail,noatime 0 0 |
| 46 | /dev/sda4 /tmp reiserfs notail,noatime,nodev,nosuid,noexec 0 0 |
46 | /dev/sda4 /tmp reiserfs notail,noatime,nodev,nosuid,noexec 0 0 |
| 47 | /dev/sda5 /var reiserfs notail,noatime,nodev 0 0 |
47 | /dev/sda5 /var reiserfs notail,noatime,nodev 0 0 |
| 48 | /dev/sda6 /home reiserfs notail,noatime,nodev,nosuid 0 0 |
48 | /dev/sda6 /home reiserfs notail,noatime,nodev,nosuid 0 0 |
| 49 | /dev/sda7 /usr reiserfs notail,noatime,nodev,ro 0 0 |
|
|
| 50 | /dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0 |
49 | /dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0 |
| 51 | proc /proc proc defaults 0 0 |
50 | proc /proc proc defaults 0 0 |
| 52 | </pre> |
51 | </pre> |
| 53 | |
52 | |
| 54 | <warn> |
53 | <warn> |