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
BOOKMARK THIS PAGE !
https://www.exxosforum.co.uk:8085/IP_CHECK/
You can unban yourself if needed. It also sends me reports to investigate the ban.
DO NOT USE MOBILE / CGNAT DEVICES WHERE THE IP CHANGES CONSTANTLY!
At this time, it is unfortunately not possible to whitelist 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!

exxos blog - random goings on

Blogs & guides and tales of woo by forum members.
User avatar
exxos
Site Admin
Site Admin
Posts: 28130
Joined: 16 Aug 2017 23:19
Location: UK

Re: exxos blog - random goings on

Post by exxos »

I did a tree dump on the SD card itself. I don't really see anything odd there even in sector view.

tree.zip

So the problem has to be Atari side :roll:

I did a video of the STE deleting the files which is showing those corrupted folder names.



Considering it seems to be successfully deleting invalid folder names :shrug:
You do not have the required permissions to view the files attached to this post.
User avatar
chronicthehedgehog
Site sponsor
Site sponsor
Posts: 377
Joined: 08 May 2022 18:11
Location: The Midlands

Re: exxos blog - random goings on

Post by chronicthehedgehog »

I could only get the ICD drivers to work personally even though I only tried the demo HD and PP drivers. I get similar spurious folder entries when using fat16 partitions with ICD. Kobold ignores them maybe pp does also
User avatar
exxos
Site Admin
Site Admin
Posts: 28130
Joined: 16 Aug 2017 23:19
Location: UK

Re: exxos blog - random goings on

Post by exxos »

chronicthehedgehog wrote: 14 Aug 2023 11:13 I could only get the ICD drivers to work personally even though I only tried the demo HD and PP drivers. I get similar spurious folder entries when using fat16 partitions with ICD. Kobold ignores them maybe pp does also
That is interesting then. Not just me that is having this problem.

What STE do you have exactly ? Do you know the DMA number ? Internal/external blitter ? Early bodge STE board or later one ?

I guess I could start over and try a TOS only partition. Not many options left now :(
User avatar
chronicthehedgehog
Site sponsor
Site sponsor
Posts: 377
Joined: 08 May 2022 18:11
Location: The Midlands

Re: exxos blog - random goings on

Post by chronicthehedgehog »

On hols at the mo and can't remember the specifics but it has a 001 'good' DMA. Perhaps it's a late revision as it also has an Ajax FDD controller. I honestly can't remember if it's internal or external blitter but my hunch is internal
User avatar
stephen_usher
Site sponsor
Site sponsor
Posts: 7323
Joined: 13 Nov 2017 19:19
Location: Oxford, UK.

Re: exxos blog - random goings on

Post by stephen_usher »

Those spurious folder names would be corrupted FAT directory entry. This could happen if the seek command is buggy or there's a timing issue when reading the command on the bus so that it's not reading the parameters correctly. The FAT reading takes a lot of seeks to/from the start of the drive. It could be reading too early or too late and the data on the bus is not consistant.
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: 28130
Joined: 16 Aug 2017 23:19
Location: UK

Re: exxos blog - random goings on

Post by exxos »

I started again and repartitioned the SD card to TOS only. Copied files from my test floppy to C: then copied all those folders on C: back to C: under new folder names etc. Basically filled up a 220MB partition. Ends up around 7,000 files and 4,000 folders or thereabouts. Long story short it still crashed about halfway with 3,500 files to go. I did these tests with ultrasatan just to rule out again that the Pico drive was not a factor in it all.

While I was copying files to the C: drive etc I did spend a fair bit of time watching the filenames and did not see anything out of the ordinary while copying. so the problem only seems to manifest itself during deleting files.

I guess I could run EMUTOS.PRG and rule out a TOS problem. Though I have a feeling this is just going to end up being another stupid DMA problem :roll: My only other course of action is to remove the "Good DMA" and put a -38 in the STE and see if anything changes.
User avatar
exxos
Site Admin
Site Admin
Posts: 28130
Joined: 16 Aug 2017 23:19
Location: UK

Re: exxos blog - random goings on

Post by exxos »

Grabbed the latest EMUTOS and didn't get very far :( @czietz ?

IMG_0961.JPG

Have half wondered if it was the number of directories problem but I only believed that was in like TOS104 era. I assume with TOS206 all that old chaos was fixed. :shrug: Though I don't exactly have a massive amount of directories within directories anyway. From what I can tell I am going about eight directories deep.
You do not have the required permissions to view the files attached to this post.
User avatar
exxos
Site Admin
Site Admin
Posts: 28130
Joined: 16 Aug 2017 23:19
Location: UK

Re: exxos blog - random goings on

Post by exxos »

I tried TOS206 again and it crashed a lot quicker this time. Got no where near half way. So I assume this is going to be some hardware problem now :(

IMG_0962.JPG
IMG_0963.JPG

I think the next course of action is to put a socket in the STE and try the -38 DMA and see if anything changes.
You do not have the required permissions to view the files attached to this post.
User avatar
stephen_usher
Site sponsor
Site sponsor
Posts: 7323
Joined: 13 Nov 2017 19:19
Location: Oxford, UK.

Re: exxos blog - random goings on

Post by stephen_usher »

Looks like the FAT filesystem is being corrupted which is then causing the system to crash when it reads a nonsensical entry.

This feels like a timing issue in the firmware of the device which is marginal and happens to just work on most machines by accident.
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: 28130
Joined: 16 Aug 2017 23:19
Location: UK

Re: exxos blog - random goings on

Post by exxos »

stephen_usher wrote: 14 Aug 2023 16:05 This feels like a timing issue in the firmware of the device which is marginal and happens to just work on most machines by accident.
It's the same with the PICO and Ultrasatan. My only other option is to try a spinning metal drive. Though I am not sure how big those drives are for a fair test. But with those drives being slower, it may not be a fair test anyway.

Return to “MEMBER BLOGS”

Who is online

Users browsing this forum: Ahrefs [bot], CCBot, Qwantbot and 4 guests