zag 6 Report post Posted February 27, 2013 Testing the SD card performance Step 1 Start Menu >> accessories >> LXTerminal Step 2 To test read speed type: dd if=/dev/zero of=~/test.tmp bs=500K count=1024 To test write speed type: dd if=~/test.tmp of=/dev/null bs=500K count=1024 Author zag Category Raspberry Pi Tutorials / Guides / How-To's Submitted 02/27/2013 02:05 PM Updated 02/27/2013 02:05 PM 1 Share this post Link to post Share on other sites
Y-Geo 0 Report post Posted January 27, 2014 Hi, Thank you for posting and sharing this test. However i find that step 1 gives the impression it is in a widows environment I have 3 flavours of LINUX here and none have start menu> accessories . Perhaps changing / adding open a Konsol terminal or Command line terminal would clarify the fact that this test is in a LINUX environment as the only way I knew what it was is the DD command. thanks and keep up the good work Share this post Link to post Share on other sites
PiTen 0 Report post Posted January 27, 2014 Hi, I am using Raspbian, got the LXTerminal OK, but the text (copied and pasted) does nothing. Share this post Link to post Share on other sites