.. _file_sys: ************************************************* File System Management ************************************************* .. .. seealso:: * `Video Lecture about File System Management Part 1 `_ * `Video Lecture about File System Management Part 2 `_ * `Video Lecture about File System Management Part 3 `_ .. describe:: File System Manager A set of OS Services that provides Files and Directories for user applications. .. describe:: File A named, ordered collection of information .. describe:: File System A set of files and directories contained on a single drive. The raw data on the drive is translated to this abstract view of files and directories by the file system manager according to the specification of the file system standard. The file manager administers the file system by: * Storing the information on a device * Mapping the block storage to a logical view * Allocating/deallocating storage * Providing directories **Contents:** .. toctree:: :maxdepth: 2 abstractions file_sys_calls file_system_stds file_system_errors disk_scheduling