Hello,
Running a number of computers using Ubuntu 10.04 and Kubuntu 10.04 connecting using NFS.
I have a Synology DS209 NAS server which I access from a mixed bunch of computers. An Ubuntu desktop mounts the device on boot perfectly with the fstab entry:
192.168.72.11:/volume1/WINDATA /media/netserver nfs rsize=8192,wsize=8192,timeo=14,intr
My Kubuntu desktop, using exactly the same fstab entry, will not mount the share on boot, but if I use 'sudo mount -a' from a terminal after bootup and refresh the folder /media/netserver everything is there. What could be causing this?
Thanks
Running a number of computers using Ubuntu 10.04 and Kubuntu 10.04 connecting using NFS.
I have a Synology DS209 NAS server which I access from a mixed bunch of computers. An Ubuntu desktop mounts the device on boot perfectly with the fstab entry:
192.168.72.11:/volume1/WINDATA /media/netserver nfs rsize=8192,wsize=8192,timeo=14,intr
My Kubuntu desktop, using exactly the same fstab entry, will not mount the share on boot, but if I use 'sudo mount -a' from a terminal after bootup and refresh the folder /media/netserver everything is there. What could be causing this?
Thanks
Comment