flashjazzcat, on Wed Aug 18, 2010 10:08 AM, said:
I'm suddenly finding folder imaging very useful with Aspeqt as I set up my SDX hard drive - or I would, but for a problem with folder imaging and the SDX ATARIDOS.SYS driver. SDX can access mounted folders and list directories OK, but when reading files, the first four secors are constantly re-read in a loop. Must be a subtle difference in the way the sector links are implemented which the SDX driver doesn't like.
This is caused by the special handling of AspeQt's folder images. When reading a file the sector numbers repeat every 4 sectors but with different (correct) contents, except the first sector. E.g. if the first sector is 440, the following sectors are 441,442,443,444,441,442,443,444 and so on.
And ApseQt has a bug here: If I mount a folder on D1 and load an XEX from D1 using a file loader that reads the first sector of the file twice, AspeQt delivers the first sector when the loader tries to read the second sector:
read sector 440 = first sector of file
read sector 440 again = first sector of file
read sector 441 = first sector of file (should be second)
read sector 442 = second sector of file (should be third)
etc.
This might even happen with other file loaders when the loader gets an error when reading the first sector and retries. I modified my file loader to avoid this problem.
But AspeQt is my favorite SIO2PC tool. It works fantastic - even at pokey divisor 0 (with APE I had a lot of problems even with low speed).
Stefan