ch11.ppt

55 250 0
ch11.ppt

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

Thông tin tài liệu

Chapter 11: File System Chapter 11: File System Implementation Implementation 11.2 Silberschatz, Galvin and Gagne ©2005 Operating System Concepts – 7 th Edition, Jan 1, 2005 Chapter 11: File System Implementation Chapter 11: File System Implementation  File-System Structure  File-System Implementation  Directory Implementation  Allocation Methods  Free-Space Management  Efficiency and Performance  Recovery  Log-Structured File Systems  NFS  Example: WAFL File System 11.3 Silberschatz, Galvin and Gagne ©2005 Operating System Concepts – 7 th Edition, Jan 1, 2005 Objectives Objectives  To describe the details of implementing local file systems and directory structures  To describe the implementation of remote file systems  To discuss block allocation and free-block algorithms and trade-offs 11.4 Silberschatz, Galvin and Gagne ©2005 Operating System Concepts – 7 th Edition, Jan 1, 2005 File-System Structure File-System Structure  File structure  Logical storage unit  Collection of related information  File system resides on secondary storage (disks)  File system organized into layers  File control block – storage structure consisting of information about a file 11.5 Silberschatz, Galvin and Gagne ©2005 Operating System Concepts – 7 th Edition, Jan 1, 2005 Layered File System Layered File System 11.6 Silberschatz, Galvin and Gagne ©2005 Operating System Concepts – 7 th Edition, Jan 1, 2005 A Typical File Control Block A Typical File Control Block 11.7 Silberschatz, Galvin and Gagne ©2005 Operating System Concepts – 7 th Edition, Jan 1, 2005 In-Memory File System Structures In-Memory File System Structures  The following figure illustrates the necessary file system structures provided by the operating systems.  Figure 12-3(a) refers to opening a file.  Figure 12-3(b) refers to reading a file. 11.8 Silberschatz, Galvin and Gagne ©2005 Operating System Concepts – 7 th Edition, Jan 1, 2005 In-Memory File System Structures In-Memory File System Structures 11.9 Silberschatz, Galvin and Gagne ©2005 Operating System Concepts – 7 th Edition, Jan 1, 2005 Virtual File Systems Virtual File Systems  Virtual File Systems (VFS) provide an object-oriented way of implementing file systems.  VFS allows the same system call interface (the API) to be used for different types of file systems.  The API is to the VFS interface, rather than any specific type of file system. 11.10 Silberschatz, Galvin and Gagne ©2005 Operating System Concepts – 7 th Edition, Jan 1, 2005 Schematic View of Virtual File System Schematic View of Virtual File System

Ngày đăng: 16/07/2014, 04:00

Mục lục

    Chapter 11: File System Implementation

    Chapter 11: File System Implementation

    A Typical File Control Block

    In-Memory File System Structures

    Schematic View of Virtual File System

    Contiguous Allocation of Disk Space

    Example of Indexed Allocation

    Combined Scheme: UNIX (4K bytes per block)

    Linked Free Space List on Disk

    I/O Without a Unified Buffer Cache

Tài liệu cùng người dùng

  • Đang cập nhật ...

Tài liệu liên quan