Sponsored Links
-->

Friday, March 30, 2018

Chapter 9: File-System Interface - ppt download
src: slideplayer.com

Remote File Sharing (RFS) is a discontinued distributed file system developed by AT&T in the 1980s. It was first delivered with UNIX System V Release 3 (SVR3). It was also included in AT&T's UNIX System V Release 4, but as that also included NFS which was more interoperable, RFS was little used. Some licensees of AT&T's UNIX System V Release 4 didn't include the RFS support in their SVR4 distributions, and Sun Microsystems removed it from Solaris 2.4.

Compared to NFS it made quite different design decisions. Instead of focusing on reliable operation in the presence of failures, it focused on preserving UNIX file system semantics across the network. Unlike NFS (before version 4), the RFS server maintains state to keep track of how many times a file has been opened, if any process has locked the file, etc. RFS was a product from Bell Laboratories.


Video Remote File Sharing



Features

  • Provides complete UNIX/POSIX file semantics. (File locking, etc.)
  • Allows mounting of devices across the network (e.g. /dev/cdrom can be accessed remotely)
  • Transparent access to files. Users needn't know where a file is located.

Maps Remote File Sharing



Remote system call interface


Chapter 9: File-System Interface - ppt download
src: slideplayer.com


See also

  • AppleTalk
  • Network File System
  • Samba
  • Server Message Block
  • WebDAV

Dare-It (File Sharing system in java) || java RMI application ...
src: i.ytimg.com


References


Source of article : Wikipedia