if its an x210 then It should be a 32GB mSATA drive
On NLnodes to check for wear on sd cards was just this radish command:
isi_for_array -s 'isi_radish -a /dev/ad[2,3,4,7] | grep -E "^Internal.*|Total Wear|Lifetime Left|Life Remain|^Carrier board.*"' | awk -F '[(]' '{ if(match($0,"Wear")) { printf "%s%d%s\n"," Life remaining: ",100 - ("0x" substr($0,match($0,"/")-2,2)),"% (SanDisk - Firmware issue causes inaccurate SMART wear data)" } else if(match($0,"Life")) { printf "%s%d%s\n"," Life remaining: ","0x" substr($2,15,2),"%" } else { printf ("%s%s%s",substr($0,0,match($0,":")-1)," ",substr($0,match($0,"/")-2,6)) } }'
To check an individual drive and look at the smart data:
isi_radish -a /dev/ada0
for a specific node just wrap it in an isi_for_array -n <nodenumber>
We have one remote isilon cluster which uses gen5 x210 nodes and they show as SHMST6D032GHM11EMC drives