February 15, 20233 yr My unraid array uses an ssd cache and the cache pool is set to "yes". After depositing some of the files, I found that the mover script keeps trying to move the files repeatedly but keeps failing, and all of these files are zip split files with a suffix like z01 z02. After turn on the mover logging, here is the log: Quote Feb 15 14:52:56 UnraidServer root: mover: started Feb 15 14:52:56 UnraidServer move: file: /mnt/cache/Cloudisk/test/BA.z05 Feb 15 14:53:22 UnraidServer shfs: copy_file: /mnt/cache/Cloudisk/test/BA.z05 /mnt/disk1/Cloudisk/test/BA.z05.partial (2) No such file or directory Feb 15 14:53:23 UnraidServer move: move_object: /mnt/cache/Cloudisk/test/BA.z05 No such file or directory Feb 15 14:53:23 UnraidServer root: mover: finished The mover script will first try to write this file to the array, and then delete the files in the array. After I changed the file extension to zip, the mover program still has the same problem. But if the file itself is a zip archive, then the move works. Here is the log of my test: Quote Feb 15 15:00:17 UnraidServer root: mover: started Feb 15 15:00:17 UnraidServer move: file: /mnt/cache/Cloudisk/test/BA.zip Feb 15 15:00:46 UnraidServer shfs: copy_file: /mnt/cache/Cloudisk/test/BA.zip /mnt/disk1/Cloudisk/test/BA.zip.partial (2) No such file or directory Feb 15 15:00:47 UnraidServer move: move_object: /mnt/cache/Cloudisk/test/BA.zip No such file or directory Feb 15 15:00:47 UnraidServer root: mover: finished Quote Feb 15 15:01:59 UnraidServer root: mover: started Feb 15 15:02:00 UnraidServer move: file: /mnt/cache/Cloudisk/test2/rm2100.zip Feb 15 15:02:00 UnraidServer root: mover: finished It looks like unraid's mover script doesn't seem to handle splite zip files properly, any solutions please?
February 15, 20233 yr Community Expert Please tell exactly what the name of the file is? Is it BA.z05 or BA.z05.partial (2)
February 19, 20233 yr Author On 2/15/2023 at 11:59 PM, Frank1940 said: Please tell exactly what the name of the file is? Is it BA.z05 or BA.z05.partial (2) The filename is BA.z05, BA.z05.partial is a temporary file created by mover and the extension should be removed when the move is complete, but apparently a (2) was somehow added and the conversion was not successful
February 19, 20233 yr Can you check if the target file or its partial copy already exists in the destination? The (2) is odd, usually those are added on windows if the file already exists
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.