You are not logged in.

#1 2009-05-29 16:11:20

synthead
Member
Registered: 2006-05-09
Posts: 1,337

How to tell which class your Micro SD card is in linux

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

#2 2009-05-31 13:45:04

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: How to tell which class your Micro SD card is in linux

I don't know of any command, but there should be a sticker on the card or its packaging. tongue
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

#3 2009-05-31 14:15:50

keenerd
Package Maintainer (PM)
Registered: 2007-02-22
Posts: 647
Website

Re: How to tell which class your Micro SD card is in linux

bonnie++

It will do small file random access reads/writes, one of the biggest factors in how fast an SSD feels.

Offline

Board footer

Powered by FluxBB