pitz wrote:
I got scrunched for time and wasn't able to see if the CF card I used works again in the CFFA setup (I suspect it would) -- will look into that tonight.
Why not? Both SCSI (always) and IDE (usually) use linear addressing. Sector size is also a constant 512 bytes. So reading for example blocks 11 to 23 is logically the same operation on both: select block 11 and read 12 blocks. If the partitioning scheme is identical it should just work. -Alex.