Hello, I'm new to this forum and this is my first post!
I just bought the F2-424 and use 1x Crucial 64GB SATA-SSD as system drive and 2x WD Red SN700 2TB NVMe as a storage pool with TRAID (~RAID 1).
TOS-Version is 5.1.123.
Control Panel -> Hard Drive -> S.M.A.R.T. reports data for the SATA-SSD but not for the two NVMes.
So I read about getting SMART-Data from NVMe-SSDs and there are mainly two tools:
nvme and smartctl
Nvme worked for me with:Smartctl can read SMART-Data from NVMes since version 6.5 too, but needs different device names (nvme0 and nvme1). This works for me:
Could this different device names for NVMes maybe implemented into TOS to get SMART-Data for NVMes with notification?

I just bought the F2-424 and use 1x Crucial 64GB SATA-SSD as system drive and 2x WD Red SN700 2TB NVMe as a storage pool with TRAID (~RAID 1).
TOS-Version is 5.1.123.
Control Panel -> Hard Drive -> S.M.A.R.T. reports data for the SATA-SSD but not for the two NVMes.
So I read about getting SMART-Data from NVMe-SSDs and there are mainly two tools:
nvme and smartctl
Nvme worked for me with:
Code:
nvme smart-log /dev/sdza >> /Volume1/public/nvme_smart-log_sdza.txtnvme smart-log /dev/sdzb >> /Volume1/public/nvme_smart-log_sdzb.txt
Code:
smartctl -a /dev/nvme0 >> /Volume1/public/ssd_smart-ctl_nvme0.txtsmartctl -a /dev/nvme1 >> /Volume1/public/ssd_smart-ctl_nvme1.txt
Statistics: Posted by Holger — Yesterday, 23:20