I was thinking maybe more than 80% of Falcon's use IDE. I inherited a musicians Falcon too, it had SCSI internally but most people I know just had IDE. Afterall there were a few years Atari only sold Falcon's with an IDE drive. SCSI was only external but the boot was IDE. Anyway there are a few options here and would be good to test it further.mikro wrote: Wed Sep 24, 2025 1:48 pmI have to disagree. Just recently I have inherited a musician's Falcon and got a heap of SCSI ZIP disk media full of files with tens of MB each.stephen_usher wrote: Wed Sep 24, 2025 1:43 pm The question is, how many Falcon owners have used SCSI for storage other than CDROMs?
Given that the main storage for the Falcon is the IDE drive I somewhat doubt there's a very large number of people trying to use SCSI storage as (a) the number of Falcons is small, (b) most were for music composition where the storage of MIDI data would be easily held on the internal IDE drive. So, probably a vanishingly small number.
You will not be able to post if you are still using Microsoft email addresses such as Hotmail etc
See here for more information viewtopic.php?f=20&t=7296
See here for more information viewtopic.php?f=20&t=7296
DO NOT USE DEVICES WHERE THE IP CHANGES CONSTANTLY!
At this time it is unfortunately not possible to white list users when your IP changes constantly.
You may inadvertently get banned because a previous attack may have used the IP you are now on.
So I suggest people only use fixed IP address devices until I can think of a solution for this problem!
At this time it is unfortunately not possible to white list users when your IP changes constantly.
You may inadvertently get banned because a previous attack may have used the IP you are now on.
So I suggest people only use fixed IP address devices until I can think of a solution for this problem!
Falcon SCSI write issues
- viking272
- Site sponsor

- Posts: 269
- Joined: Mon Aug 10, 2020 11:32 am
- Location: Reading, Berkshire, UK
Re: Falcon SCSI write issues
Re: Falcon SCSI write issues
These are the first tests with jookies program. I've been chatting to him about adding more tests which I'll test tonight..
Re: Falcon SCSI write issues
What driver?mikro wrote: Wed Sep 24, 2025 1:48 pm Just recently I have inherited a musician's Falcon and got a heap of SCSI ZIP disk media full of files with tens of MB each.
- stephen_usher
- Site sponsor

- Posts: 7008
- Joined: Mon Nov 13, 2017 7:19 pm
- Location: Oxford, UK.
- Contact:
Re: Falcon SCSI write issues
What would be useful would be locating the transfer buffer at specific addresses, starting below the 4MB barrier, straddling the barrier and having the buffer above the barrier and testing DMA data transfers directly to/from those (note: it may not be just write corruption). With each of these you can try different sizes.exxos wrote: Wed Sep 24, 2025 1:59 pm These are the first tests with jookies program. I've been chatting to him about adding more tests which I'll test tonight..
I guess that the best way to rule out (as best as you can) any filesystem access is to preallocate a large file and only write/read within it. If using a filesystem the FAT will still be updated with the access time, however.
Does Jookie say what the SCSI status at the bottom actually means?
I'm guessing that he's doing raw access and this is coming from the SCSI controller, which would suggest that the SCSI device is getting a bad command not just that the data being transferred is corrupt.
Intro retro computers since before they were retro...
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
Re: Falcon SCSI write issues
That is what he is coding now..stephen_usher wrote: Wed Sep 24, 2025 2:11 pm What would be useful would be locating the transfer buffer at specific addresses
Nope.. I'll ask.Does Jookie say what the SCSI status at the bottom actually means?
Command success" - 0/1 - just boolean, if my SCSI library successfully got to the end of SCSI command and there was no timeout and no error
"SCSI result" - if the "Command success" is 1, then this holds SCSI status byte (from last phase of SCSI command)
if the "Command success" is 0, e.g. due to timeout, then this is just 0xff... usually, with SCSI, value 0 means OK status (no error)
Re: Falcon SCSI write issues
An older HD Driver, definitely below 10 (I had multiple disks from him with different versions).
Re: Falcon SCSI write issues
Depending what music applications the Falcon was being used for would have a big impact on whether a SCSI drive were used or not.
Both Cubase Audio & Logic Audio could only record/playback multiple audio tracks from a SCSI drive (and preferably an AV SCSI drive at that).
If just using MIDI then IDE would be fine (or for loading the app from disc).
The typical IDE drives in Falcons were too small to be any use for audio recording/playback too.
Both Cubase Audio & Logic Audio could only record/playback multiple audio tracks from a SCSI drive (and preferably an AV SCSI drive at that).
If just using MIDI then IDE would be fine (or for loading the app from disc).
The typical IDE drives in Falcons were too small to be any use for audio recording/playback too.
Re: Falcon SCSI write issues
Exactly my point. So I'm pretty sceptical that none of those musicians wouldn't have noticed.JezC wrote: Wed Sep 24, 2025 2:39 pmThe typical IDE drives in Falcons were too small to be any use for audio recording/playback too.
Re: Falcon SCSI write issues
Concur. And recall how we got here: Cubase Audio insists on SCSI and it was used for direct-to-disc recordings.mikro wrote: Wed Sep 24, 2025 1:48 pmI have to disagree. Just recently I have inherited a musician's Falcon and got a heap of SCSI ZIP disk media full of files with tens of MB each.stephen_usher wrote: Wed Sep 24, 2025 1:43 pm The question is, how many Falcon owners have used SCSI for storage other than CDROMs?
...
So, probably a vanishingly small number.
It does smack of a fault with that board. SDMA bridged address pin, perhaps?
BW
DFB1 Open source 50MHz 030 and TT-RAM accelerator for the Falcon
Smalliermouse ST-optimised USB mouse adapter based on SmallyMouse2
FrontBench The Frontier: Elite 2 intro as a benchmark
Smalliermouse ST-optimised USB mouse adapter based on SmallyMouse2
FrontBench The Frontier: Elite 2 intro as a benchmark
Re: Falcon SCSI write issues
depending on hdd fragmentation, partition cluster size (e.g. 64 kB), TOS might want to issue smaller transfers - to fit into empty parts of the drive, into individual clusters, etc.Badwolf wrote: Wed Sep 24, 2025 2:53 pm [And recall how we got here: Cubase Audio insists on SCSI and it was used for direct-to-disc recordings.
Same fault on 2 different falcons....It does smack of a fault with that board. SDMA bridged address pin, perhaps?
