Yokemate of Keyboards
Posts: 2096 from 2003/2/24
From: po-RNO
There is the
FileWrite command in the standard MorphOS installation. It can write empty files like ADFs or HDFs,
but unfortunately it first creates the file in RAM, so it's limited to your free RAM how big files you can write. (Edit: this has been fixed)
I've made a request to MorphOS team that they'd change this to write files directly to HD without buffering it to RAM, so let's see... :)
Basically creating these images is just writing null bytes into a file, so it wouldn't be any rocket science to write a separate program that'd do this.
Or maybe you could create smaller files, but join them with the
Join command as many times as you need... maybe a small shell script for this.. hmm...
[ Edited by jPV 15.08.2022 - 12:03 ]