Since there's a lot of counterfeit disks lately (external disks that claim to be normal 500GB/1TB/2TB/4TB but inside it's only 16GB flashdisk and heavy iron, or nvme but it's just small microsd plugged inside and covered with heatsink so people wont get suspicious, flashdisk/microsd claiming to be 128GB but apparently it's only 4GB/8GB with firmware hack), what's the proper way to check whether the device I bought is real or not?
Asked
Active
Viewed 422 times
man badblocks
either in-n
or-w
modes. – Artem S. Tashkinov Jul 11 '23 at 00:52sudo badblocks -svw -b 1048576 -t random /dev/sdxxx
, hopefully that can check whether this one counterfeit or not – Kokizzu Jul 15 '23 at 07:21