July 21, 2025Jul 21 Hi guys, i was replacing one of my drives and power went away. i do have ups, and i believe unraid shutdown properly. after booting it up, i started data rebuilding again, from the beginning.then i start to notice my docker containers are failing, especially my download manager.later i discovered if i mount the path to /mnt/cache/ instead of /mnt/user, everything works fine.i tried with both my pools and the array, writing into it through /mnt/disk*/ or /mnt/cache/ is totally fine. whereas writing into /mnt/user/anyfolder/ gives an i/o error!can anyone help please?
July 22, 2025Jul 22 Author sorry, my first time posting here.kindly note disks 3 and 4 are rebuilding.
July 22, 2025Jul 22 Community Expert There appears to be a container constantly restarting; see if you can find out which one by looking at their uptimes, fix that, then reboot and post new diags after array start.
July 22, 2025Jul 22 Author 34 minutes ago, JorgeB said:There appears to be a container constantly restarting; see if you can find out which one by looking at their uptimes, fix that, then reboot and post new diags after array start.Thanks for your help.there are a few containers constantly restarting, all because they couldnt make writes to /mnt/user/appdata.Im still rebuilding data on disks 3 and 4. will restart after that is done.
July 22, 2025Jul 22 Author Solution figured it out.turns out my new disk 4 needs to be repaired and expanded to 16tb and re-added to the array.after that everything is now ok.here are the commands i used in case anyone encounter the same problem:mkdir /mnt/disks/1mount /dev/sdh1 /mnt/disks/1umount /mnt/disks/1xfs_repair /dev/sdh1mount /dev/sdh1 /mnt/disks/1xfs_growfs /mnt/disks/1umount /mnt/disks/1rm -rf /mnt/disks/1
July 22, 2025Jul 22 Author now that i think of it, my parity disks could have contained corrupted data, which caused the new disk to remain at 8tb and corrupted the FUSE_based file system.im re-syncing my parity disks now.
July 23, 2025Jul 23 Community Expert You will need to, since with the way you did the filesystem check parity was not updated; next time you can use the GUI.
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.