You are not logged in.
Hi
I cannot mount my NFS share anymore in Dolphin. It worked months without issues and I did not change anything on the server side.
The last thing I remember was I did a "sudo pacman -Syu" on the client.
I have this entry in my fstab:
192.168.1.101:/media/hdd /mnt/vu nfs noauto,user,bg,rw,_netdev,soft,timeo=60,x-gvfs-show 0 0
If I then try to mount the share in Dolphin I get this error message:
An error occurred while accessing '/media/hdd on vu', the system responded: mount.nfs: failed to prepare mount: Operation not permitted
I see no errors in the log on the server side.
But I can mount the share as root from command line with:
# sudo mount /mnt/vu
Created symlink /run/systemd/system/remote-fs.target.wants/rpc-statd.service → /usr/lib/systemd/system/rpc-statd.service.
And then I can access the share.
Any ideas whats wrong here with permission for my normal user?
EDIT: May be related to https://bugs.archlinux.org/task/65269
https://github.com/karelzak/util-linux/issues/941
Last edited by pauledd (2020-02-03 13:41:07)
Offline
fixed with util-linux 2.35.1-1.
Offline