How to Mount an NFS File System by Using an NFS URL

  1. Become an administrator.
  2. Manually mount the file system by using an NFS URL.
    # mount -F nfs nfs://host[:port]/pathname mount-point

Example 3-2 Mounting an NFS File System by Using an NFS URL

# mount -F nfs nfs://bee:3000/export/share/local /mnt

In this example, the /export/share/local file system is being mounted from the server bee by using NFS port number 3000. The port number is not required, and by default the standard NFS port number of 2049 is used.