First time poster in the unraid forum, so any pointers would be appreciated! A few weeks ago I ran into an error where my docker service was not starting. I did some digging online, and came across a page suggesting me to increase my vDisk size. I did that, and my server was normal for a few days. I ran into another error, this time (to my best recollection) was error 503 trying to start a docker container. I tried to restart my server, but the cache disk failed to unmount. I went ahead and rebooted the server and all was back to normal again. Fast forward to today, when I noticed that I couldn't restart a docker container. I tried restarting my array instead, but saw that my cache drive was failing to mount with the error Unmountable: Unsupported or no file system. Reading the docs led me to run `btrfs check --readonly /dev/nvme0n1p1 which produced the following output. Most of these included the file names, Output Wrong key of child node/leaf, wanted: (255176, 108, 5472256), have: (255176, 108, 5488640) root 5 inode 255127 errors 1000, some csum missing root 5 inode 255176 errors 400, nbytes wrong root 5 inode 255177 errors 2001, no inode item, link count wrong unresolved ref dir 254514 index 630 namelen 5 name 17615 filetype 1 errors 4, no inode ref root 5 inode 255178 errors 2001, no inode item, link count wrong unresolved ref dir 254514 index 631 namelen 5 name 17621 filetype 1 errors 4, no inode ref root 5 inode 255179 errors 2001, no inode item, link count wrong unresolved ref dir 254514 index 632 namelen 5 name 17624 filetype 1 errors 4, no inode ref root 5 inode 255180 errors 2001, no inode item, link count wrong unresolved ref dir 254514 index 633 namelen 5 name 17626 filetype 1 errors 4, no inode ref root 5 inode 255181 errors 2001, no inode item, link count wrong ... (there are quite a lot of these for different files) The manual advised against running with the --repair flag as it could further damage the filesystem. I'm not very familiar with these errors so it would be helpful to know what steps to go after here. I'm mainly more hopeful to get my docker images back and not need to go through setting everything up again. Thanks for any pointers!