Chapter 14 - File System Implementation
Chapter 14 - File System Implementation
Metadata includes all of the file- system structure and the actual data (or
contents of the file
A-True
B-False //
tracks unallocated blocks and provides these blocks to the file-organization module
when requested
A-free-space manager //
B-Metadata
C-Logical File System
A device driver
A-can be thought of as a translator //
B-tracks unallocated blocks and provides these blocks to the file-organization
module when requested
C-it passes this information to basic file system
Maps the logical blocks to the physical blocks by knowing the type of file
allocation used and the location of the file
verify the path to the file
A-Logical File System
B-File-Organization module //
C-Application Program
contains info needed by system to boot OS from that volume - Needed if volume
contains OS, usually first block of volume
A-File control block
B-Boot control block //
C-Volume control block