I would like to automount a nfs share using autofs but it doesn't work.
This works :
mount -vvv -t nfs -o vers=3 192.168.0.12:/share /local/data/mydir
But when I put this line in my /etc/auto.master, it doesn't work, there is nothing in mydir after autofs restarted.
/etc/auto.master
/local/data/mydir 192.168.0.12 -vers=3
Thanks for your help.