Thanks a lot! Yes, it seems it became quite stable. Right now I’m doing a library export to force it to read and write from the shares.
Now, just only one aesthetical problem remained, that virtually not existing ‘4K-MOVIES-3’ share in the root/nfs folder. Do you know, where can I delete that and/or why is is still visible in Vero’s file exporer but nowhere else?
Thanks fzinken, that solved the problem so far. It was a local folder.
I will report back if the situation would change, but so far all looks good!
Cheers!
Hi Fzinken,
Today I ran into the same issue after running the Library Update on Vero. Two of my remote HDDs remained mounted via fstab as well, making them unavailable for browsing. The only solution was, to run the
sudo systemctl restart autofs
It solved the problem immediately, and the HDDs became available again. Could it be an error in Kodi or OSMC that the library update forgots to disconnect that temporary connection for a reason or a hidden error?
As already said before “fstab” was a wrong assumption from myside. These are all autofs related.
Why you mounts are becoming unresponsive is strange.
I guess if you want to dig deeper you woul need to run autofs in debug mode (open a “screen” in your SSH session, stop the daemon and start it manually with debugging as explained in the how to). Then you can monitor that window at the time of Library scan.
Have you tried removing the minproto and maxproto setting, from what I read that should be used to specify the nfs protocol, v1 2 3 or 4, and you have it set to 5. I also would remove the vers=3 and let it auto negotiate the connection.
I use fstab entries for my nfs shares, what benefit does autofs provide if you don’t mind my asking?
autofs will connect to the NFS share “on demand” and then, after a configurable time, disconnect. So, in cases where the NFS server or network might be unreliable or not on 24/7, you won’t got those hangs that can happen with fstab when the server disappears.
To be frank, I’m very new to linux and have near zero experience and knowledge, so I usually follow the guides here from the experts. I will check the fstab and autofs differences, and if it won’t require to rebuild the whole database I may change it to fstab if its more stable.
For a few days in a row I haven’t seen any issues except that the Library Export always ends with an error message that there’s insufficient space on drive, but did not say on which drive and all drives has min 1 GB free space so it should be plenty for a few nfo files. Other than that I had no issue with accessing the HDDs now.
If the nfs shares are working I wouldn’t mess with it further, no reason to fix it till it breaks.
As for the export, I think that saves to the storage on the vero itself unless you choose the option to save along side the media files. Sorry not at my vero right now to confirm the menu pathing and naming for that option. I’m sure someone else can assist with that.
Yes, actually this is the case, that my system started to work in a quite stable way for whatever reasons, so I’m not keen on fix what is working now with autonf.