CACHEFS
|
CACHE FileSystem used to speed
access to slower filesystems, like CDROMs and NFS
|
FDFS
|
File Descriptor File
System used for opening files by internal file descriptors
(used internally by some programs)
|
LOFS
|
LOopback File System
virtual filesystem, allows one part of the file system to appear to be
in a second location
|
NAMEFS
|
Used by strams protocal (some
programs) for mounting file descriptors on top of files
|
PROCFS
|
allows filesystem access to the
internal states of processes (running programs)
|
SPECFS
|
SPECial file File System
Special files represent IO/Devices and/or internal system states.
|
SWAPFS
|
VM swap files (not usually
visible)
|
TMPFS
|
TeMPorary FileSystem
stored in RAM/Swap... faster access than disk. Disappears on
unount/reboot
|
NFS
|
Network File System
Default method of accessing remote UNIX filesystems
|