Basic priciples

2. Virtual File System Switch(VFS)


Figure 1   The layers in the file system

The role of the VFS is:

The Linux VFS is implemented so that access to its files is as fast and efficient as possible. It must also make sure that the files and their data are kept correctly.

[next]