SpeakinTelnet
@SpeakinTelnet@programming.dev
This is a remote user, information on this page may be incomplete. View at Source ↗
- Comment on NFS mount disappearing 6 months ago:
First thing I’d do is to look at the client (fedora) journal for anything funky happening.
‘sudo systemctl status nfs-client’
Since it’s random I assume you won’t have any timeout in your /etc/fstab but it might be worth taking a look anyway.
I don’t know if it plays well with container mounted volume, but looking at autofs could be a solution to auto-remount the share. I use it profusely for network mounted home directories.