No clue what it's supposed to be. I'll try xferate later.dad664npc wrote: 15 Aug 2023 16:40 Those RW values are terrible. I'd expect to be seeing around 800 KB/s for reads and around 500 KB/s for writes
EDIT:
910 kb/sec.

No clue what it's supposed to be. I'll try xferate later.dad664npc wrote: 15 Aug 2023 16:40 Those RW values are terrible. I'd expect to be seeing around 800 KB/s for reads and around 500 KB/s for writes

chronicthehedgehog wrote: 20 Jul 2023 22:32 Just posting this here as it might be useful to fellow PICO drive users.
Could be common knowledge for all I know. Apologies if I'm trying to teach you to suck eggs :D
The consensus seemed to be that ICD Pro didn't like DOS partitions but I thought I'd give it a go since I read in several places that it should be able to handle FAT16.
FAT partitions created under Windows didn't work at all, but those created with Linux/fdisk did. Here's my transcript:
Now assuming you haven't allocated all your drive letters to disk 0, ICD will recognise the DOS partition at boot time on the second disk/card.Code: Select all
# assuming this is a fresh sd card, the first partition will become /dev/sda1 # change device as necessary # n.b. fdisk is interactive. fdisk prompts replaced by comments sudo fdisk /dev/sda # new partition n # primary p # number 1 # first sector 2048 # last sector +32M # change type from linux to fat t # hex code 4 # save w # format the partition sudo mkfs.fat -D 0x80 -F 16 -M 0xF8 -S 1024 -n DOS1 /dev/sda1
I should add that reads/writes to/from TOS drives seem fine but TOS throws some weird errors if you try and delete from the FAT16 partition. I assume ICD handling of FAT is a little lacking. Fine for transferring data but I wouldn't keep anything precious on it.




This is what I do - at least until I get an HC CPU. I found Windows 11 to be completely useless at creating usable FAT partitions tbh.exxos wrote: 28 Aug 2023 11:32 So likely the easiest solution is to use 2 SD cards. The main Atari one with all your partitions. Then use a second card with DOS partition as a "swap drive". Then copy stuff from the swap drive to the Atari drives.

chronicthehedgehog wrote: 28 Aug 2023 13:05 I've found DrCoolZic's HD manual to be quite useful along the way. Contains some good info on the drivers etc.
I remember the 32MB thing, but thought it was 32MB for the BOOT partition. Looks like TOS itself is the limiting factor.IMPORTANT WARNING: A TOS&DOS partition is not a regular TOS partition and therefore it should
only be accessed on the Atari with the matching hard disk driver. For example using the ICD
AdSCSI hard disk driver gives the impression to access TOS&DOS partitions correctly (it even
report correctly the size) but if you try to read beyond the first 32MB of the partition you will get
incorrect results and even worse if you try to write you will definitively corrupt the partition.

So maybe related with the difference between genuine DOS FAT and TOS FAT ?The limitations: (...) Sadly, compatibility goes only for partitions up to 32 MB size, above it it is not compatible, and the reason is 16-bit sector addressing used in TOS filesystem (16 bit addressing means exactly 32 MB with regular sector size of 512 bytes). So, above 32 MB TOS uses so called large logical sectors like 1 KB, 2 KB ... 8 KB (TOS 1.00-3.06, 4.02) or even 16 KB (TOS 4.04) . And that's not good.

:shrug:sporniket wrote: 28 Aug 2023 14:20 So maybe related with the difference between genuine DOS FAT and TOS FAT ?

Users browsing this forum: apple [bot], ClaudeBot, Hellraiseruk and 9 guests