Saturday, March 15, 2008

Windows File System

File Systems

A file system enables applications to store and retrieve files on storage devices. Files are placed in a hierarchical structure. The file system specifies naming conventions for files and the format for specifying the path to a file in the tree structure.

Each file system consists of one or more drivers and dynamic-link libraries that define the data formats and features of the file system. File systems can exist on many different types of storage devices, including hard disks, jukeboxes, removable optical disks, tape back-up units, and memory cards.

All file systems supported by Windows have the following storage components:

  • Volumes. A volume is a collection of directories and files.
  • Directories. A directory is a hierarchical collection of directories and files.
  • Files. A file is a logical grouping of related data.

Directory Management

A directory is a hierarchical collection of directories and files. The only constraint on the number of files that can be contained in a single directory is the physical size of the disk on which the directory is located.











http://msdn2.microsoft.com/en-us/library/aa364407(VS.85).aspx

No comments: