I just got a Samsung 64GB class 10 MicroSD card upgrade after milking this Sandisk 32GB class 4 (was 6, but the warranty-swap they gave me a class 4
and it took so long to get, I didn't beach) microSD card for about 5-6+ years ago.
So I am going to give my daughter this 32GB card, but just wondering...
Anyone know of a universal wear-level checking util, or a native way to do it in Windows, or Linux?
I already tried smartctl with no luck, diskovery-0.9.8.1 to no avail, and checked to see if defraggler v2.22.995 could display SMART stats and no health tab on this... so it appears S.M.A.R.T. is of no help on non-"feature" cards.
w/smartctl, the closest I could get was:
&
Any helpful ninja-advice would be appreciated.
and it took so long to get, I didn't beach) microSD card for about 5-6+ years ago.So I am going to give my daughter this 32GB card, but just wondering...
Anyone know of a universal wear-level checking util, or a native way to do it in Windows, or Linux?
I already tried smartctl with no luck, diskovery-0.9.8.1 to no avail, and checked to see if defraggler v2.22.995 could display SMART stats and no health tab on this... so it appears S.M.A.R.T. is of no help on non-"feature" cards.
w/smartctl, the closest I could get was:
Code:
root@deez:~# smartctl -dscsi -H /dev/sdg smartctl 6.5 2016-05-07 r4318 [x86_64-linux-4.4.14] (local build) Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org === START OF READ SMART DATA SECTION === SMART Health Status: OK root@deez:~# smartctl -dscsi -H /dev/sdf smartctl 6.5 2016-05-07 r4318 [x86_64-linux-4.4.14] (local build) Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org === START OF READ SMART DATA SECTION === SMART Health Status: OK root@deez:~#
Code:
root@deez:~# smartctl -T permissive -dscsi -a /dev/sdf smartctl 6.5 2016-05-07 r4318 [x86_64-linux-4.4.14] (local build) Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org === START OF INFORMATION SECTION === Vendor: Mass Product: Storage Device User Capacity: 31,914,983,424 bytes [31.9 GB] Logical block size: 512 bytes scsiModePageOffset: response length too short, resp_len=4 offset=4 bd_len=0 >> Terminate command early due to bad response to IEC mode page === START OF READ SMART DATA SECTION === Current Drive Temperature: 0 C Drive Trip Temperature: 0 C Error Counter logging not supported Device does not support Self Test logging root@deez:~#

Comment