April 9Apr 9 Community Expert Here's my documentation summary of actions. Let me know if there is anything else--any logs--I can provide. Please help!SkyNetOps Cache Migration (500GB → 2TB) — Full SummaryStarting StateCache drive: 500GB SSDNew drive: 2TB SSDCache usage ~300GB (appdata, system, domains)Array + parity activeMixed SATA speeds (white = SATA III, black = SATA II)1. Identified space usage on cacheYou ran:du -h --max-depth=1 /mnt/cacheFound:domains ~96GBsystem ~95GBappdata ~40GBConfirmed what needed to be migrated2. Disabled active servicesTo prevent file changes during migration:Docker → DisabledVM Manager → DisabledCritical step to avoid corruption3. Backups createdBacked up key data:system → USB 250GB drivedomains → array (/mnt/user/backup/domains)appdata → already handledEnsured recovery path before touching cache4. Introduced new 2TB SSD as separate poolCreated:Cache → 500GB (existing)Cache_ → 2TB (new, initially unformatted)5. Formatted the 2TB SSDThrough UI:Array Operation → FormatResult:Cache_ → mounted as btrfs6. Copied data (SSD → SSD)Executed:rsync -avh --progress /mnt/cache/ /mnt/cache_/Result:Full copy of:appdatasystemdomainsVerified via size + structure7. Observed performance characteristics~260 MB/s transfer rateIdentified cause:2TB SSD on SATA II (black port)Hardware bottleneck, not config issue8. Planned hardware optimizationDecision:Move 2TB SSD → white SATA (SATA III)Remove 500GB SSD entirely9. Shutdown + hardware changeClean shutdownRemoved 500GB SSDRe-cabled 2TB SSD10. Boot issue encounteredSystem hung at:Triggering udev events...11. Isolation testing performedTested with:No SATA drivesNo SAS/HBA connectionsOnly USB bootStill hung.13. Restoration testing performedTested with:Replaced 500GB SATA SSD into same spot.Replaced 2TB SATA SSD into same spot.Still hung.14. Safe mode testing performedAttempt safe mode boot. Still hung.12. Unraid USB EditConfig Fix Attempted:Located config/pools/ on the USB stick containing cache.cfg (pointing to the missing 500GB) and cache_.cfg (pointing to the 2TB)Backed up the old cache.cfg referencing the missing 500GB Samsung SSDDeleted the old cache.cfg referencing the missing 500GB Samsung SSDRenamed cache_.cfg to cache.cfgServer is still hanging after "Triggering udev events" after this fixStill hung.Conclusion of troubleshootingNot cache-relatedNot disk-relatedNot filesystem-relatedBoot issue narrowed to:non-storage hardware / driver initialization Migration StatusData migration: COMPLETEAll cache data safely copied to 2TB SSDBackup: COMPLETEsystem + domains backed upSkyNetOps Recovery: INCOMPLETE
April 9Apr 9 Author Community Expert I can't boot to get a diagnostics.zip. Is there another way to get this?
April 9Apr 9 Community Expert That backup is your configuration, including the drive assignments when the backup was taken.
April 9Apr 9 Community Expert To see if the issue is related to the pools, you can just rename the /config/pools folder to /config/pools_bak and retest. If it boots, you can then reimport any pools.
April 9Apr 9 Author Community Expert Something the AI models tell me is that there's parameters that can be added to the boot that will display what device it's getting stuck on. Each model gives me a different parameter and none of them work. Is there any truth to this?
April 9Apr 9 Community Expert 13 minutes ago, jacobMarley_ said:Something the AI models tell me is that there's parameters that can be added to the boot that will display what device it's getting stuck on.Not that I know of, but what I mentioned will confirm if the problem is a pool cfg file.
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.