First page Back Continue Last page Overview Graphics
The Virtual File System (1)
When a process accesses a regular file, it is accessing data blocks in a disk partition through the filesystem
When a process accesses a device file, it is just driving a hardware device
VFS hides the differences between device files and regular files by means of a common file model