Falcon SCSI write issues
-
mikro
- Posts: 821
- Joined: 28 Aug 2017 23:22
- Location: Kosice, Slovakia
Re: Falcon SCSI write issues
I was about to reply exactly the same. You have just hidden your problem.
-
exxos
- Site Admin

- Posts: 28363
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: Falcon SCSI write issues
I connected up my original Falcon with the same SCSI drive and now SCSI copying seems fine...
:WTF:
I will go install HD12.53 because I am even more confused now.
EDIT:
OK nevermind, My original Falcon has 4MB RAM. I guess its why I never saw issues with it all before. I assume if I put a 14MB card in it would also act up the same. Can't be bothered to take it all to bits just for that.
So will wait and see what Jookies test program brings over the next few days. I'm not going to keep spending time on all these stupid problems.
:WTF:
I will go install HD12.53 because I am even more confused now.
EDIT:
OK nevermind, My original Falcon has 4MB RAM. I guess its why I never saw issues with it all before. I assume if I put a 14MB card in it would also act up the same. Can't be bothered to take it all to bits just for that.
So will wait and see what Jookies test program brings over the next few days. I'm not going to keep spending time on all these stupid problems.
-
stephen_usher
- Site sponsor

- Posts: 7380
- Joined: 13 Nov 2017 19:19
- Location: Oxford, UK.
Re: Falcon SCSI write issues
Hmm... this does seem like a software issue. Just because the maximum DMA length is 64K shouldn't mean that SCSI packets are limited to that as many SCSI systems don't even have DMA. For a larger transfer you just do multiple DMA transfers surely? Anyway, knowing the limitation you'd write you code to never exceed that, so again, a software bug.
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.
-
Steve
- Posts: 3306
- Joined: 15 Sep 2017 11:49
Re: Falcon SCSI write issues
But if it's a software bug, shouldn't this problem be more widespread? Almost anyone with a Falcon runs with 14mb.
-
exxos
- Site Admin

- Posts: 28363
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: Falcon SCSI write issues
I don't know.. Don't forget EMUTOS worked worse and that's a whole different OS and driver.stephen_usher wrote: 23 Sep 2025 14:57 Hmm... this does seem like a software issue. Just because the maximum DMA length is 64K shouldn't mean that SCSI packets are limited to that as many SCSI systems don't even have DMA. For a larger transfer you just do multiple DMA transfers surely? Anyway, knowing the limitation you'd write you code to never exceed that, so again, a software bug.
Trying to copy a large file like 10MB fails.. But if I use a 4MB STram card, it works. Which suggests theres a maximum chunk size of maybe 3MB at a guess. HD 12.71 limits to 64KB chunks, so it also works.
Jookies program was for testing cosmosex , he had the exact same issue. I'm waiting for him to patch the program because it was not designed to run on anything else. He says he does not even use a driver. So I guess he just issues raw SCSI commands to the drive.
We may be able to tell more when I can run his program, but I think this is just not going to be resolvable. I cannot even say if it's a hardware or software issue but I would side with hardware currently. But it could may well be a inherent bug in the falcon's logic somewhere for all we know. I have literally zero idea what this problem could be.
-
jwd
- Posts: 108
- Joined: 11 Jun 2019 11:23
- Location: Ruislip
Re: Falcon SCSI write issues
Next time you are testing and it fails the copy using GEMDOS/desktop routines try kobold doing the same test using its own routines.
I'm sure sometime ago i read that TOS 4 can have inherent issues with copying large files irrespective of driver?
I had HDDriver v4 back in the day on my 'dodgy' albeit official clock patched bird and kobold always worked.
I'm sure sometime ago i read that TOS 4 can have inherent issues with copying large files irrespective of driver?
I had HDDriver v4 back in the day on my 'dodgy' albeit official clock patched bird and kobold always worked.
-
exxos
- Site Admin

- Posts: 28363
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: Falcon SCSI write issues
That by itself is a very good question.... But have users been copying large files like 10MB+ on a SCSI drive in the first place ? No idea.Steve wrote: 23 Sep 2025 15:04 But if it's a software bug, shouldn't this problem be more widespread? Almost anyone with a Falcon runs with 14mb.
Would probably help of some people could try some large file copies with HDdriver 12.53 (or earlier) to see if anyone else gets the problem.
Maybe its a bug with my SCSI drive... But same thing, wouldn't there be loads of posts about SCSI drives not working right somewhere.. even in the PC world..
I guess I really need to try and find another spinning rust drive somewhere to try..
-
exxos
- Site Admin

- Posts: 28363
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: Falcon SCSI write issues
I will see if I can find it and give it a try.. Like I said earlier though, you would have thought EMUTOS would be reliable, but I still have problems with that. It would mean 2 OS's or drives have similar bugs.jwd wrote: 23 Sep 2025 15:12 Next time you are testing and it fails the copy using GEMDOS/desktop routines try kobold doing the same test using its own routines.
I'm sure sometime ago i read that TOS 4 can have inherent issues with copying large files irrespective of driver?
I had HDDriver v4 back in the day on my 'dodgy' albeit official clock patched bird and kobold always worked.
-
exxos
- Site Admin

- Posts: 28363
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: Falcon SCSI write issues
KOBOLD died here.
You do not have the required permissions to view the files attached to this post.
-
Badwolf
- Site sponsor

- Posts: 3043
- Joined: 19 Nov 2019 12:09
Re: Falcon SCSI write issues
If I have time tonight I'll try to chuck around some CDRom images or Tentacle's sound file between IDE and SCSI & see what happens.exxos wrote: 23 Sep 2025 15:14That by itself is a very good question.... But have users been copying large files like 10MB+ on a SCSI drive in the first place ? No idea.Steve wrote: 23 Sep 2025 15:04 But if it's a software bug, shouldn't this problem be more widespread? Almost anyone with a Falcon runs with 14mb.
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
Who is online
Users browsing this forum: ClaudeBot, petal [bot] and 3 guests