Filesystem

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Other / Misc.)
m (Compressed filesystems: DwarFS → DWARFS.)
 
(2 intermediate revisions by 2 users not shown)
Line 33: Line 33:
 
* [[EFS]] (Extent File System, SGI IRIX. Replaced by [[XFS]])
 
* [[EFS]] (Extent File System, SGI IRIX. Replaced by [[XFS]])
 
* [[EOS file system (Coleco)]] (Coleco ADAM "data pack" tape drives and disks)
 
* [[EOS file system (Coleco)]] (Coleco ADAM "data pack" tape drives and disks)
* [[EROFS]]
 
 
* [[ext]] (developed for Linux, previously used MINIX fs)
 
* [[ext]] (developed for Linux, previously used MINIX fs)
 
* [[ext2]], [[ext3]], [[ext4]] (these are all just variants of each other)
 
* [[ext2]], [[ext3]], [[ext4]] (these are all just variants of each other)
Line 107: Line 106:
 
* [[cramfs]]
 
* [[cramfs]]
 
* [[Cromfs]]
 
* [[Cromfs]]
* [[DwarFS]]
+
* [[DWARFS]]
 
* [[Isofs transparent compression]]
 
* [[Isofs transparent compression]]
 
* [[Squashfs]]
 
* [[Squashfs]]
 
* [[zisofs]]
 
* [[zisofs]]
 +
* [[EROFS]]
  
 
See also [[Compression#Disk compression]] and [[Compression#Transparent file compression]].
 
See also [[Compression#Disk compression]] and [[Compression#Transparent file compression]].
Line 119: Line 119:
 
* [[Amazon S3]]
 
* [[Amazon S3]]
 
* [[Andrew File System]] (Carnegie Mellon University)
 
* [[Andrew File System]] (Carnegie Mellon University)
 +
* [[Ceph]]
 
* [[Elastic File System]] (AWS)
 
* [[Elastic File System]] (AWS)
 
* [[EOS file system (CERN)]] (open-source file system used at CERN)
 
* [[EOS file system (CERN)]] (open-source file system used at CERN)

Latest revision as of 01:51, 16 August 2025

File Format
Name Filesystem
Ontology

{{{caption}}}

Filesystems are Electronic Formats that are a prerequisite to being able to read any file off a digital medium — you have to be able to mount the filesystem, and thus read it, in order to be able to read a file.

Contents

[edit] Single-system filesystems

(How files are organized on one system, device, or medium, such as a disk, tape, or flash memory; see next category for networked and cloud filesystems. Of course, any filesystem can be made available on a network to remote devices, but these are the native filesystems present on the storage device/medium itself.)

[edit] Compressed filesystems

(Filesystems and related topics whose main purpose is compression. Not all filesystems that support compression are listed here.)

See also Compression#Disk compression and Compression#Transparent file compression.

[edit] Networked and cloud filesystems

(Used to make files available to/from multiple systems over a local or wide area network, including "on the cloud" via the Internet; systems access files through a protocol or API. The low-level storage details, usually concealed from end users and even most developers, may be within one or more of the single-device filesystems above, and the networked/cloud filesystem is generally defined independently of such details and might have very different characteristics and rules as to how the files are named, addressed, and structured.)

[edit] Virtual filesystems

[edit] Other / Misc.

[edit] File content signature

(used to match files to a hash table or similar system in order to detect duplicates, help find specific files when their exact location is unknown, handle distributed networked filesystems, etc. See also Error detection and correction.)

[edit] File lists

[edit] Format details, etc.

[edit] Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox