I have a linux server that is exporting NFSv4 as well as NFSv3. I have a Fedora14 client that is defaulting to NFSv4 when automounting NFS shares off of the linux server, and it seems to be causing some problems. All my other linux clients on the network are mounting via NFSv3 without issue, so is there a way I can tell automount to mount the share via v3?
I am pulling my automount maps via LDAP, with an entry in my /etc/auto.master file like so:
+auto_master
, so I assume it's a bit different than listing options with a regular automount map?
(.i.e. /home --nfsvers=3 fileserver:/DATA
)
In /etc/sysconfig/autofs, change the MOUNT_NFS_DEFAULT_PROTOCOL variable.
There are a couple different automount schemas out there, and I'm not sure you're using the same one we are. But, we have LDAP entries like:
The "automountInformation" attribute is literally just a string, as it would have been on the RHS of a static automount map, or one in NIS, etc.
We have CentOS 5, Debian Etch (oldstable), and Debian Lenny (stable) pointed at these maps.