VCF West | Aug 01 - 02 2025, | CHM, Mountain View, CA |
VCF Midwest | Sep 13 - 14 2025, | Schaumburg, IL |
VCF Montreal | Jan 24 - 25, 2026, | RMC Saint Jean, Montreal, Canada |
VCF SoCal | Feb 14 - 15, 2026, | Hotel Fera, Orange CA |
VCF Southwest | May 29 - 31, 2026, | Westin Dallas Fort Worth Airport |
VCF Southeast | June, 2026 | Atlanta, GA |
Configuration: 4096 KB test file, 256 IOs in random tests.
Write Speed : 88.47 KB/s
Read Speed : 93.30 KB/s
8K random, 70% read : 5.4 IOPS
Sector random read : 8.8 IOPS
Average access time (includes latency and file system overhead), is 113 ms
Configuration: 4096 KB test file, 256 IOs in random tests.
Write Speed : 157.00 KB/s
Read Speed : 272.34 KB/s
8K random, 70% read : 3.5 IOPS
Sector random read : 4.1 IOPS
Average access time (includes latency and file system overhead), is 246 ms.
Configuration: 4096 KB test file, 256 IOs in random tests.
Write Speed : 155.68 KB/s
Read Speed : 281.32 KB/s
8K random, 70% read : 9.5 IOPS
Sector random read : 11.8 IOPS
Average access time (includes latency and file system overhead), is 85 ms.
Write Speed : 161.39 KB/s
Read Speed : 282.48 KB/s
8K random, 70% read : 3.8 IOPS
Sector random read : 4.3 IOPS
Average access time (includes latency and file system overhead), is 234 ms.
Write Speed : 430.14 KB/s
Read Speed : 421.07 KB/s
8K random, 70% read : 20.1 IOPS
Sector random read : 49.7 IOPS
Ahhhhh! Good ole transcend CF :D
If I use CF flash, all I use! ^_^
I seem to recall sandisk pulling funky ones over on their customers with older CF ultra. Another perfect example of their ignorance, usb thumbsticks with u2/u3. In any case, have you tried using sandisk's CF utility to fix the removable flag on their CF cards?
http://www.floutsch.com/pub/download/ATCFWCHG.COM
*goes back to silently lurking in this thread
Very nice! I didn't look at this thread in time to vote, but I do think you're going in the right direction.. . . But anyway, the bracket prototypes are back. Here it is in a PC/XT:
I may be wrong on this one, but I thought that the "ULTRA's" were the good guys.
CF is good because it interfaces directly with IDE, but how long will it be around? It seems that it's likely on the way out as well.
I've been chipping away at memory-mapped IO and have something working at last! My design has parallel address decoders, so works entirely using IO ports by default, and by sending the high 8-bits of the memory-mapped window to a normally unused port (Base+0Fh) sector transfers can be made via that window too. So memory-mapped IO could potentially be switched on or off on-the-fly for example with a configuration utility, or at least the window set in autoexec.bat to suit the system.
This is very early testing but performance wise (tested with my simple file-system disk tester), it's giving 255KB/s reads using a CF card, 300KB/s reads using a Seagate ST1 microdrive, both measured using a stock 5160 with DOS 6.22. Extended pattern tests have shown no issues and Trixters legendary 8088 Corruption runs through OK.
(On the 8088-corruption thing, I've long had my eye on running the full 30 fps video without a pause. With 300KB/s available, I was hopeful... but it's still not enough.)