Are there any SD Card diagnostic utility programs out there for Ubuntu? I would like to run tests on my SD card to check capacity, write speed etc. I have one for windows but I am looking for a Linux flavor and hope to find some source code.
Are there any SD Card diagnostic utility programs out there for Ubuntu? I would like to run tests on my SD card to check capacity, write speed etc. I have one for windows but I am looking for a Linux flavor and hope to find some source code.
Look for
Disk Utility
on you dash (as an option press Alt+F2 and typepalimpsest
)Click on the disk you want information from, to test it click on
Benchmark
To start benchmark, select
Read only
orRead/Write
benchmarkFor Ubuntu 13.04 and later...
From the dash
From the command line
Usage
Select the disk you wish to test. Find the menu in the top right and select Benchmark...
A window will appear. Click Start Benchmark... to see:
I left the defaults and clicked Start Benchmarking.... It will run for a while, building the chart over time. You can see that my new SD card's read rate is around 7 MB/s, while the write rate is only slightly over 2 MB/s.
The model shown here is a SanDisk Ultra SDXC with an advertised speed of up to 30 MB/s. As you can see, the transfer rate is not as advertised.
Reported Capacity
Real capacity and write speed
dd
will fill up all the space. Remove thetestfile
afterwards.There is also
f3
(Repository, doc), that specifically aims at detecting fraudulent cards.It was suggested here first.