Nicola Fankhauser wrote:see [3] for a description of what I did and more details.
Hi Nicola,
I read your description with interest.
I thought I'd try some speed tests myself but dd doesn't seem to work the same for me (on FC3). Here's what I get:
[root@dude test]# dd if=/dev/zero of=/home/test/test.tmp bs=4096 count=100000 100000+0 records in 100000+0 records out
Notice there is no timing information.
For the read test:
[root@dude test]# dd of=/dev/null if=/home/test/test.tmp bs=4096 100000+0 records in 100000+0 records out
Again, no timing information.
Anyone know if this is a quirk of the FC3 version of dd?
you have to use:
time dd if=/dev/zero of=/home/test/test.tmp bs=4096 count=100000
R. -- http://robinbowes.com
- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
Roberto Fichera.
- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html