Can all registered uses please login, even just for a few minutes..
It helps build a picture where our "good traffic" is coming from..
Thanks :)

Writting *.st files on modern mac - how?

The place to ask all those likely daft questions!
User avatar
arti040
Posts: 54
Joined: Wed Aug 24, 2022 7:09 am
Location: Poland

Writting *.st files on modern mac - how?

Post by arti040 »

Yea, how? On, let's say, MacOS X Catalina. I got USB floppy-drive (ThinkPad dedicated) which reads and writes Atari ST formatted floppies perfectly fine (DD) but I have no idea, how to write whole image file. Is it possible or need I some PC/Linux machine?
User avatar
derkom
Moderator
Moderator
Posts: 1232
Joined: Sun Jul 29, 2018 6:45 pm

Re: Writting *.st files on modern mac - how?

Post by derkom »

arti040 wrote: Wed Aug 24, 2022 11:40 pm Yea, how? On, let's say, MacOS X Catalina. I got USB floppy-drive (ThinkPad dedicated) which reads and writes Atari ST formatted floppies perfectly fine (DD) but I have no idea, how to write whole image file. Is it possible or need I some PC/Linux machine?
I've not tried this, but you may be able to use the HxC Floppy Emulator Software to "Load" the .st image, then ""Export" it as "IMG file (RAW Sector file format)", and then use dd to write that out to the floppy drive.

This might only work if the floppy is already formatted with the same parameters as the image you're trying to write. Or it may not work at all. :lol:
User avatar
frank.lukas
Posts: 815
Joined: Fri Jan 19, 2018 11:52 am

Re: Writting *.st files on modern mac - how?

Post by frank.lukas »

You can load any ST image with Hatari and delete all files on it and copy new files from a GEMDOS Drive in Hatari on it ...
User avatar
Icky
Site Admin
Site Admin
Posts: 4402
Joined: Sun Sep 03, 2017 10:57 am
Location: UK

Re: Writting *.st files on modern mac - how?

Post by Icky »

derkom wrote: Thu Aug 25, 2022 6:21 am I've not tried this, but you may be able to use the HxC Floppy Emulator Software to "Load" the .st image, then ""Export" it as "IMG file (RAW Sector file format)", and then use dd to write that out to the floppy drive.

This might only work if the floppy is already formatted with the same parameters as the image you're trying to write. Or it may not work at all. :lol:
That’s how I do it @derkom and as you say if a disk has some special protection etc that is not possible. This utility just allows you to copy files to an .st disk or off of one.
User avatar
rubber_jonnie
Site Admin
Site Admin
Posts: 15184
Joined: Thu Aug 17, 2017 7:40 pm
Location: Essex
Contact:

Re: Writting *.st files on modern mac - how?

Post by rubber_jonnie »

I think the problem you have is that .ST files are not directly understood by DD, so there is no way you'll be able to use one to write a disk with DD.

I think the solution offered by @derkom is the most likely way forward and then write the resulting IMG file to FDD using DD. It might also be possible to convert the .ST images using GreaseWeasel, but I'm not 100% sure.

The slightly different solution is to get a Gotek, then you won't have to convert .ST files to floppy, you just run them direct from that.
Collector of many retro things!
800XL and 65XE both with Ultimate1MB,VBXL/XE & PokeyMax, SIDE3, SDrive Max, 2x 1010 cassette, 2x 1050 one with Happy mod, 3x 2600 Jr, 7800 and Lynx II
Approx 20 STs, including a 520 STM, 520 STFMs, 3x Mega ST, MSTE & 2x 32 Mhz boosted STEs
Plus the rest, totalling around 50 machines including a QL, 3x BBC Model B, Electron, Spectrums, ZX81 etc...
User avatar
stephen_usher
Site sponsor
Site sponsor
Posts: 7499
Joined: Mon Nov 13, 2017 7:19 pm
Location: Oxford, UK.
Contact:

Re: Writting *.st files on modern mac - how?

Post by stephen_usher »

From what I rememeber, FlashFloppy doesn't support .ST files.
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
rubber_jonnie
Site Admin
Site Admin
Posts: 15184
Joined: Thu Aug 17, 2017 7:40 pm
Location: Essex
Contact:

Re: Writting *.st files on modern mac - how?

Post by rubber_jonnie »

stephen_usher wrote: Thu Aug 25, 2022 9:55 am From what I rememeber, FlashFloppy doesn't support .ST files.
All my Goteks are FlashFloppy and support .ST files just fine. List of supported file formats is here: FlashFloppy supported file types

The Greaseweazel Wiki specifies this: "Greaseweazle also supports writing to floppy disks, from a range of image file formats including those commonly used for online preservation (ADF, IPF, DSK, IMG, HFE, ...)"

The ellipsis suggests other file formats, so I tested quickly and it seems happy to read and write .ST files :)
Collector of many retro things!
800XL and 65XE both with Ultimate1MB,VBXL/XE & PokeyMax, SIDE3, SDrive Max, 2x 1010 cassette, 2x 1050 one with Happy mod, 3x 2600 Jr, 7800 and Lynx II
Approx 20 STs, including a 520 STM, 520 STFMs, 3x Mega ST, MSTE & 2x 32 Mhz boosted STEs
Plus the rest, totalling around 50 machines including a QL, 3x BBC Model B, Electron, Spectrums, ZX81 etc...
User avatar
stephen_usher
Site sponsor
Site sponsor
Posts: 7499
Joined: Mon Nov 13, 2017 7:19 pm
Location: Oxford, UK.
Contact:

Re: Writting *.st files on modern mac - how?

Post by stephen_usher »

:dualthumbup: :)
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
DoG
Posts: 1303
Joined: Sat Apr 07, 2018 12:26 pm

Re: Writting *.st files on modern mac - how?

Post by DoG »

stephen_usher wrote: Thu Aug 25, 2022 9:55 am From what I rememeber, FlashFloppy doesn't support .ST files.
You are probably thinking of *.MSA?
User avatar
arti040
Posts: 54
Joined: Wed Aug 24, 2022 7:09 am
Location: Poland

Re: Writting *.st files on modern mac - how?

Post by arti040 »

Wow, wow... slowly :-) So, you suggest to set up some emulated environment, mount there images I want and then just copy files to the floppy? If that works, I can try but isn't so, some images are has their own format so coping the files won't wrok?
Post Reply

Return to “NOOB QUESTIONS”