Filesystem
Dan Tobias (Talk | contribs) (→Networked and cloud filesystems) |
Dan Tobias (Talk | contribs) (→Links) |
||
Line 119: | Line 119: | ||
* [https://www.usenix.org/legacy/event/hotos09/tech/full_papers/seltzer/seltzer.pdf Hierarchical File Systems are Dead] | * [https://www.usenix.org/legacy/event/hotos09/tech/full_papers/seltzer/seltzer.pdf Hierarchical File Systems are Dead] | ||
* [http://qanda.digipres.org/176/filesystem-checksums-value-digital-preservation-context Do filesystem-based checksums add value in a digital preservation context?] | * [http://qanda.digipres.org/176/filesystem-checksums-value-digital-preservation-context Do filesystem-based checksums add value in a digital preservation context?] | ||
+ | * [http://lists.gnu.org/archive/html/coreutils/2014-08/msg00012.html My experience with using cp to copy a lot of files (432 millions, 39 TB)] |
Revision as of 11:31, 12 September 2014
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 or device, 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 itself.)
- +D filesystem (Sinclair, SAM Coupé)
- Acer Fast Filesystem (SCO OpenServer)
- ADFS (Acorn MOS, RISC OS)
- AdvFS(Advanced File System, Digital/Tru64 Unix)
- Ami File Safe (Amiga)
- APF Imagination Machine disk file system
- Apple DOS file system (Apple II; see also ProDOS below)
- Atari File Management Subsystem (FMS: Atari 400/800)
- AthFS (AtheOS/Syllable)
- BFS (BeOS)
- btrfs (Linux)
- CBMFS (Commodore 64, PET, etc.; 5.25" disks)
- Commodore 1581 filesystem (3.5" disks)
- GEOS VLIR (GEOS Variable Length Index Record )
- CMDFS (CBMFS extension by Creative Micro Designs)
- Compucolor file system
- CP/M file system
- cramfs
- DDFS (Data Domain File System)
- DTFS (Desktop File System, SCO OpenServer)
- EFS (Extent File System, SGI IRIX. Replaced by XFS)
- EOS file system (Coleco Adam "data pack" tape drives and disks)
- exFAT (Microsoft, for flash memory)
- ext (developed for Linux, previously used MINIX fs)
- ext2, ext3, ext4 (these are all just variants of each other)
- F2FS, (Flash Friendly Filesystem)
- FAT8
- FAT12
- FAT16
- FAT32
- FFS (Amiga Fast File System)
- Files-11 (VMS)
- Fossil (Plan 9)
- fuse-exFAT (open-source clone of exFAT)
- HAMMER (DragonflyBSD)
- HFS (MacOS)
- HFS+
- HPFS (OS/2 native file system)
- ISO 9660 (optical discs)
- JFFS2
- LanyFS (Lanyard Filesystem)
- LogFS
- MDR (audio instrument format close to MSDOS)
- MFS (ancient Macintosh filesystem)
- MINIX file system
- NILFS2
- NTFS
- POHMELFS (distributed Linux filesystem)
- PRAMFS (Persistent & Protected RAM File-System)
- ProDOS file system (Apple II) (also used in Apple III SOS)
- QFS
- ReFS (Microsoft's new FS- Resilient Filesystem, on Windows 8 Server)
- ReiserFS
- SDFS (Deduplication based filesystem)
- SkyFS (SkyOS)
- squashfs
- UCSD p-System Filesystem (UCSD Pascal)
- UDF (optical discs)
- UFS (Unix Files System, Solaris and BSD)
- VMUFAT (Filesystem for Dreamcast VMU units)
- VSAM (Virtual Storage Access Method)
- VxFS (VERITAS File System)
- WAFL (NetApp's commercial file system)
- Xiafs (Linux, dropped in favour of ext2)
- XFS (SGI)
- XtreemFS, (Linux, distributed file system)
- YAFFS
- ZFS
Networked and cloud filesystems
(Used to make files available to 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.)
- Amazon S3
- Andrew File System (Carnegie Mellon University)
- Google Drive
- Google File System
- Hadoop Distributed File System
- Longaccess
- MEGA file system
- NetWare File System (Novell NetWare, replaced by NSS)
- NSS (Novell Storage Services)
- OneDrive (Microsoft)
- OpenStack Swift
- Permacoin (also a currency)
- SMB (Server Message Block, a protocol for a networked filesystem)
- Storj (another currency/filesystem scheme)
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.)
Format details
- AppleDouble
- Apple Partition Map
- AppleSingle
- desktop.ini (Windows)
- Desktop Services Store (Mac OS X)
- MBR (Master Boot Record)
- Resource Fork (MacOS)
- TRANS.TBL