March 14Mar 14 New to all this coming from a Synology.Not sure what happened but asll my data is gone.Wich diagnostic file should I uload here, to see what happened?Thanks.Jeff johnson1-diagnostics-20260314-0929.zip Edited March 14Mar 14 by jwent333
March 14Mar 14 Author 3 hours ago, trurl said:Did you reuse your Synology disks in your Unraid?Yes but the were formatted before adding to the array.Had about 9.5TB of Movies and 8Tb of music just vanish while setting up navidrome, feishin and syfonium.
March 14Mar 14 Community Expert 2 hours ago, jwent333 said:Yes but the were formatted before adding to the array.You formatted your disks that contained data? Do I understand this correctly?Please explain in detail exactly what you mean by this.It sounds to me like you took your existing data disks, put them in your unraid array and formatted them. If that is the case formatting them erased your data.If I’m way off please explain what you were doing prior to the data being erased.To be clear unraid does not erase/delete data unless you tell it to. Edited March 14Mar 14 by MowMdown
March 15Mar 15 Author 13 hours ago, MowMdown said:You formatted your disks that contained data? Do I understand this correctly?Please explain in detail exactly what you mean by this.It sounds to me like you took your existing data disks, put them in your unraid array and formatted them. If that is the case formatting them erased your data.If I’m way off please explain what you were doing prior to the data being erased.To be clear unraid does not erase/delete data unless you tell it to.I apologize for such a vague post and I usually do not do things ths way, I was pretty busy.In the Synology I hadt 3x14TB and 1 x12TB, the data from the synology was transfered to various pc's in my network.There was also an HDD that was formatted at NTFS that contained roughtly 8TB of music files, this also was in a different pc/After installing the discs from the Synology they were formatted and mounted as XFS in Unraid.The music hdd that had 8TB of music was installed in Unraid and the music files were transferred to the array using rscyncAfter succesfully transferring the music, I used multiple tools for different audio tasks. FFmpeg to extract audio and convert to Flac, sacd extract.exe for ISO files. These files were moved to an archival folder for organization before the final bulk conversion was executed. To clean up the metadata and file names, Beets and Czkawka was used.The musi files were moved out of the nested MEDIA folder into their own dedicated top level share, this was done with a share in the MEDIA folder labeled MOVIES which was around 9TB.I am currently running a script that is looking at a custom monitoring loop (using grep, awk, and blockdev to track progress), xfs_repair is the engine doing the actual work on your 14TB drive (/dev/sdb1). via AI Gemini.To be transparent here, I know nothing about Unraid scripts and commands relying on AI. I knew that going into this project I would have issues with AI and setting up this unraid server. The data that I have backed up does not include the music or movies folders amd I am ok with that, it is just not a care for me.This has all been experimental before I outright purchase Unraid and will continue the experiment. It definitaly is a learning process at my age and I have invested a signifigant amount of time reading these forums and reddit on Unraid.In the end I will see what this script comes up with if anything, if it does not show anything that I will move on, it really is not a loss. I have been in the habit of tinkinering with things in Windows for the last 20 years, not knowing what I was doing. For me, it teaches me how and what I can and cannot do.Anyhow, I just wanted to see if anyone can tell me from the zip file exactly went wrong in the process, so that I can correct myself later.To be scertain, AI is naot fail safe in anyway, and thisnk the technology is really neat, and I do not solely rely on it. However it does make things a bit easier.Thank you in advance if any suggestions come from this.Jeff Edited March 15Mar 15 by jwent333
March 15Mar 15 Community Expert Looks like you must have setup cache and enabled docker before actually having an apps pool, so appdata and system shares also have files on cache. They won't be moved since they can't have a Mover action setting because they have no Secondary storage setting.And nothing can move open files anyway, so you have to disable Docker in Settings to work on those shares.Why are you using a docker folder instead of docker.img?2 hours ago, jwent333 said:xfs_repair is the engine doing the actual work on your 14TB drive (/dev/sdb1)For array disks, you must repair the md device instead of the sd device or you will invalidate parity.2 hours ago, jwent333 said:tell me from the zip file exactly went wrong in the processdata transfers are not logged.Since your Synology was copied to various PCs you can just try again. rsync can create logs.
March 15Mar 15 Community Expert 2 minutes ago, trurl said:For array disks, you must repair the md device instead of the sd device or you will invalidate parity.Doesn't look like any filesystem needs repair anyway.
March 15Mar 15 Community Expert 4 minutes ago, trurl said:data transfers are not logged.And neither would any subsequent file activity be logged. That would be left to the individual application or script. I/O errors would be logged, and the mover process has logging if you enable it.I recommend removing the mover tuning plugin at least until everything is working normally.
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.