digity Posted July 28, 2021 Share Posted July 28, 2021 (edited) I'm running Unraid 6.9.2 bare metal and it only stores my Plex media files (shared via NFS). I have Plex, etc. running in Docker containers in a Ubuntu Server VM on my ESXi physical server. The Unraid NFS share is mounted in the Ubuntu VM (/etc/fstab syntax below) then passed to the Docker containers via the volume feature. I'm constantly getting "Stale file handle" errors within the containers and the apps can not access the media files and folders. Restarting the VM fixes the problem momentarily (restarting the container by itself does NOT), but the error occurs again soon after. Why is this error occurring and how do I resolve it? /etc/fstab file on Ubuntu Server VM (Docker host): 192.168.0.20:/mnt/user/medialibrary /mnt/medialibrary nfs auto,nofail,noatime,nolock,intr,tcp,actimeo=1800 0 0 P.S. - the NFS mount options in fstab were copied over from my old TrueNAS setup (the media files use to be on a TrueNAS server, Unraid replaced that server) Edited July 28, 2021 by digity Quote Link to comment
itimpi Posted July 28, 2021 Share Posted July 28, 2021 Not a direct answer to your question, but would it not be easier to by-pass this issue by running the Plex docker container on your Unraid server as you could then map the media through directly without using any shares? Quote Link to comment
digity Posted July 28, 2021 Author Share Posted July 28, 2021 39 minutes ago, itimpi said: Not a direct answer to your question, but would it not be easier to by-pass this issue by running the Plex docker container on your Unraid server as you could then map the media through directly without using any shares? It's tidier for me to have my homelab modularized, keeping roles/functions separate. Taking down the whole network just to troubleshoot one issue got old very fast for me. Quote Link to comment
phanb Posted August 9, 2021 Share Posted August 9, 2021 I am starting to have this issue with the new unraid 6.10.0-rc1 release as my bare metal machine is constantly dropping the NFS share anyone else experiencing difficulties with NFS shares in the rc1 release? Quote Link to comment
dlandon Posted August 9, 2021 Share Posted August 9, 2021 8 minutes ago, phanb said: I am starting to have this issue with the new unraid 6.10.0-rc1 release as my bare metal machine is constantly dropping the NFS share anyone else experiencing difficulties with NFS shares in the rc1 release? It's a known issue (not unique to 6.10) and the only solutions are: - Disable hard links. - Don't use cache on the share. - Use SMB, and not NFS for remote shares. It's a limitation of NFS and Unraid has no control over the issue. Quote Link to comment
phanb Posted August 10, 2021 Share Posted August 10, 2021 I just find it really weird it worked for almost a year on 6.9 without any hiccups Quote Link to comment
dlandon Posted August 25, 2021 Share Posted August 25, 2021 Please see this post: Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.