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!

Problem with NFS automount

Status
Not open for further replies.

TSch

Technical User
Jul 12, 2001
557
0
0
DE
Hi Folks,

I've got the following Problem:

We defined an NFS Share on one of our AIX Systems (NFS Version 3) and tried to Mount it on a SLES 12 machine.

Manually using

Code:
mount -t nfs 111.11.1.11:/share /mountpoint -o nfsvers=3

works fine so far ...

But how the heck do I put this into /etc/fstab ?

Or is there another way to have SLES automatically Mount this at System Startup ?

Regards,
Thomas
 
Code:
111.11.1.11:/share /mountpoint nfs rsize=8192,wsize=8192,timeo=14,intr,nfsvers=3
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top