File system components
Basic File System
- Uses the specific device driver.
- Deals with blocks of data that are exchanged with the physical device.
- Concerned with the placement of blocks on the disk.
- Concerned with buffering blocks in main memory.
Logical File System
- Responsible for providing the previously discussed interface to the user including:
- File access.
- Directory operations.
- Security and protection.