Hi, I created a ZFS mirror pool via command line using device IDs rather than through the Unraid formatter, and the pool shows "Unmountable: wrong or no file system" in the Pool Devices section of the UI despite working perfectly. My setup: Unraid 7.2.4 2x 12TB Seagate IronWolf drives in ZFS mirror Connected via Terramaster DAS over USB 3.2 Gen 2 How the pool was created: bash zpool create -f media mirror \
/dev/disk/by-id/ata-ST12000VN0007-2GS116_ZJV1KPGA \
/dev/disk/by-id/ata-ST12000VN0007-2GS116_ZJV4H173Current status: zpool status media shows ONLINE with 0 errors ZFS Master shows pool and all datasets correctly Pool is accessible at /mnt/media All datasets mounted correctly diskUUID in media.cfg matches actual pool GUID What I've tried: Updated diskUUID in /boot/config/pools/media.cfg to match actual pool GUID Multiple stop/start array cycles zfs umount -a && zfs mount -a Question: Is there a way to make Unraid recognise the existing ZFS pool properly without reformatting? I want to avoid destroying and recreating the pool through the UI formatter as I'd like to keep using device IDs for stability over USB. Thanks!