Operating System Design/File Sys

< Operating System Design

A file system is a way of organizing information on a physical drive or other media (e.g, RAM) for access. In general, file systems can be divided into several groups:

Some current file systems:

NTFS and FAT are used under Windows, while ext4 and ReiserFS tend to be used by Linux.

A file system may be described by a set of characteristics:

This section discusses the key components to a file system and common problems that an operating system must deal with. It concludes with a discussion about some of the more popular file systems in use today.

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.