Back to Sistem Operasi
Session 8
Sistem Operasi
File System Interface and Implementation
4.5 hours
Duration
8
Materials
6
Objectives
Session Overview
Comprehensive file system study including file concepts, directory structures, file operations, access methods, file system mounting, and protection mechanisms.
Learning Objectives
By the end of this session, you should be able to:
- Master file concepts: attributes, operations, types, and access methods
- Understand directory structures: single-level, two-level, tree, acyclic graph
- Implement file system mounting and unmounting procedures
- Design file protection mechanisms: access control lists and capability lists
- Analyze file system interface and system call implementation
- Apply symbolic links and hard links in file systems
Course Materials
Download materials for offline study and reference
File System Concepts and Design (70 pages)
Available material
Directory Structure Implementation Guide
Available material
File System Call Interface Reference
Available material
Access Control Mechanisms and Permissions
Available material
File System Mounting and Namespace Management
Available material
Link Types and Inode Structure Analysis
Available material
File System Programming Project
Available material
Unix/Linux File System Case Study
Available material