![]() |
2008-11-28
, 11:26
|
|
Posts: 3,404 |
Thanked: 4,474 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?
![]() |
2008-11-28
, 11:33
|
|
Posts: 220 |
Thanked: 41 times |
Joined on Oct 2008
|
#3
|
![]() |
2008-11-28
, 13:07
|
|
Posts: 3,404 |
Thanked: 4,474 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"
![]() |
2008-11-28
, 13:49
|
|
Posts: 220 |
Thanked: 41 times |
Joined on Oct 2008
|
#5
|
![]() |
2008-11-28
, 14:02
|
|
Posts: 296 |
Thanked: 80 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"
![]() |
2008-11-28
, 14:07
|
|
Posts: 296 |
Thanked: 80 times |
Joined on Dec 2007
|
#7
|
The Following User Says Thank You to ace For This Useful Post: | ||
![]() |
2008-11-28
, 14:11
|
|
Posts: 220 |
Thanked: 41 times |
Joined on Oct 2008
|
#8
|
![]() |
2008-11-28
, 21:29
|
|
Posts: 1,648 |
Thanked: 2,122 times |
Joined on Mar 2007
@ UNKLE's Never Never Land
|
#9
|
![]() |
2008-12-01
, 10:25
|
|
Posts: 220 |
Thanked: 41 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