blob: 4f312cd8d9eb7c7de7362e35f30aaf5729c54718 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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
|