Hi,
A) Is there a way to automatically create the NFS mount-points eg. /mnt/nfs /mnt/nfs2 during router boot ?
I have the mount in my /jfs/scripts/fstab.postconf:
mount -t nfs 192.168.1.102:/volume1/public /mnt/nfs -o nfsvers=3,nolock,_netdev,rsize=8192,wsize=8192
It works manually after I...