Help Keep Our Mission Alive!
We have a continuing need for funds to pay for hosting our servers.
Please make your donations here.

File system

From Citizendium, the Citizens' Compendium

Jump to: navigation, search
This article is basically copied from an external source and has not been approved.
Main Article
Talk
Related Articles  [?]
Bibliography  [?]
External Links  [?]
 
This is a draft article, under development and not meant to be cited; you can help to improve it. These unapproved articles are subject to a disclaimer.

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.

Views
Personal tools