|
automatically mount NFS shares
How would i automatically mount NFS shares on bootup? I have the NFS shares specified in /etc/fstab and when the system boots up, i then have to do a 'mount -a' and then it mounts the NFS shares. Here is the NFS share part of my /etc/fstab. The spacing looks weird when i copy-pasted into here. Should i change the type 'nfs' to 'auto' ?
sunoracle1:/usr/local/nfsshare/amiqe /home/amiqe nfs rsize=262144,wsize=262144,timeo=300,intr
sunoracle1:/usr/local/nfsshare/tracking /home/tracking nfs rsize=262144,wsize=262144,timeo=300,intr
sunoracle1:/usr/local/nfsshare/amilink /home/amilink nfs rsize=262144,wsize=262144,timeo=300,intr
|