Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

mount nfs

Status
Not open for further replies.

kojack96

Technical User
May 31, 2002
26
0
0
US
I have a filesystem which I created on a server using veritas volume manager.

I want to remote mount this onto another server any ideas?
 
Same as any other filesystem. Share using entry in/etc/dfs/dfstab or by calling 'share rw=client /mountpoint' with whatever options you require. If there are no existing shares on the server you will need to start the nfs server daemons 'sh /etc/init.d/nfs.server start' having placed the entries in the dfstab.

From the client system call 'mount -F nfs server:/mountpoint /localmountpoint' - add it to vfstab with the soft, bg option to prevent boot failing.

See man share and mount
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top