What are the primary functions of VFS?
4 years ago
Operating System
VFS, or Virtual File System, separate file system generic operations from their implementation by defining a clean VFS interface. It is based on a file-representation structure known as vnode, which contains a numerical designator needed to support network file systems.
Bijay Satyal
Oct 22, 2021