March 29, 20251 yr Rebooted my unraid server and when it came back up it's reporting the same drive should be in both slots of my cache pool. Tried to start array without pool but then unraid says too many drives are missing and can't start array. Any tips on fixing this?
March 29, 20251 yr Author Solution I've got the cache pool going again. Steps I took for anyone running into this in the future: Step 1: Back up everything off the cache pool: SSH into unraid server, mount one of your cache drives, back everything up. cd /mnt mkdir tempmount #Find out what your cache drives device is using lsblk and then mount it read only. mount -o ro /dev/nvme0n1p1 /mnt/tempmount #I backed up the cache to my local machine #Open local terminal and execute rsync rsync -avh --progress "[email protected]:/mnt/tempmount/" ~/Desktop/cache_backup Go into unraid > Tools > New Config > Preserver Current Assignments > Array > Apply Go to Main > Add Cache Pool > Assign cache drives like they were before reboot > Check the Parity Valid box > Start array All of my data seems to be intact on the cache pool, so no need to the backups we made!
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.