You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
407 B
16 lines
407 B
19 years ago
|
# Copyright 1999-2006 Gentoo Technologies, Inc.
|
||
|
# Distributed under the terms of the GNU General Public License, v2 or later
|
||
|
|
||
|
# /etc/fstab: static file system information.
|
||
|
# <fs> <mountpoint> <type> <opts> <dump/pass>
|
||
|
|
||
|
|
||
|
#// Main Filesystems
|
||
|
none /tmp tmpfs defaults,rw 0 0
|
||
|
|
||
|
|
||
|
#// Miscellaneous Filesystems
|
||
|
proc /proc proc defaults 0 0
|
||
|
sysfs /sys sysfs defaults 0 0
|
||
|
tmpfs /dev/shm tmpfs defaults 0 0
|