|
|
11-28-2008
, 07:26 AM
|
|
Posts: 1,442 |
Thanked: 800 times |
Joined on Oct 2005
@ Germany
|
#2
|
hdparm -tT /dev/sda
But I keep getting "media/mmc1/testfile No such file of directory" Should I be specifiying a file, or have things changed with OS2008?
|
|
11-28-2008
, 07:33 AM
|
|
|
Posts: 220 |
Thanked: 34 times |
Joined on Oct 2008
|
#3
|
|
|
11-28-2008
, 09:07 AM
|
|
Posts: 1,442 |
Thanked: 800 times |
Joined on Oct 2005
@ Germany
|
#4
|
Code:sync; time sh -c "dd if=/dev/zero of=/media/mmc1/testfile bs=1M count=100; sync"
|
|
11-28-2008
, 09:49 AM
|
|
|
Posts: 220 |
Thanked: 34 times |
Joined on Oct 2008
|
#5
|
|
|
11-28-2008
, 10:02 AM
|
|
|
Posts: 296 |
Thanked: 69 times |
Joined on Dec 2007
|
#6
|
But I keep getting "media/mmc1/testfile No such file of directory" Should I be specifiying a file, or have things changed with OS2008?
sync && time sh -c "dd if=/dev/zero of=/media/mmc1/test.data bs=1M count=100 && sync && echo success"
|
|
11-28-2008
, 10:07 AM
|
|
|
Posts: 296 |
Thanked: 69 times |
Joined on Dec 2007
|
#7
|
|
|
11-28-2008
, 10:11 AM
|
|
|
Posts: 220 |
Thanked: 34 times |
Joined on Oct 2008
|
#8
|
|
|
11-28-2008
, 05:29 PM
|
|
Posts: 400 |
Thanked: 87 times |
Joined on Mar 2007
@ UNKLE's Never Never Land
|
#9
|
|
|
12-01-2008
, 06:25 AM
|
|
|
Posts: 220 |
Thanked: 34 times |
Joined on Oct 2008
|
#10
|
I have been given some memory cards as gifts and wanted to test their speeds, how should I go about doing this?
I looked back through the archives and found this command:
sync; time sh -c "dd if=/dev/zero of=/media/mmc1/testfile bs=1M count=100; sync"
But I keep getting "media/mmc1/testfile No such file of directory" Should I be specifiying a file, or have things changed with OS2008?
Thanks in advance
Steve