RFS
From OSDev Wiki
| Filesystems |
|---|
| Virtual FileSystems |
| Disk filesystems |
| CD/DVD filesystems |
| Network filesystems |
| Flash filesystems |
|
This page or section is a stub. Please help by expanding it |
Remote File System (RFS) was introduced in UNIX System V to compete with NFS and such. Unlike NFS, RFS is a connection-oriented system, so if, for example, two different machines access a file on a server, they get about the same semantics as if two processes on a single machine accessed the file. Note that NFS and RFS are both built on top of some sort of local file system, which determines things like inodes and such.
