Mounting CIFS and NFS Shares

CIFS and NFS

What is CIFS?

Common Internet File System (CIFS) is a file-sharing protocol that provides an open and cross-platform mechanism for requesting network server files and services.

  • CIFS is based on the enhanced version of Microsoft’s Server Message Block (SMB) protocol for Internet and intranet file sharing.


CIFS is typically used in workstation and server operating systems and was a native file-sharing protocol in Windows 2000.

  • CIFS is also used in embedded and appliance systems.

  • Many storage products, including SAN and NAS systems, support CIFS.

What is NFS?

Network File System (NFS) is a distributed file system protocol originally developed by Sun Microsystems in 1984.

  • This file system allows a user on a client computer to access files over a computer network much like local storage is accessed.

  • NFS, like many other protocols, builds on the Open Network Computing Remote Procedure Call (ONC RPC) system.

  • NFS is an open standard defined through RFC specifications.

To mount shares