File system: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Andrew Steinborn
(New article generated using Special:MetadataForm)
 
imported>Andrew Steinborn
(Added content.)
 
Line 1: Line 1:
{{subpages}}
{{subpages}}
A '''file system''' is a method to create a structure for storing [[file]]s/[[folder]]s on a [[hard disk]]. Common file systems include [[FAT32]], [[NTFS]] and [[ext3]].
== Structure ==
The structure of a basic file system is like this:
* '''The header''': The header allows information about the file system to be stored.
* '''File entries''': File entries tell information about a certain file, including creation date, size and any permissions it may have.
More complex file systems may include journals and ACLs.

Latest revision as of 23:36, 9 January 2011

This article is basically copied from an external source and has not been approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.
The content on this page originated on Wikipedia and is yet to be significantly improved. Contributors are invited to replace and add material to make this an original article.

A file system is a method to create a structure for storing files/folders on a hard disk. Common file systems include FAT32, NTFS and ext3.

Structure

The structure of a basic file system is like this:

  • The header: The header allows information about the file system to be stored.
  • File entries: File entries tell information about a certain file, including creation date, size and any permissions it may have.

More complex file systems may include journals and ACLs.