(09-22-2022, 06:30 PM)Tim Curtis Wrote: It looks like you turned on NFS on the client (moodeEND). It should be the NAS (moodeNAS) where NFS gets turned on.
I've checked and re-checked : NFS is on only turned on on the NAS side...
Does this command give useful information ? :
pi@moodeNAS:~ $ systemctl status nfs-server
● nfs-server.service - NFS server and services
Loaded: loaded (/lib/systemd/system/nfs-server.service; disabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Thu 2022-09-22 20:54:46 CEST; 41min ago
Process: 1996 ExecStartPre=/usr/sbin/exportfs -r (code=exited, status=1/FAILURE)
Process: 1997 ExecStopPost=/usr/sbin/exportfs -au (code=exited, status=0/SUCCESS)
Process: 1998 ExecStopPost=/usr/sbin/exportfs -f (code=exited, status=0/SUCCESS)
CPU: 18ms
Sep 22 20:54:46 moodeNAS systemd[1]: Starting NFS server and services...
Sep 22 20:54:46 moodeNAS exportfs[1996]: exportfs: No host name given with /srv/nfs/MUSIQUE (rw,sync,no_subtree_check,no_root_squash), suggest *(rw,sync,no_subtree_check,no_root_squash) to avoid w>
Sep 22 20:54:46 moodeNAS exportfs[1996]: exportfs: /media/MUSIQUE does not support NFS export
Sep 22 20:54:46 moodeNAS systemd[1]: nfs-server.service: Control process exited, code=exited, status=1/FAILURE
Sep 22 20:54:46 moodeNAS systemd[1]: nfs-server.service: Failed with result 'exit-code'.
Sep 22 20:54:46 moodeNAS systemd[1]: Stopped NFS server and services.
lines 1-14/14 (END)