Changes in BOOK/bootable/common/fstab.xml [acbe4bd:722514d]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootable/common/fstab.xml
racbe4bd r722514d 13 13 <indexterm zone="ch-bootable-fstab"> 14 14 <primary sortas="e-/etc/fstab">/etc/fstab</primary> 15 <secondary>bootable</secondary>16 15 </indexterm> 17 16 … … 29 28 /dev/<replaceable>[xxx]</replaceable> / <replaceable>[fff]</replaceable> defaults 1 1 30 29 /dev/<replaceable>[yyy]</replaceable> swap swap pri=1 0 0 30 proc /proc proc defaults 0 0 31 sysfs /sys sysfs defaults 0 0 32 devpts /dev/pts devpts gid=&gid-tty;,mode=620 0 0 33 shm /dev/shm tmpfs defaults 0 0 34 tmpfs /run tmpfs defaults 0 0 35 devtmpfs /dev devtmpfs mode=0755,nosuid 0 0 31 36 32 37 # End /etc/fstab</literal> … … 41 46 fields in this file, see <command>man 5 fstab</command>.</para> 42 47 48 <para os="c">The <filename class="directory">/dev/shm</filename> mount point 49 for <systemitem class="filesystem">tmpfs</systemitem> is included to 50 allow enabling POSIX-shared memory. The kernel must have the required 51 support built into it for this to work (more about this is in the next 52 section). Please note that very little software currently uses 53 POSIX-shared memory. Therefore, consider the <filename 54 class="directory">/dev/shm</filename> mount point optional. For more 55 information, see <filename>Documentation/filesystems/tmpfs.txt</filename> 56 in the kernel source tree.</para> 57 43 58 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.