Krisbee wrote: > > Lestrad wrote: > > > > > > While you're doing that, I did a bit of googling over at the arch linux > > forums. This recent thread may be relevant: > > https://bbs.archlinux.org/viewtopic.php?id=193834 > > > > The suggestion is to try this in the mount command: > > > > > > Code: -------------------- > > > > > > mount -v -t *nfs4 -o vers=4* 192.168.0.14:/c/media /mnt/disk1 > > -------------------- > > > > > > > > It might simply be a client side problem after all.> > > > I can't find /etc/exports and /etc/default/nfs-kernel-server on the > NAS. I'll have to look for them. Meanwhile, I saw somewhere that the > ReadyNAS uses nfs version 3. So I tried the above with "vers=3" and > this is what I get: > > [root@soa-wandboard /]# mount -v -t nfs -o vers=3 192.168.0.14:/media > mnt/disk1 > mount.nfs: timeout set for Wed Apr 1 19:29:40 2015 > Job for rpc-statd.service failed. See "systemctl status > rpc-statd.service" and "journalctl -xe" for details. > mount.nfs: rpc.statd is not running but is required for remote > locking. > mount.nfs: Either use '-o nolock' to keep locks local, or start > statd. > mount.nfs: an incorrect mount option was specified > > If I add "nolock", all I get is the mount help file. That's what I get > if I use "nfs4" and "vers=4". > > Regarding rpc.statd, this is part of what journalctl -xe says: > -- Unit rpc-statd.service has begun starting up. > Apr 01 19:27:40 soa-wandboard rpc.statd[16228]: Version 1.3.2 > starting > Apr 01 19:27:40 soa-wandboard rpc.statd[16228]: Flags: TI-RPC > Apr 01 19:27:40 soa-wandboard rpc.statd[16228]: Running as root. > chown /var/lib/nfs to choose different user > Apr 01 19:27:40 soa-wandboard rpc.statd[16228]: failed to create RPC > listeners, exiting > Apr 01 19:27:40 soa-wandboard systemd[1]: rpc-statd.service: control > process exited, code=exited status=1 > Apr 01 19:27:40 soa-wandboard systemd[1]: Failed to start NFS status > monitor for NFSv2/3 locking.. > -- Subject: Unit rpc-statd.service has failed > -- Defined-By: systemd > -- Support: > http://lists.freedesktop.org/mailman/listinfo/systemd-devel > > > Is that rpc-statd indispensable?
------------------------------------------------------------------------ Lestrad's Profile: http://forums.slimdevices.com/member.php?userid=40857 View this thread: http://forums.slimdevices.com/showthread.php?t=101624 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
