Linux File System
Linux File System
Nutt, p. 40
Linux File Manager
• Linux file mgr defines a single internal view of
files, regardless of the real (“external”) format of
the files on storage device.
• So a disk containing a DOS file (for example) can
be read & rewritten by a Linux application via the
Linux file mgr.
• Linux sees a file as a named byte stream,
fragmented into blocks and stored according to the
file system.
Linux Uses Virtual File System
Switch
VFS provides canonical file mgmt API (Appl. Progr. Interface) to user-
space programs and establishes an internal interface used by various file
system translators that support files for MS-DOS, MINIX, Ext2, etc.
Kernel File Tables