Filesystem: Difference between revisions
From Hackepedia
Jump to navigationJump to search
No edit summary |
|||
Line 16: | Line 16: | ||
=== Memory File System (mfs) === | === Memory File System (mfs) === | ||
The [[mfs]] filesystem resides in RAM but is available as a file system. When the system powers off any files left in the [[mfs]] filesystem will vanish. | |||
=== Proc File System (/proc) === | === Proc File System (/proc) === |
Revision as of 11:36, 13 October 2005
A filesystem is a subsystem of a UNIX system. It is built on top of secondary storage devices but not limited to that and can also be built on top of primary storage devices (RAM) or be an entirely virtual filesystem. A UNIX system cannot operate without bootstrapping itself and programs from the filesystem.
List of filesystems available in UNIX and UNIX-like Operating Systems
Unix File System (ufs)
Most UNIX'es have the ufs filesystem it is derived from the Berkeley ffs filesystem.
Berkeley Fast File System (FFS)
The ffs filesystem was written at UCB by Marshall Kirk McKusick for 4.2BSD. It is still widely used in the BSD family of Operating Systems.
Memory File System (mfs)
The mfs filesystem resides in RAM but is available as a file system. When the system powers off any files left in the mfs filesystem will vanish.