Filesystem

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Format details)
(Single-system filesystems)
Line 19: Line 19:
 
* [[Atari File Management Subsystem]] (FMS: Atari 400/800)
 
* [[Atari File Management Subsystem]] (FMS: Atari 400/800)
 
* [[AtheOS File System]] (AtheOS/Syllable)
 
* [[AtheOS File System]] (AtheOS/Syllable)
* [[BetrFS]] [http://www.betrfs.org/]
+
* [[BetrFS]]
 
* [[BFS]] (BeOS)
 
* [[BFS]] (BeOS)
 
* [[Btrfs]] (Linux)
 
* [[Btrfs]] (Linux)
Line 29: Line 29:
 
* [[CP/M file system]]
 
* [[CP/M file system]]
 
* [[cramfs]]
 
* [[cramfs]]
* [[Cromfs]] [https://bisqwit.iki.fi/source/cromfs.html]
+
* [[Cromfs]]
 
* [[DDFS]] (Data Domain File System)
 
* [[DDFS]] (Data Domain File System)
 
* [[DTFS]] (Desktop File System, [[SCO OpenServer]])
 
* [[DTFS]] (Desktop File System, [[SCO OpenServer]])
 +
* [[DwarFS]] [https://github.com/mhx/dwarfs]
 
* [[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)
Line 75: Line 76:
 
** [[Reiser4]]
 
** [[Reiser4]]
 
* [[SDFS]] (OpenDedup deduplication based filesystem)
 
* [[SDFS]] (OpenDedup deduplication based filesystem)
* [[securefs]] [https://github.com/netheril96/securefs]
+
* [[securefs]]
 
* [[SFS (Amiga)|SFS]] (Smart File System, Amiga)
 
* [[SFS (Amiga)|SFS]] (Smart File System, Amiga)
 
* [[Sinclair QL filesystem]]
 
* [[Sinclair QL filesystem]]
 
* [[SkyFS]] (SkyOS)
 
* [[SkyFS]] (SkyOS)
 
* [[Squashfs]]
 
* [[Squashfs]]
* [[TFS]] [https://github.com/redox-os/tfs]
+
* [[TFS]]
 
* [[TI-99/4A file system]]
 
* [[TI-99/4A file system]]
 
* [[TR-DOS filesystem]] (ZX Spectrum)
 
* [[TR-DOS filesystem]] (ZX Spectrum)

Revision as of 21:17, 14 December 2020

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

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.)

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.)

Virtual filesystems

Other / Misc.

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.)

File lists

Format details

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox