Jump to content

File systems: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 3: Line 3:
==OS/2 Native file systems==
==OS/2 Native file systems==
*FAT
*FAT
*[[HPFS]]
*JFS


==Virtual file systems==
==Installable file systems==
*[[High Performance File System]] (HPFS)
*High Performance Optical File System (HPOFS)
*Journaled File System V2 (JFS)
 
;Virtual file systems
* emsFS.IFS - RAM drive
* emsFS.IFS - RAM drive


[[Category:Glossary]]
[[Category:File system]]

Revision as of 23:15, 28 October 2017

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

Virtual file systems
  • emsFS.IFS - RAM drive