Difference between revisions of "File System"

From PKC
Jump to navigation Jump to search
 
Line 2: Line 2:


There are quite a few implementations of [[file system]]s in the industry of operating systems. However, the main focus of [[PKC]], can be related to two kinds of file systems:
There are quite a few implementations of [[file system]]s in the industry of operating systems. However, the main focus of [[PKC]], can be related to two kinds of file systems:
#[[wikipedia:Journaling file system|Journaling file system]]
#[[wikipedia:Journaling file system|Journaling File system]]
#[[wikipedia:Versioning file system|Versioning file system]]
#[[wikipedia:Versioning file system|Versioning File system]]
#[[wikipedia:IPFS|Inter-planetary file system]]
#[[wikipedia:IPFS|InterPlanetary File System]]





Latest revision as of 12:55, 21 January 2022

File system is the data storage space for all operating systems.

There are quite a few implementations of file systems in the industry of operating systems. However, the main focus of PKC, can be related to two kinds of file systems:

  1. Journaling File system
  2. Versioning File system
  3. InterPlanetary File System