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
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!

Falcon SCSI write issues

Problems with your machine in general.
Post Reply
User avatar
viking272
Site sponsor
Site sponsor
Posts: 269
Joined: Mon Aug 10, 2020 11:32 am
Location: Reading, Berkshire, UK

Re: Falcon SCSI write issues

Post by viking272 »

mikro wrote: Wed Sep 24, 2025 1:48 pm
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.
I 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.
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.
User avatar
exxos
Site Admin
Site Admin
Posts: 27283
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: Falcon SCSI write issues

Post by exxos »

These are the first tests with jookies program. I've been chatting to him about adding more tests which I'll test tonight..

551669999_778178201478458_3624442099285420849_n.jpg
551669999_778178201478458_3624442099285420849_n.jpg (181.2 KiB) Viewed 346 times
552707076_1340908051084612_959284940764542906_n.jpg
552707076_1340908051084612_959284940764542906_n.jpg (134.92 KiB) Viewed 346 times
553410256_2282922738890436_6863631842935809630_n.jpg
553410256_2282922738890436_6863631842935809630_n.jpg (160.07 KiB) Viewed 346 times
User avatar
exxos
Site Admin
Site Admin
Posts: 27283
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: Falcon SCSI write issues

Post by exxos »

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.
What driver?
User avatar
stephen_usher
Site sponsor
Site sponsor
Posts: 7008
Joined: Mon Nov 13, 2017 7:19 pm
Location: Oxford, UK.
Contact:

Re: Falcon SCSI write issues

Post by stephen_usher »

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..
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.

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.
User avatar
exxos
Site Admin
Site Admin
Posts: 27283
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: Falcon SCSI write issues

Post by exxos »

stephen_usher wrote: Wed Sep 24, 2025 2:11 pm What would be useful would be locating the transfer buffer at specific addresses
That is what he is coding now..
Does Jookie say what the SCSI status at the bottom actually means?
Nope.. I'll ask.
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)
mikro
Posts: 800
Joined: Mon Aug 28, 2017 11:22 pm
Location: Kosice, Slovakia
Contact:

Re: Falcon SCSI write issues

Post by mikro »

exxos wrote: Wed Sep 24, 2025 2:03 pmWhat driver?
An older HD Driver, definitely below 10 (I had multiple disks from him with different versions).
User avatar
JezC
Posts: 2685
Joined: Mon Aug 28, 2017 11:44 pm

Re: Falcon SCSI write issues

Post by JezC »

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.
mikro
Posts: 800
Joined: Mon Aug 28, 2017 11:22 pm
Location: Kosice, Slovakia
Contact:

Re: Falcon SCSI write issues

Post by mikro »

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.
Exactly my point. So I'm pretty sceptical that none of those musicians wouldn't have noticed.
User avatar
Badwolf
Site sponsor
Site sponsor
Posts: 2978
Joined: Tue Nov 19, 2019 12:09 pm

Re: Falcon SCSI write issues

Post by Badwolf »

mikro wrote: Wed Sep 24, 2025 1:48 pm
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.
I 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.
Concur. And recall how we got here: Cubase Audio insists on SCSI and it was used for direct-to-disc recordings.

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
User avatar
exxos
Site Admin
Site Admin
Posts: 27283
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: Falcon SCSI write issues

Post by exxos »

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.
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.
It does smack of a fault with that board. SDMA bridged address pin, perhaps?
Same fault on 2 different falcons....
Post Reply

Return to “HARDWARE ISSUES”