The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > Filesystems, Disks and Memory
Google UNIX.COM



Thread: NFS mount
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 04-18-2007
blowtorch's Avatar
blowtorch blowtorch is offline
Supporter
 
Join Date: Dec 2004
Location: Singapore
Posts: 2,323
Something like this?
Code:
mount -F nfs nfs_server_name:/remote_filesystem /local_filesystem
You can look at the man page of mount_nfs on a Solaris system. That should give you more details on the other options available (other options are things like mounting readonly, disabling suid programs and such).
Reply With Quote