How to Mount an NFS File System by Using an NFS URL
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.