I’ve just bought a Samsung 980 Pro from Amazon and heard that Amazon has a problem with fake products even from reputable sellers since Amazon pools inventory.
I’m familiar with crystal disk mark for verification of speeds but is there a tool to verify that the drive’s reported disk size is correct?
quick and dirty…
a text file.
fill it with zero’s making it few 10mb in size.
(easily done with cut and paste)
save then copy paste that file into the same folder… it will incriment the name if you keep both files.
just repeat the past till you have a around 100.
zip that folder and create 10 copies
zip them all together. rinse and repeat if you want really big files 1-4gigs. (dont go over 4 gigs for speed sake).
copy that file over to your drive incrementing the name each time.
eventually you will run out of space and will be told you dont have enough room on the destination.
see how many big files you copied over … more than likely it will be the correct amount.
See a lot of advice here that assumes the drive reports the proper file size and file sectors.
No, this is not necessarily the case. If it is a fake the drive will either:
Overwrite it by cutting off the last n bits in the address (e.g. bitmasking)
Send everything above a certain threshold to /dev/null, or
only have a small buffer that repeats the last x bytes.
One easy way to test this is to create two to four partitions, equally large. Write 1 GB of Random data to each partition, md5 the sum and keep writing to one partition at a time until full. In theory this should immediately catch 1 and 2. For 3, you need to write about 64 GB of data before you can validate the results.