Hello Again,
The Saturday is here, and so my promised report. With my sysadmin hat on, this is what I see on my TrueNAS Community 25.10.1 - Goldeye:
First the USB bridge we’re dealing with via lsusb:
Bus 002 Device 008: ID 174c:55aa ASMedia Technology Inc. ASM1051E SATA 6Gb/s bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge, ASM1153E SATA 6Gb/s bridge
This is in fact an Orico M435 Mini Tower which provides two SATA ports for disks and one NVMe/SATA port for an M2/NGFF drive. I run the box with 2x (Allegedly) IronWolf Pro 16TB drives and a cheap 512GB NVMe for cache.
This brings us to the primary question, serial numbers. So what we have is rather interesting via lsblk -o NAME,SERIAL:
NAME SERIAL
sda QBF186W017291P110W # SSD on the enclosure.
sdb ZL2PR3AS # First Ironwolf Pro drive.
sdc ZL2PR3B1 # Second Ironwolf Pro drive.
mmc blk0 0x4610b605
├─mmcblk0p1
├─mmcblk0p2
└─mmcblk0p3
nvme1n1 25111N800414
└─nvme1n1p1
nvme0n1 234170403124
└─nvme0n1p1
nvme3n1 25111N800013
└─nvme3n1p1
nvme2n1 234170402234
└─nvme2n1p1
mmcblk0boot0
mmcblk0boot1
So, drives show different serial numbers. How about S.M.A.R.T. data? Let’s see smartctl -a /dev/sd{b,c} (will only post relevant data for brevity):
=== START OF INFORMATION SECTION (sdb) ===
Model Family: Seagate IronWolf Pro
Device Model: ST16000NE000-2RW103
Serial Number: ZL2PR3AS
LU WWN Device Id: 5 000c50 0cb156024
Firmware Version: SN03
User Capacity: 16,000,900,661,248 bytes [16.0 TB]
Sector Sizes: 512 bytes logical, 4096 bytes physical
Rotation Rate: 7200 rpm
Form Factor: 3.5 inches
Device is: In smartctl database 7.3/5528
ATA Version is: ACS-4 (minor revision not indicated)
SATA Version is: SATA 3.3, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Sat Jan 10 12:28:35 2026 +03
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
---
=== START OF INFORMATION SECTION (sdc) ===
Model Family: Seagate IronWolf Pro
Device Model: ST16000NE000-2RW103
Serial Number: ZL2PR3B1
LU WWN Device Id: 5 000c50 0cbcdf35c
Firmware Version: SN03
User Capacity: 16,000,900,661,248 bytes [16.0 TB]
Sector Sizes: 512 bytes logical, 4096 bytes physical
Rotation Rate: 7200 rpm
Form Factor: 3.5 inches
Device is: In smartctl database 7.3/5528
ATA Version is: ACS-4 (minor revision not indicated)
SATA Version is: SATA 3.3, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Sat Jan 10 12:29:35 2026 +03
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
Serial numbers and WWN are different, again. No problems here either.
How it looks in UI, then? Perfectly fine. See last three drives sda, sdb and sdc:
It’s possible to wipe the disks from this screen. I have wiped the SSD and new HDDs. Works fine.
Lastly, what does disk selection screen says? Let’s take a look:
Three disks, different serial numbers, all properties detected as they should be.
Yet, when I try to create a mirror (with or without an SSD cache), the review screen look like this:
Yet, when I click Create Pool and confirm:
Hope this helps. Do you need anything else?
One more thing:
After pool creation failure, /var/log/netdata/error.log shows that system tries to get partition information for I/O monitoring but fails repeatedly, every second. This grows the log file fast, and creates unnecessary load on the system. I can file an independent ticket for that, if you want.