1 Why did Sun create the VFS with its associated complexity
1. Why did Sun create the VFS, with its associated complexity?
2. Discuss at least two techniques for achieving good performance under NFS.
Solution
1. Sun created VFS as VFS allows diverse specific file systems to coexist in a file tree. It also isolate all FS-dependencies in pluggable filesystem modules.
