I've just upgraded two machines from 17.04 to 17.10 and can no longer access my LG-NAS network drive, which worked with no problems under 17.04.
The fstab entry for mounting the drive is the following which hasn't changed:
192.168.1.64:/export/Share /mnt/share nfs nosuid,rsize=8192,wsize=8192,soft 0 0
however, this doesn't mount the share at boot. in a terminal, the following command gives an error:
steven@HP-Notebook:~$ sudo mount 192.168.1.64:/export/Share /mnt/share
[sudo] password for steven:
mount.nfs: mount system call failed
steven@HP-Notebook:~$
I can ping the LG-NAS network drive OK from both clients and using Samba to access the shared directory works OK (both in kubuntu and Windows 10)
Any pointers as to why the it won't mount using NFS? I should add that nfs-common is installed,
Regards,
Steve
The fstab entry for mounting the drive is the following which hasn't changed:
192.168.1.64:/export/Share /mnt/share nfs nosuid,rsize=8192,wsize=8192,soft 0 0
however, this doesn't mount the share at boot. in a terminal, the following command gives an error:
steven@HP-Notebook:~$ sudo mount 192.168.1.64:/export/Share /mnt/share
[sudo] password for steven:
mount.nfs: mount system call failed
steven@HP-Notebook:~$
I can ping the LG-NAS network drive OK from both clients and using Samba to access the shared directory works OK (both in kubuntu and Windows 10)
Any pointers as to why the it won't mount using NFS? I should add that nfs-common is installed,
Regards,
Steve
Comment