# /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