Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Entire folder directories become unresponsive

Featured Replies

  • Author
Just now, Rysz said:

 

Ok, that rules out the theory of a full rootfs ramdisk. Did you test your RAM sticks with memtest in the meantime?

 

Yes and there was no error for almost 24 hours

  • Replies 66
  • Views 4k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • It may well be, I just wanted the user to test without mergefs to rule that out, since there's nothing else relevant logged that I can see that would explain folders going away.

  • Funny you should mention GPU driver, it did update a couple hours before this first outage occurred. I will try going back one driver!

  • Post a new syslog in case there's something there now.

Posted Images

  • Author

Diagnostics is stuck on this stage

 

image.thumb.png.8277510fa61d669c7865069ecad49515.png

  • Author

image.thumb.png.46a5d3bb5502510b16e83213fc5e5c17.png

 

Server crashed around 21:00-21:15ish

 

image.thumb.png.960b82fc5b62440b9ec7db269ba14c99.png

Edited by thatja

1 minute ago, thatja said:

image.thumb.png.46a5d3bb5502510b16e83213fc5e5c17.png

 

Server crashed around 21:00ish

 

image.thumb.png.960b82fc5b62440b9ec7db269ba14c99.png

 

Nothing stands out, I honestly have no idea. 😞 

  • Author

I am 99.9% sure its to do with mergerfs though, it only happened when scanning in a very large Music library which is mounted with mergerfs

  • Author

But then if it was mergerfs, i would expect unmounting them would bring the server back to "life" but it doesn't. I have to do a full reboot.

 

7 minutes ago, thatja said:

I am 99.9% sure its to do with mergerfs though, it only happened when scanning in a very large Music library which is mounted with mergerfs

 

Well you can try: killall -9 mergerfs

And see if that unfreezes your server.

 

I really don't see how it can be mergerFS though, when there's zero indication in the logs (apart from garbage collection, which actually says that mergerFS is still operating normally at that point) and tons of users are using it without any problems... unless something in your configuration causes this (which I don't think either, because it works 90% of the time).

 

Edited by Rysz

  • Author
5 minutes ago, Rysz said:

 

Well you can try: killall -9 mergerfs

And see if that unfreezes your server.

 

I really don't see how it can be mergerFS though, when there's zero indication in the logs (apart from garbage collection, which actually says that mergerFS is still operating normally at that point) and tons of users are using it without any problems... unless something in your configuration causes this (which I don't think either, because it works 90% of the time).

 

 

Yeah, and why would the entire /mnt become unaccessible? I wonder if @JorgeB can shed any light on this.

  • Community Expert

Not without something in the logs, I've never seen this before, I suspect something that you are using is causing this, and still think it would be worth re-testing without mergefs, I don't see anything pointing directly to it, but it's still something that should be ruled out.

  • Author
Just now, JorgeB said:

Not without something in the logs, I've never seen this before, I suspect something that you are using is causing this, and still think it would be worth re-testing without mergefs, I don't see anything pointing directly to it, but it's still something that should be ruled out.

The problem with this is my setup doesn't work without mergerfs so it wouldn't be a good test

  • Community Expert

If it's not easy to remove mergefs, you can try the other way around, remove all other plugins and leave VM and docker services disabled, then restest.

  • 1 month later...

Have you tried replacing the rclone mounts with local mounts?  Like add a drive or two or three.  Mount the drives and run mergerfs off of the local drives?  This eliminates rclone as a possible issue but allow you to successfully run mergerfs, except you won't have any content/files since it's local with empty hard drives.  Hope this makes sense.

  • 1 month later...
  • Author
On 5/31/2024 at 9:29 PM, Rysz said:

 

Well you can try: killall -9 mergerfs

And see if that unfreezes your server.

 

I really don't see how it can be mergerFS though, when there's zero indication in the logs (apart from garbage collection, which actually says that mergerFS is still operating normally at that point) and tons of users are using it without any problems... unless something in your configuration causes this (which I don't think either, because it works 90% of the time).

 

 

I understand you are the maintainer for mergerfs for UNRAID? Apologies if not.

 

I am still getting this issue, though nearly not as much as I was before, however I am wondering if there is a way I can improve the performance of my setup and, I acknowledge ahead of time that my setup is rather niche and unique in a sense that its not something you would come across often. Because of this I'll give you a small rundown of what's what.

 

/mnt/user/plexdata/ - This is my share for my Array on UNRAID (local)

 

/mnt/nvmedl/plexified/mounts/moviesrc - This is my movies source that is a combination of folders on Google Drive mounted via Rclone

 

/mnt/nvmedl/plexified/mounts/google/Data - This is my main Google Drive folder that is mounted via Rclone and where most of my files are located.

 

/mnt/nvmedl/plexified/mounts/secret/ - This is the end product with all 3 of the above merged together using Mergefs. The command I am using for this is;

 

mergerfs -o defaults,allow_other,statfs_ignore=nc,use_ino,category.create=ff,fsname=mergerFS /mnt/user/plexdata/:/mnt/nvmedl/plexified/mounts/moviesrc=NC:/mnt/nvmedl/plexified/mounts/google/Data=NC /mnt/nvmedl/plexified/mounts/secret/

 

and my Rclone mount is:

 

rclone mount --config=/mnt/nvme/plexified/mounts/rclone/rclone.conf --allow-other --no-traverse --vfs-cache-mode full --cache-dir /mnt/nvmedl/plexified/mounts/googlecache/ --vfs-cache-max-size 250G --dir-cache-time 96h --vfs-fast-fingerprint --vfs-refresh --drive-impersonate [email protected] googledecrypted: /mnt/nvmedl/plexified/mounts/google/

 

I then use Sonarr which via instructions from Mergerfs to import all new files to the Array folder, and my config in Sonarr docker to forward the folder in a way that my Plex server can read from an old bare metal install as below: (Plex also has this same container/host path setup)

 

image.png.ab2f920c2a61a763cffa9cb14cdd0df6.png

 

Now, Sonarr and Radarr also use this location, and I use this to manage my files however I have noticed that importing is rather slow to do, I am wondering if there is anything in my setup that could be improved that would make my import performance faster, and I also wonder if this is what contributes to the way my server hangs and then ultimately crashes.

 

Any input is very greatly appreciated and I look forward to reading your reply.

Edited by thatja

  • 1 month later...
  • Author

I am still facing this issue however I have moved away from mergerfs so I can rule out that as being the issue.

 

Not sure what to try next.

  • Community Expert

Assuming there's still nothing logged in the syslog it may not be easy to find the issue, you can try booting in safe mode and leave the VM and Docker services disabled, then see if it still happen like that.

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.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.