You are not logged in.
I'm doing some Android modding stuff, and I want to see how fast my SD card is and what class it is also. Is there a command I can use to find this information?
Offline
I don't know of any command, but there should be a sticker on the card or its packaging.
For speed tests, I use 1) hdparm --direct -t /dev/sdX and 2a) ddrescue -d /dev/sdX /dev/null (reading) or 2b) dd if=/dev/zero of=/dev/sdX bs=1M (writing/wiping)
1000
Offline
bonnie++
It will do small file random access reads/writes, one of the biggest factors in how fast an SSD feels.
Offline