January 16, 20242 yr Had so many other issues not sure when this started but files are no longer being moved even is I trigger it manually. plexserver-diagnostics-20240115-2022.zip
January 16, 20242 yr Community Expert Take a look here first: https://forums.unraid.net/topic/46802-faq-for-unraid-v6/?do=findComment&comment=972660
January 17, 20242 yr Author I enabled the mover logging, uninstalled the mover tuning plugin, checked to make sure cache pool options are correct, manually triggered the move and nothing, plexserver-diagnostics-20240116-2026.zip
January 17, 20242 yr Community Expert Quick look at your diagnostics. Two things. First thing, you have a lot of shares that do not exist on any storage media. (I would suggest deleting them as they merely make figuring out what is going difficult.) Second thing, you have not set up this parameter on the shares that I checked: It should be about double the size of the largest file you will ever store on this share. Unraid checks before it starts a transfer that this much free space is available on the disk where it proposes to write the file. If that amount of space is not available, it will move on to the next disk allocated to this share and write the file on that disk. Once Unraid starts the write if there is not enough space on selected disk, the write will simply fail. If this is not the problem, please provide the first and last characters of the share name(s) with the problem so as to simplify examining your diagnostics file.
January 17, 20242 yr Community Expert Solution You are running into the included disks bug, update to 6.12.6 and try again.
January 17, 20242 yr Author updated to 6.12.6 and mover is now running. Thank you. 2 hours ago, Frank1940 said: you have a lot of shares that do not exist on any storage media. (I would suggest deleting them as they merely make figuring out what is going difficult.) I would like to clean up the shares like you said but not sure if I'm understanding the issue here which share is not on storage media?
January 17, 20242 yr Community Expert 1 minute ago, fespinoza831 said: I would like to clean up the shares like you said but not sure if I'm understanding the issue here which share is not on storage media If you look in the config/shares folder on the flash drive there will be .cfg files for every current share and shares that might have existed in the past. You can safely delete any that do not correspond to shares you currently have.
January 17, 20242 yr Community Expert 3 minutes ago, fespinoza831 said: I would like to clean up the shares like you said but not sure if I'm understanding the issue here which share is not on storage media? From the shareDisks.txt file in the "Shares" folder in your Diagnostics file. appdata shareUseCache="only" # Share exists on cache b----p shareUseCache="no" # Share exists on disk10 b-----s shareUseCache="yes" # Share exists on disk1, disk5, disk10 d--a shareUseCache="yes" # Share exists on cache, disk1, disk2, disk3, disk4, disk5, disk6, disk7, disk8, disk9, disk10, disk11 domains shareUseCache="prefer" # Share exists on cache D-------s shareUseCache="yes" # Share does not exist F-------e shareUseCache="yes" # Share does not exist g-------e shareUseCache="yes" # Share exists on disk5 i---s shareUseCache="no" # Share exists on disk5 isos shareUseCache="yes" # Share exists on disk5 l--------d shareUseCache="no" # Share does not exist M---a shareUseCache="yes" # Share does not exist M----s shareUseCache="yes" # Share does not exist M---c shareUseCache="yes" # Share does not exist N--------r shareUseCache="no" # Share does not exist n-------d shareUseCache="no" # Share exists on disk5, disk7 p------s shareUseCache="yes" # Share exists on disk1, disk5 P--x shareUseCache="only" # Share exists on cache_wdssd s---e shareUseCache="no" # Share exists on disk5 S----------y shareUseCache="no" # Share does not exist system shareUseCache="prefer" # Share exists on cache, disk10 t--p shareUseCache="prefer" # Share exists on cache T------s shareUseCache="yes" # Share does not exist U----------------------A shareUseCache="no" # Share does not exist U----------------------A (1) shareUseCache="no" # Share does not exist U----------------------w shareUseCache="no" # Share does not exist U----------------------w (1) shareUseCache="no" # Share does not exist U----------------------Q shareUseCache="no" # Share does not exist U----------------------A (2) shareUseCache="no" # Share does not exist U----------------------w (2) shareUseCache="no" # Share does not exist U----------------------Q (1) shareUseCache="no" # Share does not exist U----------------------w (3) shareUseCache="no" # Share does not exist U----------------------A (3) shareUseCache="no" # Share does not exist U----------------------g shareUseCache="no" # Share does not exist U----------------------A (4) shareUseCache="no" # Share does not exist U----------------------g (1) shareUseCache="no" # Share does not exist U----------------------g (2) shareUseCache="no" # Share does not exist U----------------------w (4) shareUseCache="no" # Share does not exist U----------------------w (5) shareUseCache="no" # Share does not exist U----------------------Q (2) shareUseCache="no" # Share does not exist U----------------------Q (3) shareUseCache="no" # Share does not exist U----------------------g (3) shareUseCache="no" # Share does not exist U----------------------Q (4) shareUseCache="no" # Share does not exist U----------------------Q (5) shareUseCache="no" # Share does not exist U----------------------g (4) shareUseCache="no" # Share does not exist U----------------------g (5) shareUseCache="no" # Share does not exist U----------------------g (6) shareUseCache="no" # Share does not exist U----------------------w (6) shareUseCache="no" # Share does not exist U----------------------Q (6) shareUseCache="no" # Share does not exist U----------------------g (7) shareUseCache="no" # Share does not exist U----------------------Q (7) shareUseCache="no" # Share does not exist U----------------------Q (8) shareUseCache="no" # Share does not exist U----------------------Q (9) shareUseCache="no" # Share does not exist U----------------------w (7) shareUseCache="no" # Share does not exist U----------------------w (8) shareUseCache="no" # Share does not exist U----------------------w (9) shareUseCache="no" # Share does not exist U----------------------Q (10) shareUseCache="no" # Share does not exist U----------------------g (8) shareUseCache="no" # Share does not exist U----------------------Q (11) shareUseCache="no" # Share does not exist U----------------------Q (12) shareUseCache="no" # Share does not exist U----------------------g (9) shareUseCache="no" # Share does not exist U----------------------g (10) shareUseCache="no" # Share does not exist U----------------------w (10) shareUseCache="no" # Share does not exist U----------------------A (5) shareUseCache="no" # Share does not exist U----------------------Q (13) shareUseCache="no" # Share does not exist U----------------------A (6) shareUseCache="no" # Share does not exist U----------------------A (7) shareUseCache="no" # Share does not exist U----------------------Q (14) shareUseCache="no" # Share does not exist u----t shareUseCache="no" # Share does not exist w---------k shareUseCache="no" # Share exists on disk1, disk2, disk3, disk4, disk5, disk6, disk7 Z------N shareUseCache="no" # Share does not exist You have 72 shares listed and most of them do not have a directory in the root of any physical hard drive! I counted only fourteen shares have even have a directory on a disk.
January 18, 20242 yr Community Expert 14 hours ago, fespinoza831 said: Thank everyone I have delete the additional .cfg files Good - that helps when looking at diagnostics to look at issues regarding share settings.
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.