June 18Jun 18 Community Expert Hi, I don't know why, but after a reboot, all my VMs and Docker containers have suddenly disappeared. Most of my shares aren't showing up either. Unraid reported issues unmounting user directories during shutdown, but by that point, there was nothing I could do about it. The data is all still there, but it doesn't seem to be merging correctly, so I suspect SHFS issues. I’ve encountered this problem before; I set everything up from scratch, only to run into the same error again shortly after. It seems to be related to the cache, as I can see some folders but not others. If I manually delete the `appdata` and `system` folders and reboot, it works again, but then all the Docker containers are gone (shares works). :( Does anyone have an idea how to fix this properly and prevent it from happening in the future? unraid-diagnostics-20260618-2205.zip
June 18Jun 18 Author Community Expert Hi, I don't know why, but after a reboot, all my VMs and Docker containers have suddenly disappeared. Most of my shares aren't showing up either. Unraid reported issues unmounting user directories during shutdown, but by that point, there was nothing I could do about it. The data is all still there, but it doesn't seem to be merging correctly, so I suspect SHFS issues. I’ve encountered this problem before; I set everything up from scratch, only to run into the same error again shortly after. It seems to be related to the cache, as I can see some folders but not others. If I manually delete the `appdata` and `system` folders and reboot, it works again, but then all the Docker containers are gone (shares works). :( Does anyone have an idea how to fix this properly and prevent it from happening in the future? unraid-diagnostics-20260618-2205.zip
June 18Jun 18 Author Community Expert Solution Found the Error: In the GO script, i try to mount a path, that was to quick. Just wait a moment, otherwise it will block shfs.
June 18Jun 18 Community Expert Use the Unassigned Devices plugin to mount remote shares instead of doing it manually, then that'll ensure things are done at the right time.
June 18Jun 18 Author Community Expert Just now, Kilrah said:Use the Unassigned Devices plugin to mount remote shares instead of doing it manually, then that'll ensure things are done at the right time.I use it to mount a smb share from a VM (HomeAssistent) to a docker (Claude) for easy access.
June 18Jun 18 Community Expert Another option is user scripts plugin, with script scheduled at array start. Nothing should be mounted within /mnt until after the array is started.
June 19Jun 19 Community Expert There's something creating /mnt/user/appdata before the array is started; this is not supported; /mnt/user is reserved.
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.