Hi All,
New to TrueNAS, and not sure if this is the right place for this.
I have installed on a main server, and also installed on an old QNAP device. TLDR; QNAP only has 4 x HDDs and didn’t want to waste them on boot, so I used two decent quality USB sticks in the USB 3.1 ports (bad I know).
Install went fine, but when trying to create a data pool, I got an error that sde and sdg had identical serials (the two USB drives in the boot pool).
I think this is a GUI error, as:
- The two USBs weren’t part of the pool I was trying to create
- The boot pool created without problem
- The USBs had unique serials (checked with smartctl and under /dev/disk/by-id, and also in the GUI itself under disks)
I think the problem was that the USB bus ID was prepended to the USB serial, so the total serial was about 122 characters for each. I’m guessing the GUI checks all connected drives, not just those for the new pool, and for some reason, obfuscates long serials. The serials differed at the 5th character, and the very last character, but had similar patterns within and a long run of zeros, so it’s unlikely simple truncation.
Probably a pretty edge problem but thought I’d post if anyone else encounters this issue, the solution is to degrade the boot pool (remove one of the usb drives), create the new data pool, then reinsert the second USB for resilvering. There is probably a safer method but I don’t really care about this device it will be a second back-up.
Cheers,
Chris