Act I - The Linux Kernel's VFS - exposition
- Is the component in the kernel that handles file-systems, directory and
file access.
- It abstracts common tasks of many file-systems.
- And presents the user with a unified interface, via the file-related
system calls.
Originally written by
guy keren