If it‘s a ”fake” card why would you bother testing it? if you already know it’s fake seems like you have your test results already. What do you mean when you say “fake”?
If it is obviously much slower, and the two cards are labeled as the same part, I would say you simply have a faulty SD card. I recommend that you just return that card to the seller for a replacement?... one seems lightning fast and the other one is painfully slow
I found a Mac/Linux app that does the trick: f3read and f3write. It can be downloaded through Homebrew with a simple 'brew install f3'. The procedure basically is something like 'f3write /Volumes/your_sdcard_label'. It will write a bunch of files until it fulfill your card. At the end it will show an average write speed. Then you run 'f3read /Volumes/your_sdcard_label'... it will read the written files and show an average read speed at the end. Pretty simple and free.There is not a great solution for Mac beyond manually creating a file the same size of the SD card, moving it to the SD card, and then verifying the files copied over and are readable. I use H2TestW, but this is a Windows legacy program. (Effectively, this program writes data to fill up the entire drive and then attempts to read that data back. If it is unsuccessful in reading this data, it is an indication that you may have a defective and/or a fraudulent media device--combined with a speed test that shows vastly slower speeds than advertised by the maker, this is even more suggestive of an issue.)
There are tons of fake cards out there and some even come from reputable and authorized retailers (my guess is people buy them, take the real one, substitute it with a fake one (which is a forgery even down to the outer packaging), and return it. The retailer, not knowing the difference, then (unknowingly) sells the (fake) card to someone else. IMHO, it is definitely worth using one of these programs to verify EVERY SD card/flash drive you buy, no matter where you buy it from. These fake cards sometimes say a certain size on the packaging but actually are much smaller...without this sort of testing, you only know this when you go to retrieve the data and it isn't there as it simply overwrites itself.
A speed test can also potentially signal an issue. Do note, however, that many of the cheaper SD cards will advertise only read speed and write speeds will be drastically slower--with these cards that might vaguely advertise 100 MB/s, you might see 100 MB/s read speeds and less than 10 MB/s write speeds and this is not necessarily unusual. That doesn't necessarily indicate an issue. However, if you have a higher end SD card (say like one of the Samsung or Lexar models that are advertised at close to 100 MB/s read speeds and write speeds), it is only reading and writing at say 2.5 MB/s, and you are confident your SD card reader/system is not the bottleneck, that's a red flag!
Good for people who are afraid of using Terminal, but f3write and f3read (f3 package on Homebrew) do the trick for free.SDSpeed
Software to verify the integrity of your photography flash SD card or USB device.
App Store or
![]()
sdspeed check SD card photo
sdspeed - check speed and integrity of your photography SD card sdspeed is the only product that measure the read and write rate and testing every bit of your SD memory card you can trust with no "conflict of interest". sdspeed software to verify the integrity of a flash SD Card. Easy to use...apps.apple.com
This is the best answer — super simple, instructions are here: https://fight-flash-fraud.readthedocs.io/en/latest/usage.html#how-to-use-f3write-and-f3readI found a Mac/Linux app that does the trick: f3read and f3write. It can be downloaded through Homebrew with a simple 'brew install f3'. The procedure basically is something like 'f3write /Volumes/your_sdcard_label'. It will write a bunch of files until it fulfill your card. At the end it will show an average write speed. Then you run 'f3read /Volumes/your_sdcard_label'... it will read the written files and show an average read speed at the end. Pretty simple and free.