Using Leap 42.1 with KDE Desktop and using Yast to create an NFS client for NAS NFS server.
Having entered the ip address of the NAS server I can browse and select required server directory and similarly browse and select the required local directory but when I confirm and finish I get an error message:-
Unable to mount NFS entries from /etc/fstab
I cannot recall when I last did this but afaik I have done what I always did and it used to work. Where should I look for errors please?
If they can be mounted successfully after boot using
mount -a
then it is likely that the remote mount is attempted before the network is up perhaps. You could try using ‘noauto’ option so that the mount is only attempted when accessed. The ‘_netdev’ fstab option can also be used to delay mounting until the network is up.
But you ask for help! Thus it might be possible that you miss something. Thus it is not very important that you assume something being OK. It is important to let those you ask to assess as much as possible. Only so others can be able to lay hand on something you missed. Helpers need facts, not conclusions.
Further, it is important that people get some feeling about what you are doing and what the environment is, you are working in. That increases understanding from both sides. We can now e.g. ask things about what we know with the names you use (like mountpoints, etc.) instead of writing long stories like: “Can you do a manual mount by only using the device part of the mount parameters”. Below is much more to the point IMHO for you and us.
You could at least get some error messages by mounting manualy from the CLI. As root:
I have re-read and re-read what you wrote and do not quite understand it. That may be my language barrier.
Is what you describe all happening in YaST > System > Partitioner? And is that error message which you quote, (but not as CODE) from YaST?
When yes, that means that the fstab entry is made by YaST, but that YaST then reports that it can not use it. Thus this assumption fit with what you see?
Hi Henk, understood and sorry to have fired off a vague plea for help. It was done in frustration because something that used to work stopped. I have been trying to work out what changes I have made to the system but I do not have the time for when NFS share was last working.
I have tried to mount as root and the result is here:-
ibmserver2:~ # mount 192.168.169.130:/Multimedia
mount.nfs: access denied by server while mounting 192.168.169.130:/Multimedia
ibmserver2:~ #
Looks to me like a user permission problem at the NAS end but I believe permissions are OK. Will dig deeper in case it is a capitalisation issue with my user name but there are no log messages that an nfs share has been refused.
Thanks again,
Budgie2
Do not get confused. This is not a permission problem like you may have after the mount is done. The server will not allow the mount at all. Please follow deano_ferrari’s advice.
ibmserver2:~ # showmount -e 192.168.169.130
Export list for 192.168.169.130:
/homes
/Web
/Usb
/Recordings
/Public
/Network Recycle Bin 1
/Multimedia
/Download
/Delltop_Files
/Alastair_Test
ibmserver2:~ #
These are the exports defined on the server if I understand you correctly.
There are several threads on this on the QNap forum but I have not yet found answer there. Sorry for the delay, just had my trusty IBM 220 monitor die and been trying to sort out replacement.
Hi Deano, many thanks once more. My problem was that over a year ago I set up permitted IP addresses for the NAS shared folder but this share fell into disuse. I later changed my subnet architecture and all the addresses were changed but I had forgotten about the NAS setup. All sorted now thanks. Budgie2