This page last changed 2024.11.12 15:56 Visits: [2 times today, 2 times yesterday, and 1184 total times]
info about different SD and Micro SD cards and their ratings Class 10 vs 6 vs 4; UHS-I and UHS-II; V60 and V90; and more.
Many cheap too-good-to-be-true SD cards are indeed not the rated size. See this article in MakeUseOf to spot fake ones. It discusses software you can use to see if the SD or TF card is not the size it claims to be: FakeFlashTest, H2testw, ChipGenius. What to do if you're stuck with a fake card (maybe you can determine its real size and use it or maybe you can fix it using DiskPart). All software is Windows.
From https://www.makeuseof.com/tag/5-mistakes-avoid-buying-next-microsd-card/
There are four SD card formats:
UHS Speed Class
Application Performance Class
Video Speed Class
This diagram comes from MakeUseOf at the URL above.
The SD Card Association recommends U3 or better for 4K video. If your card's write speed is too slow, it will drop frames and produce stuttering video.
Workload | Min Write Speed | Rating |
8K video @ 60/120 FPS | 60MB/s | V90 or V60 |
1080p/4K video @ 60/120 FPS | 30MB/s | V30, U3 |
720p/1808p/4K video | 10MB/s | Class 10, V10, U1 |
720p/1080p video, 4K video possible | 6MB/s | V6, Class 6 |
This info from https://www.makeuseof.com/tag/best-fastest-microsd-cards/
This information provided by ChatGPT 11/12/2024
To measure transfer speeds between your MacBook and various thumb drives, you can use benchmarking tools that provide detailed read and write speeds. Here are some effective methods and tools:
time dd if=/dev/zero of=/Volumes/YourDriveName/testfile bs=1024k count=1024
YourDriveName
with the name of your thumb drive.time dd if=/Volumes/YourDriveName/testfile of=/dev/null bs=1024k
Using any of these methods will give you a good idea of your thumb drives’ actual read and write speeds. Blackmagic Disk Speed Test is usually the easiest for quick results, while the `dd` method in Terminal is a great way to measure without any added software.