https://bugzilla.novell.com/show_bug.cgi?id=809226 https://bugzilla.novell.com/show_bug.cgi?id=809226#c23 --- Comment #23 from Neil Brown <nfbrown@suse.com> 2013-03-20 21:54:55 UTC --- The "insecure" flag certainly should not affect whether v3 or v4 is chosen. Maybe something else changed at the same time? You description in comment #21 suggested to me that you had only edited /etc/exports and hadn't caused mountd to reload the file. This is done by running either exportfs -av or rcnfsserver reload or similar. You say "seem to be". The easiest way to check is to look in /proc/mounts. I just tried mount localhost:/ /mnt with a /etc/exports similar to your and # grep /mnt /proc/mounts localhost:/ /mnt nfs4 rw,relatime,vers=4.0,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp6,timeo=600,retrans=2,sec=sys,clientaddr=::1,local_lock=none,addr=::1 0 0 clearly shows nfsv4 is being used. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.