Follow-up to a very similar case I found (topic 200027) — same root symptom (device added without a partition, "Unmountable: no pool uuid" / "wrong or no file system"), but with an extra complication that thread didn't have. Setup: single btrfs pool "multimedia" (2 devices: NVMe partition nvme0n1p4 + SATA SSD sdb, no separate parity array — this pool holds everything). What I did (following the linked thread's guidance), successfully: btrfs filesystem df confirmed Data/Metadata/System were RAID1 profile (despite fsProfile="single" in Unraid's own disks.ini — seems to just reflect intent, not live state). btrfs balance start -mconvert=single -dconvert=single -sconvert=single -f /mnt/multimedia — completed cleanly, all profiles now single. btrfs device remove /dev/sdb /mnt/multimedia — completed cleanly. btrfs filesystem show now reports Total devices 1, all ~619GiB intact on nvme0n1p4, no errors. Where I'm stuck (unlike the linked thread): The "multimedia" pool has bootPool="yes" in its live disks.ini state, and is displayed nested under the "Boot Pool" section in the Main GUI (alongside "Internal Boot", which itself shows DEGRADED — a separate zfs mirror boot pool missing its second device). I believe this is because nvme0n1 (multimedia's device 1) is the same physical disk that also hosts the real boot pool's partition (nvme0n1p3, zfs, label "flash") — i.e., a shared disk, not an intentional "make this pool bootable" choice. Because of this, DeviceInfo.page's $poolBootSizeLocked check (bootPool != "no") permanently disables the "Remove Pool" button for this pool. With device 2 set to "no device" on Main, the pool shows Device 2: Kein Datenträger / Fehlend: Samsung_SSD_870_EVO..., and the "Slots" dropdown only offers "2" — can't reduce to 1. Starting the array in this state gives "Wrong Pool — multimedia — missing devices." So I can't do the "remove pool, recreate with same name and 1 slot, reassign, filesystem auto" fix from the linked thread, because Remove Pool itself is locked. Question: Given the pool's boot-pool linkage is (I believe) incidental to sharing a physical disk with the actual boot mirror, is there a supported way to either (a) safely clear/bypass this lock for a non-dedicated boot-linked pool, or (b) another path to get Unraid to re-recognize this now-single-device, verified-healthy pool without formatting? Data is 100% intact and currently mounted/serving fine manually via CLI as an interim measure. Diagnostics attached.
nas01-diagnostics-20260818-1316.zip