You are not logged in.
Hello!
Today's update pacman -Syu seems to have borked mounting of NFS drives mount -a -v and the command doesn't finish. These were working just fine before the update.
I've tried booting into the LTS kernel and the problem remains. I can mount these servers with samba that works fine, but I'd prefer to stick with NFS (unless you can teach me how to speed up my samba write speed!).
I'd be grateful for any help if anyone has any insight here!
Last edited by buzuddha (2020-12-16 14:43:18)
Offline
Looks and sounds more like an issue w/ the server, did you try to restart that (at least the nfs and rpc daemons)?
Were there any changes on the server? Do the /etc/exports* permissions match the used IPs?
Last edited by seth (2020-12-16 08:10:09)
Offline
Oh you're right! Thanks! Weird. All I did was shut it down and change the circuit breaker on that server. The export permissions permissions trust anything on the network (maybe that's unsafe dunno). The IP is set by the router, so I hadn't considered it could be the server. Anyhow, Seth saves the day again, thanks!
$ systemctl status nfs-server.service
● nfs-server.service - NFS server and services
Loaded: loaded (/lib/systemd/system/nfs-server.service; enabled; vendor preset: enabled)
Drop-In: /run/systemd/generator/nfs-server.service.d
└─order-with-mounts.conf
Active: inactive (dead)
Dec 15 19:03:20 servername systemd[1]: Dependency failed for NFS server and services.
Dec 15 19:03:20 servername systemd[1]: nfs-server.service: Job nfs-server.service/start failed with result 'dependency'.
A quick apt-get update, upgrade on that ubuntu server fixed it all. Then I could mount on the arch laptop.
Last edited by buzuddha (2020-12-16 14:34:48)
Offline