the answer is:
Data, RAID1: total=201.00GiB, used=190.72GiB
System, RAID1: total=32.00MiB, used=64.00KiB
Metadata, RAID1: total=3.00GiB, used=2.21GiB
GlobalReserve, single: total=270.98MiB, used=0.00B
at dmesg | grep -i btrfs
[ 2.032619] Btrfs loaded, assert=on, zoned=yes, fsverity=yes
[ 58.196321] BTRFS info (device sdb): using crc32c (crc32c-intel) checksum algorithm
[ 58.196810] BTRFS info (device sdb): use no compression
[ 58.197269] BTRFS info (device sdb): disk space caching is enabled
[ 58.198253] BTRFS error (device sdb): devid 1 uuid 781edd51-ed1e-4118-a0db-2bfb99a18cee is missing
[ 58.198989] BTRFS error (device sdb): failed to read the system array: -2
[ 58.200807] BTRFS error (device sdb): open_ctree failed
[ 70.182288] BTRFS info (device sdb): using crc32c (crc32c-intel) checksum algorithm
[ 70.182808] BTRFS info (device sdb): use no compression
[ 70.183302] BTRFS info (device sdb): disk space caching is enabled
[ 70.184147] BTRFS error (device sdb): devid 1 uuid 781edd51-ed1e-4118-a0db-2bfb99a18cee is missing
[ 70.184661] BTRFS error (device sdb): failed to read the system array: -2
[ 70.185416] BTRFS error (device sdb): open_ctree failed
[ 71.235425] BTRFS info (device sdb): using crc32c (crc32c-intel) checksum algorithm
[ 71.236249] BTRFS info (device sdb): use no compression
[ 71.237019] BTRFS info (device sdb): disk space caching is enabled
[ 71.238462] BTRFS error (device sdb): devid 1 uuid 781edd51-ed1e-4118-a0db-2bfb99a18cee is missing
[ 71.239300] BTRFS error (device sdb): failed to read the system array: -2
[ 71.240367] BTRFS error (device sdb): open_ctree failed
cleared)
these above many times and then these below, I cut out all the part of the other disks that did not give any errors.
[ 888.760949] BTRFS: error (device sdb: state EA) in btrfs_finish_one_ordered:3094: errno=-5 IO failure
[ 888.761221] BTRFS error (device sdb: state EA): parent transid verify failed on logical 2795422236672 m
irror 1 wanted 739658 found 741427
[ 888.763379] BTRFS: error (device sdb: state EA) in btrfs_finish_one_ordered:3094: errno=-5 IO failure
[ 888.763590] BTRFS error (device sdb: state EA): parent transid verify failed on logical 2795422236672 m
irror 1 wanted 739658 found 741427
[ 888.766387] BTRFS: error (device sdb: state EA) in btrfs_finish_one_ordered:3094: errno=-5 IO failure
[ 888.766592] BTRFS error (device sdb: state EA): parent transid verify failed on logical 2795422236672 m
irror 1 wanted 739658 found 741427
[ 888.769324] BTRFS: error (device sdb: state EA) in btrfs_finish_one_ordered:3094: errno=-5 IO failure
[ 888.769734] BTRFS: error (device sdb: state EA) in btrfs_finish_one_ordered:3094: errno=-5 IO failure
If I run btrfs scrub start -B /mnt2/Dati
ERROR: scrubbing /mnt2/Dati failed for device id 1: ret=-1, errno=30 (Read-only file system)
ERROR: scrubbing /mnt2/Dati failed for device id 2: ret=-1, errno=30 (Read-only file system)
ERROR: scrubbing /mnt2/Dati failed for device id 3: ret=-1, errno=30 (Read-only file system)
scrub canceled for c4e9692b-c4a6-4bc6-b452-63be422d8375
Scrub started: Wed Dec 10 18:35:24 2025
Status: aborted
Duration: 0:00:00
Total to scrub: 0.00B
Rate: 0.00B/s
Error summary: no errors found
Another problem I’ve encountered is that in the Rockstor interface, two disks appear, but if I check from the command line (btrfs filesystem show /mnt2/Dati), the missing disk still appears, the broken one.
Label: ‘Dati’ uuid: c4e9692b-c4a6-4bc6-b452-63be422d8375
Total devices 3 FS bytes used 192.93GiB
devid 1 size 0 used 0 path MISSING
devid 2 size 931.51GiB used 204.03GiB path /dev/sdb
devid 3 size 953.87GiB used 1.00GiB path /dev/nvme0n1
I managed to remove it without any btrfs command (btrfs device remove missing).
Honestly, it would be easier to destroy the pool and rebuild it from scratch. It would be laborious to properly configure the Rocks-on devices running on it. But honestly, with your help, I’m learning a lot, and I don’t know why I feel like I can always fix it. Thank you so much for your support, your time, and you can always tell me to STOP, throw everything away.
Davide