List of file systems

From Free net encyclopedia

The following lists identify, characterise and link to fuller information on computer file systems.

Many older operating systems support only their one "native" file system, which does not bear any name apart from the name of the operating system itself. Examples of such include the CP/M file system and the Apple DOS file system. These unnamed file systems don't appear in the following list.

Contents

Disk file systems

Record-oriented file systems

In Record-oriented file systems files are stored as a collection of records. They are associated with mainframe and midrange operating systems.

Shared disk file systems

Shared disk file systems (also called shared storage file systems or even cluster file systems) are primarily used in a storage area network where all nodes directly access the block storage where the the file system is located. This makes it possible for nodes to fail without affecting access to the file system from the other nodes. Shared disk file systems are normally used in a high-availability cluster together with storage on hardware RAID. Shared disk file systems normally do not scale over 64 or 128 nodes.

Shared disk file systems may be symmetric where metadata is distributed among the nodes or asymmetric with centralized metadata servers.

Distributed file systems

Distributed file systems are also called network file systems. Normally many implementations have been made, they are location dependent and they have access control lists (ACLs), unless otherwise stated below.

Distributed fault tolerant file systems

Distributed fault tolerant replicate data between nodes (between servers or servers/clients) for high availability and offline (disconnected) operation.

Distributed parallel file systems

Distributed parallel file systems stripe data over multiple servers for high performance. They are normally used in a high-performance computing (HPC).

Some of the parallel file systems may use object-based storage device (OSD) (In Lustre called OST) for chunks of data together with centralized metadata servers.

Distributed parallel fault tolerant file systems

Distributed file systems, which also are parallel and fault tolerant, stripe and replicate data over multiple servers for high performance and to maintain data integrity. Even if a server fails no data is lost. The file systems are used in both high-performance computing (HPC) and high-availability clusters.

The current world record in file system performance (january 2006) is held by GPFS from IBM with 102 GByte/s sustained read/write to a single file on the ASC Purple at Lawrence Livermore National Laboratory, the current third fastest supercomputer.

All file systems listed here focus on high availability, scalability and high performance unless otherwise stated below.

Special purpose file systems

See also

sk:Zoznam súborových systémov