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
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
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