Virtual File System
VFS layer is core concept of File System implementation to provide the same interface to user mode processes and a kernel abstraction for all different file system implementations. VFS is a kernel software layer that handles all system calls related to a standard UNIX filesystem.
VFS Notion
Virtual File Systems
treat different file system of os
kernel memory is flash memory
file is run time data structure