I recently stopped and started my array to made a change to an SMB setting and when the array came back up, my two-drive single mode cache pool won't mount. In the GUI the error shown is: "Unmountable: wrong or no filesystem". The unraid log shows: Jun 24 15:50:06 emhttpd: cache: btrfs verify devices
Jun 24 15:50:06 emhttpd: /sbin/btrfs filesystem show af326f9e-a439-4fd0-b2ef-57c6d8da236c 2>&1
Jun 24 15:50:06 emhttpd: Label: none uuid: af326f9e-a439-4fd0-b2ef-57c6d8da236c
Jun 24 15:50:06 emhttpd: #011Total devices 2 FS bytes used 502.52GiB
Jun 24 15:50:06 emhttpd: #011devid 1 size 232.88GiB used 232.88GiB path /dev/sdc1
Jun 24 15:50:06 emhttpd: #011devid 2 size 931.51GiB used 335.00GiB path /dev/sdf
Jun 24 15:50:06 emhttpd: cache: cannot import with misplaced devices
Jun 24 15:50:06 emhttpd: shcmd (4542): rmdir /mnt/cache
Jun 24 15:50:06 root: rmdir: failed to remove '/mnt/cache': Directory not empty
Jun 24 15:50:06 emhttpd: shcmd (4542): exit status: 1
Jun 24 15:50:06 emhttpd: cache: mount error: wrong or no file systemYet the file system seems to be intact on both drives, and both are present. I can even mount the pool read only using mount -o rescue=all,ro /dev/sdc1 /temp Output of btrfs fi show : Label: none uuid: af326f9e-a439-4fd0-b2ef-57c6d8da236c
Total devices 2 FS bytes used 502.52GiB
devid 1 size 232.88GiB used 232.88GiB path /dev/sdc1
devid 2 size 931.51GiB used 335.00GiB path /dev/sdf btrfs check output for each drive with no errors: Checking filesystem on /dev/sdc1
UUID: af326f9e-a439-4fd0-b2ef-57c6d8da236c
[1/8] checking log skipped (none written)
[2/8] checking root items
[3/8] checking extents
[4/8] checking free space tree
[5/8] checking fs roots
[6/8] checking only csums items (without verifying data)
[7/8] checking root refs
[8/8] checking quota groups skipped (not enabled on this FS)
found 539572510720 bytes used, no error found
total csum bytes: 391171280
total tree bytes: 1112637440
total fs tree bytes: 493502464
total extent tree bytes: 156663808
btree space waste bytes: 189219902
file data blocks allocated: 16886634491904
referenced 482911248384Checking filesystem on /dev/sdf
UUID: af326f9e-a439-4fd0-b2ef-57c6d8da236c
[1/8] checking log skipped (none written)
[2/8] checking root items
[3/8] checking extents
[4/8] checking free space tree
[5/8] checking fs roots
[6/8] checking only csums items (without verifying data)
[7/8] checking root refs
[8/8] checking quota groups skipped (not enabled on this FS)
found 539572510720 bytes used, no error found
total csum bytes: 391171280
total tree bytes: 1112637440
total fs tree bytes: 493502464
total extent tree bytes: 156663808
btree space waste bytes: 189219902
file data blocks allocated: 16886634491904
referenced 482911248384 Output of fdisk -l /dev/sdc1 Disk /dev/sdc1: 232.88 GiB, 250058301440 bytes, 488395120 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes Output of fdisk -l /dev/sdf Disk /dev/sdf: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: WD Blue SA510 2.
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytesdiagnostics-20250624-1557.zip