# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.7 2002/05/12 21:48:18 azarah Exp $

# /etc/fstab: static file system information.
# <fs>		<mountpoint>	<type>	<opts>		<dump/pass>


#// Main Filesystems
/dev/ram0	/		ext2	noatime		0 0
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
