What are the structures used in file-system implementation?
Several on-disk and in-memory structures are used to execute a file system
a. On-disk structure include
- Partition block
- Boot control block
- Directory structure used to organize the files
- File control block (FCB)
b. In-memory structure include
- In-memory partition table
- In-memory directory structure