Virtual File Systems in Operating System

Data structures and procedures are used to isolate the basic system call functionality from the implementation details. Thus, the file-system implementation consists of three major layers. The first layer is the file-system interface, based on the open(), read(), write(), and close() calls and on file descriptors The second layer is called the virtual file system … Read more