The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > HP-UX
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 05-15-2008
Danny.Chouinard Danny.Chouinard is offline
Registered User
 

Join Date: May 2008
Posts: 20
On Solaris, the proper syntax for the /etc/dfs/dfstab file consists of executable lines that begin with the share command.

Like so: share [-F fstype] [ -o options] [-d "<text>"] <pathname> [resource]

Here's an exmaple:

share -F nfs -o rw=@192.168.1.0/24 -d "hostname:/export/d0" /export/d0
Reply With Quote