File systems: Difference between revisions
Appearance
Created page with "==Native file systems== * FAT * HPFS * JFS ==Virtual file systems== * emsFS.IFS ==RAM drives== * emsFS.IFS Category:File systems" |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
In computing, a file system or filesystem is used to control how data is stored and retrieved. Without a file system, information placed in a storage medium would be one large body of data with no way to tell where one piece of information stops and the next begins. By separating the data into pieces and giving each piece a name, the information is easily isolated and identified. Taking its name from the way paper-based information systems are named, each group of data is called a "file". The structure and logic rules used to manage the groups of information and their names is called a "file system". | |||
== | ==OS/2 Native file systems== | ||
* | *FAT | ||
== | ==Installable file systems== | ||
* [[ | *[[High Performance File System]] (HPFS) | ||
*386 High Performance File System ([[HPFS386.IFS]]) | |||
*High Performance Optical File System (HPOFS) | |||
*Journaled File System V2 (JFS) | |||
[[Category:File | ;Virtual file systems | ||
* emsFS.IFS - RAM drive | |||
[[Category:File system]] |
Latest revision as of 18:39, 23 March 2018
In computing, a file system or filesystem is used to control how data is stored and retrieved. Without a file system, information placed in a storage medium would be one large body of data with no way to tell where one piece of information stops and the next begins. By separating the data into pieces and giving each piece a name, the information is easily isolated and identified. Taking its name from the way paper-based information systems are named, each group of data is called a "file". The structure and logic rules used to manage the groups of information and their names is called a "file system".
OS/2 Native file systems
- FAT
Installable file systems
- High Performance File System (HPFS)
- 386 High Performance File System (HPFS386.IFS)
- High Performance Optical File System (HPOFS)
- Journaled File System V2 (JFS)
- Virtual file systems
- emsFS.IFS - RAM drive