You must be logged into Solaris as the root user account.
The syntax to mount a remote file system using NFS is as follows:
mount -F nfs <remote file system> <mount point>The following example will mount the file system /share2 located on the host cartman to the mount point /cartman:
<b>mount -F nfs cartman:/share2 /cartman</b>
Source: http://www.idevelopment.info/data/Unix/Solaris/SOLARIS_NFSaRemoteFileSystemonSolaris.shtml



No comments:
Post a Comment