Quantcast
Channel: TerraMaster Forum
Viewing all articles
Browse latest Browse all 4149

Storage • Re: TOS 5.1 cannot see SMART data for NVME storage

$
0
0
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:

Code:

nvme smart-log /dev/sdza >> /Volume1/public/nvme_smart-log_sdza.txtnvme smart-log /dev/sdzb >> /Volume1/public/nvme_smart-log_sdzb.txt
Smartctl can read SMART-Data from NVMes since version 6.5 too, but needs different device names (nvme0 and nvme1). This works for me:

Code:

smartctl -a /dev/nvme0 >> /Volume1/public/ssd_smart-ctl_nvme0.txtsmartctl -a /dev/nvme1 >> /Volume1/public/ssd_smart-ctl_nvme1.txt
Could this different device names for NVMes maybe implemented into TOS to get SMART-Data for NVMes with notification?

Statistics: Posted by Holger — Yesterday, 23:20



Viewing all articles
Browse latest Browse all 4149

Trending Articles