OPS535 Network Storage and Access

From CDOT Wiki
Revision as of 01:26, 21 September 2016 by Rchan (talk | contribs) (Created page with "=NFS - Network File System= * Text book: Chapter 23 ** Server side component: supports different versions of NFS via RPC framework ** Client side component: NFS specific optio...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

NFS - Network File System

  • Text book: Chapter 23
    • Server side component: supports different versions of NFS via RPC framework
    • Client side component: NFS specific options for the mount command (p.615) or try "man 5 nfs"
  • Version of NFS
    • NFSv2
    • NFSv3
    • NFSv4
  • NFS Configuration file
    • Server side: /etc/exports
    • Client side: /etc/fstab


  • NFS Configuration command
    • Server side: exportfs, showmount, rpcinfo
    • Client side: rpcinfo, mount
  • NFS access/security issue
    • Dynamic ports
    • access control - machine based
    • Firewall