On Nov 16 20:07:16, Paul de Weerd wrote: > I have a SanDisk Extreme III 2GB (at least I think it's III) in my > Soekris net5501 : > > [EMAIL PROTECTED] $ dd if=/dev/zero of=nulls bs=65536 count=1600 > 1600+0 records in > 1600+0 records out > 104857600 bytes transferred in 8.604 secs (12186647 bytes/sec) > [EMAIL PROTECTED] $ dd if=nulls of=/dev/null bs=65536 > 1600+0 records in > 1600+0 records out > 104857600 bytes transferred in 9.118 secs (11499110 bytes/sec) > [EMAIL PROTECTED] $ dmesg | grep SanDisk > wd0 at pciide0 channel 0 drive 0: <SanDisk SDCFX3-2048> > [EMAIL PROTECTED] $ uname -a > OpenBSD tuna.zrh.weirdnet.ch 4.2 GENERIC#452 i386 > [EMAIL PROTECTED] $ sysctl hw > hw.machine=i386 > hw.model=Geode(TM) Integrated Processor by AMD PCS ("AuthenticAMD" 586-class) > hw.ncpu=1
On Nov 16 20:16:57, Jan Stary wrote: > > IIRC, the SanDisk above is from their "Ultra II" line. I wonder > > how the newer "Extreme III" and "Extreme IV" perform. > In my reply to Stefan, it's a SanDisk Extreme III (2GB). ... and here it is running the same commands as Paul, on an ALIX.1C Jan $ dd if=/dev/zero of=nulls bs=65536 count=1600 1600+0 records in 1600+0 records out 104857600 bytes transferred in 7.678 secs (13655702 bytes/sec) $ dd if=nulls of=/dev/null bs=65536 1600+0 records in 1600+0 records out 104857600 bytes transferred in 11.862 secs (8839294 bytes/sec) $ dd if=nulls of=/dev/null bs=65536 1600+0 records in 1600+0 records out 104857600 bytes transferred in 11.596 secs (9042519 bytes/sec) $ dd if=nulls of=/dev/null bs=65536 1600+0 records in 1600+0 records out 104857600 bytes transferred in 11.443 secs (9162770 bytes/sec) $ uname -a OpenBSD gw.stare.cz 4.1 GENERIC#0 i386 $ sysctl hw hw.machine=i386 hw.model=Geode(TM) Integrated Processor by AMD PCS ("AuthenticAMD" 586-class) hw.ncpu=1 hw.byteorder=1234 hw.physmem=259284992 hw.usermem=259280896 hw.pagesize=4096 hw.disknames=wd0 hw.diskcount=1 ...