Everything posted by trurl
-
How to confirm drive location for share data
If you still have files on cache, it may be because you didn't allow them to be moved before you reconfigured the user shares to not use cache. Diagnostics can let us quit guessing and actually give some advice on how to proceed.
-
How to confirm drive location for share data
If you were transferring to user shares there shouldn't be duplicates.
-
How to confirm drive location for share data
User shares includes all array disks, plus all pools, such as cache. So if you are looking at user shares, and also looking at cache, you may be seeing the exact same files instead of duplicates.
-
How to confirm drive location for share data
Attach Diagnostics ZIP to your NEXT post in this thread.
-
How to confirm drive location for share data
I think you are using the word "pool" to mean what we normally refer to with Unraid as "the array". "cache" is itself a "pool". Not really clear what you have done. Are you transferring directly to individual disks or cache, instead of transferring to user shares?
-
Dashboard & Main tabs not showing any data
Attach Diagnostics ZIP to your NEXT post in this thread.
-
“Compute all” going on 36+ hours
Try refreshing the page
-
Disabled disks
Ideally, Docker/VM related shares - appdata, domains, system - would have all files on cache or other pool with nothing on the array, so Docker/VM will perform better, and so array disks can spin down since these files are always open. All of these shares currently have files on the array. Disable Docker and VM Manager in Setttings. Set each of these shares to Primary:cache; Secondary:array; Mover action:array->cache Run Mover, wait for it to complete, post new diagnostics.
-
Docker Failed to Start
Unclean shutdown not a likely cause of problems. Can you tell us exactly what problems you are facing now?
-
Did my cache disk die ?
Post new Diagnostics
-
Completely Screwed Up - Ran "New Permissions" on Every Share including Appdata, now No Containers Work with "Execution Error - Bad Parameter" Message
Reinstall from your appdata backup like explained in the post just above yours.
-
No file system, tried running xfs repair and got input/output error
https://docs.unraid.net/unraid-os/troubleshooting/common-issues/data-recovery/#cloning-a-failing-disk
-
No file system, tried running xfs repair and got input/output error
- Did my cache disk die ?
I don't see cache SSD in those diagnostics.- No file system, tried running xfs repair and got input/output error
First step is cloning disk5. Maybe even ddrescue since it seems to be failing.- Can I use my SSD cache drive for downloads (or part of it?)
Ideally, Docker/VM related shares - appdata, domains, system - would have all files on cache or other pool with nothing on the array, so Docker/VM will perform better, and so array disks can spin down since these files are always open. If you want more specific advice Attach Diagnostics ZIP to your NEXT post in this thread.- Can I use my SSD cache drive for downloads (or part of it?)
Just configure whatever share you want to use it however you want.- Did my cache disk die ?
You may have to use power button- No file system, tried running xfs repair and got input/output error
Actually making this happen isn't difficult, but is a little more complicated than a normal rebuild, and will require following detailed instructions exactly. Might be better if you could take care of this in person.- No file system, tried running xfs repair and got input/output error
If we can emulate disk1 with the disk5 clone in the array, it should give a good idea of how disk1 rebuild will go, since the emulated contents are exactly what will be rebuilt, assuming all goes well.- Disk disabled : HDD dying or SATA error?
The drive was disabled when a write to it failed. Unraid does not use the disk after that. That failed write, and any subsequent writes to the disabled disk, are still in the array because parity is updated, and that data is emulated from the parity calculation. Rebuild will recover those writes. If you "trust" the disk instead the array is still out-of-sync since parity and the "trusted" disk don't agree. So then you have to rebuild parity, but you would have lost those emulated writes. In some extreme cases, it might make sense to trust the disk, rebuild parity, and accept the losses. But if you can rebuild, that is the whole point of parity, to recover the data. All your disks are mostly full, so any write to user shares has to choose one of those mostly full disks. If you have Minimum Free for the share set, that will help it choose an appropriate mostly full disk.- Disabled disks
Post new diagnostics- Mover not moving files from cache to the array
Thank you!- Mover not moving files from cache to the array
SMB also isn't case-sensitive. Which means you wouldn't be able to see both Downloads and downloads shares on the network.- Mover not moving files from cache to the array
The reason flash isn't case sensitive is because it is FAT. FAT is Windows (actually DOS), which isn't case-sensitive. But it can be created and worked with natively on most OS. - Did my cache disk die ?