Open the case and check the serial numbers on the devices. Only way to tell. Sorry for having been so terse, I thought that was evident.
Is the number on the SMART Status widget the actual serial number of one of the SSD?
smartctl 7.4 2023-08-01 r5530 [FreeBSD 13.2-RELEASE-p7 amd64] (local build)Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org=== START OF READ SMART DATA SECTION ===SMART overall-health self-assessment test result: PASSED
smartctl 7.4 2023-08-01 r5530 [FreeBSD 13.2-RELEASE-p7 amd64] (local build)Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org=== START OF READ SMART DATA SECTION ===SMART Error Log Version: 1No Errors Logged
smartctl -t long /dev/ada0smartctl -t long /dev/ada1
smartctl -l selftest /dev/ada0smartctl -l selftest /dev/ada1
root@hush:/home/hush # smartctl -l selftest /dev/ada0smartctl 7.4 2023-08-01 r5530 [FreeBSD 13.2-RELEASE-p7 amd64] (local build)Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org=== START OF READ SMART DATA SECTION ===SMART Self-test log structure revision number 1Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error# 1 Extended offline Completed without error 00% 247 -
root@hush:/home/hush # smartctl -l selftest /dev/ada1smartctl 7.4 2023-08-01 r5530 [FreeBSD 13.2-RELEASE-p7 amd64] (local build)Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org=== START OF READ SMART DATA SECTION ===SMART Self-test log structure revision number 1Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error# 1 Extended offline Completed without error 00% 100 -# 2 Short offline Completed without error 00% 100 -
# for NVME - counter goes from 0 for factory new to 100/usr/local/sbin/smartctl -A /dev/nvmeN | fgrep 'Percentage Used:'# for SATA - counter goes from 100 for factory new down to 0/usr/local/sbin/smartctl -A /dev/adaN | fgrep 'Wear_Leveling_Count'
root@hush:/home/hush # /usr/local/sbin/smartctl -A /dev/ada0 | fgrep 'Wear_Leveling_Count'177 Wear_Leveling_Count 0x0000 100 100 000 Old_age Offline - 197
root@hush:/home/hush # /usr/local/sbin/smartctl -A /dev/ada1 | fgrep 'Wear_Leveling_Count'177 Wear_Leveling_Count 0x0000 100 100 000 Old_age Offline - 828
root@hush:/home/hush # zpool status pool: zroot state: ONLINE scan: resilvered 529M in 00:00:02 with 0 errors on Mon Feb 26 19:03:35 2024config: NAME STATE READ WRITE CKSUM zroot ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 ada1p4 ONLINE 0 0 0 ada0p4 ONLINE 0 0 0errors: No known data errors