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.

new sheres are created randomly

Featured Replies

I keep getting new shares that are created out of no where
some of the names for these shares:
"custom-cont-init.d , custom-cont-init.d.X2DxjaD4 , custom-services.d , custom-services.d.X2DxjaD4"
I cant find the cause for the life of me please help :)image.png.5c78f1414818603a89b1c3543bba08c1.png 

24 minutes ago, EnderDeath said:

I keep getting new shares that are created out of no where

Any top-level folder on an array disk is automatically a share.  Something is creating these folders on an array drive.  Check docker containers and plugins to see if one is improperly configured and is creating these folders on the array.

1 hour ago, Hoopster said:

Any top-level folder on an array disk or pool is automatically a share.  Something is creating these folders on an array or pool drive.  Check docker containers and plugins to see if one is improperly configured and is creating these folders on the array.

FTFY

  • Author
3 hours ago, Hoopster said:

Any top-level folder on an array disk is automatically a share.  Something is creating these folders on an array drive.  Check docker containers and plugins to see if one is improperly configured and is creating these folders on the array.

as far as I can see ( I checked 3 times) all the dockers are configured ok what exactly am I suppose to be looking for?

The names shown indicate that the offending container is one published by linuxserver.io.

 

Look for a host mapping showing /mnt/<disk or pool> instead of /mnt/user

2 hours ago, JonathanM said:

The names shown indicate that the offending container is one published by linuxserver.io.

 

Look for a host mapping showing /mnt/<disk or pool> instead of /mnt/user

Those are effectively the same location.    Should be looking for a mapping that is either one of those that should have at least one more folder level.    For instance a docker container that has a config folder directly mapped to /mnt/user instead of /mnt/user/appdata/appname which would be the normal location for such a folder.

  • Author
9 hours ago, JonathanM said:

The names shown indicate that the offending container is one published by linuxserver.io.

 

Look for a host mapping showing /mnt/<disk or pool> instead of /mnt/user

i think i got it is that it? (im using this SSD Drive in a pool for my plex mata data)

if that is the problem how do i use this pool for the mata data without this problem happening any more?

and thanks for the help :D


image.thumb.png.469cdc5afb79b45550d095726b0e2628.pngimage.thumb.png.6aff503d0c134f6e83bad8f612040c12.png

32 minutes ago, EnderDeath said:

i think i got it is that it? (im using this SSD Drive in a pool for my plex mata data)

if that is the problem how do i use this pool for the mata data without this problem happening any more?

Quickest way would be to change /mnt/plex-meta-data/ to /mnt/plex-meta-data/appdata/plex/ , assuming your appdata share is not set to move or overflow to the array. Attach diagnostics if you want better advice.

  • Author
11 minutes ago, JonathanM said:

Quickest way would be to change /mnt/plex-meta-data/ to /mnt/plex-meta-data/appdata/plex/ , assuming your appdata share is not set to move or overflow to the array. Attach diagnostics if you want better advice.

here is the diagnostics 

deus-diagnostics-20220602-1508.zip

Yep, /mnt/plex-meta-data/appdata/plex/ should work fine.

 

Before you change it though, you should probably go to the shares page, and click compute on the appdata share. Apparently there is some data from that share on disk1, it should probably be moved to the cache pool if there is room. You should look on disk1 in the appdata folder to see what's there.

  • Author
33 minutes ago, JonathanM said:

Yep, /mnt/plex-meta-data/appdata/plex/ should work fine.

 

Before you change it though, you should probably go to the shares page, and click compute on the appdata share. Apparently there is some data from that share on disk1, it should probably be moved to the cache pool if there is room. You should look on disk1 in the appdata folder to see what's

there.

 there is 6B of data how do i find it?

and how can i configure /mnt/plex-meta-data/appdata/plex/ without bricking plex?

 

 

 

image.thumb.png.ce6a3946a7b5e81b0e6578f97bf69736.png 

 

 

16 hours ago, JonathanM said:

FTFY

Yes, should have called out pools specifically as well.  Thanks for the correction.

3 hours ago, EnderDeath said:

 there is 6B of data how do i find it?

6 Bytes is probably not consequential, but if you click on the view button to the right of Disk1 on the main GUI page, you can browse what exactly is in the appdata folder and make a decision on whether it seems important or not.

 

3 hours ago, EnderDeath said:

how can i configure /mnt/plex-meta-data/appdata/plex/ without bricking plex?

Short answer, stop the plex container, move all the files and folders that are currently in /mnt/plex-meta-data into a newly created /mnt/plex-meta-data/appdata/plex/ folder, change the host mapping on the plex container, start it back up.

 

There are many different ways to move data around on the server, are you familiar / comfortable with one in particular? mc at the console would be my pick, there is a newly launched plugin that adds file management into the main GUI view buttons, and there are ways to move data directly over network shares as well, but that could possibly cause other issues.

  • Author
On 6/2/2022 at 7:37 PM, JonathanM said:

6 Bytes is probably not consequential, but if you click on the view button to the right of Disk1 on the main GUI page, you can browse what exactly is in the appdata folder and make a decision on whether it seems important or not.

 

Short answer, stop the plex container, move all the files and folders that are currently in /mnt/plex-meta-data into a newly created /mnt/plex-meta-data/appdata/plex/ folder, change the host mapping on the plex container, start it back up.

 

There are many different ways to move data around on the server, are you familiar / comfortable with one in particular? mc at the console would be my pick, there is a newly launched plugin that adds file management into the main GUI view buttons, and there are ways to move data directly over network shares as well, but that could possibly cause other issues.

ok i moved the files to (image.png.19d8581554368b7fb713e96a53580b79.png/mnt/plex-meta-data/Library/appdata/plex/) and after a few tries my plex is working again hope it will work fine now !

thank you so much btw!!! ❤️ 

Make sure your Library share is set to keep the files only on the plex-meta-data pool, otherwise the mover will pull the rug out from under you.

  • Author
1 hour ago, JonathanM said:

Make sure your Library share is set to keep the files only on the plex-meta-data pool, otherwise the mover will pull the rug out from under you.

how exactly do i do that?

Go to the shares tab, click on the Library share, and verify the settings are correct.

  • Author
2 minutes ago, JonathanM said:

Go to the shares tab, click on the Library share, and verify the settings are correct.

i think its ok 

 

image.thumb.png.7ecd6675e309a0abeedd08e972493b99.png

14 minutes ago, EnderDeath said:

i think its ok 

It will work that way because you are writing specifically to /mnt/plex-meta-data/Library/appdata/plex/, but if you or an app writes to /mnt/user/Library/appdata/plex/ it will go on the array and stay there. Turn on help and read the description for "Use cache pool".

 

You really need to work through how this stuff works so you can understand what went wrong originally, and how Unraid decides where files written to user shares are sent, and how user shares and disks / pools interact. I recommend watching Spaceinvader One's youtube on Unraid shares.

3 hours ago, EnderDeath said:

i think its ok

No, you have it configured to write files to the array. (no use pool). You want it prefer (or only) plex-meta-data pool

 

5 hours ago, JonathanM said:

Make sure your Library share is set to keep the files only on the plex-meta-data pool

 

  • Author
10 hours ago, JonathanM said:

It will work that way because you are writing specifically to /mnt/plex-meta-data/Library/appdata/plex/, but if you or an app writes to /mnt/user/Library/appdata/plex/ it will go on the array and stay there. Turn on help and read the description for "Use cache pool".

 

You really need to work through how this stuff works so you can understand what went wrong originally, and how Unraid decides where files written to user shares are sent, and how user shares and disks / pools interact. I recommend watching Spaceinvader One's youtube on Unraid shares.

ok I watched the video so I think I know what I set up wrong ( I'll leave a link incase someone who is looking at this in the future wanna see the video )

so I changed it to this image.png.becbb88b70c8e7656aead462d84d9a22.png

I hope how its configured is ok now 

tnx for the feedback 

 

 

 

 

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.