Jump to content

Berkeley Fast File System

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mairibot (talk | contribs) at 06:37, 7 November 2005 (Robot: Changing template: Compu-fs-stub). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computing, the Berkeley Fast File System (or FFS) is a file system used mostly by BSD-derivative Unix variants. It is a distant descendant of the original filesystem used by Unix System V (called just 'FS'). FFS sits on top of UFS (1 or 2) and provides directory structure information, and a variety of disk access optimizations. UFS (and UFS2) define on-disk data layout.

See also