Showing posts with label Virtual File System. Show all posts
Showing posts with label Virtual File System. Show all posts

Virtual File System on Linux


VFS is a kernel software layer that handles all system calls related to file systems. Its main strength is providing a common interface to several kinds of file systems.So that it is possible to separate actual "low-level" filesystem code from the rest of the kernel.