Check NFS mounts and availability to the NAS:
Diagnoses NFS mount issues and verifies NAS connectivity and export availability.
/plugin marketplace add danielrosehill/linux-server-plugin/plugin install linux-desktop-mgmt@danielrosehillnfs/Check NFS mounts and availability to the NAS:
mount | grep nfsgrep nfs /etc/fstabping -c 3 192.168.1.100systemctl status nfs-client.targetshowmount -e 192.168.1.100mkdir -p /tmp/nfs-test && mount -t nfs 192.168.1.100:/export /tmp/nfs-testjournalctl | grep -i nfs | tail -20grep -i "stale" /var/log/syslogProvide Daniel with:
Note: NAS at 192.168.1.100 can be used as overflow storage. Some mounts may be legacy but should be documented.