Red Hat Enterprise Linux 5
I’ve used the following to mount nfs shares:
mount -t nfs target:/temp/folder1 /opt/folder1
mount -o vers=3 win1:/archive /opt/archive
Works fine but I need to get them to mount automatically after a reboot. I’m told I need to make entries in /etc/auto.master and /etc/auto.misc but would like to know the syntax.
Thanks,
Dave
I’ve used the following to mount nfs shares:
mount -t nfs target:/temp/folder1 /opt/folder1
mount -o vers=3 win1:/archive /opt/archive
Works fine but I need to get them to mount automatically after a reboot. I’m told I need to make entries in /etc/auto.master and /etc/auto.misc but would like to know the syntax.
Thanks,
Dave