From "directories"??? On my OS3.9 machines I sometimes did ADF files from RAD: but never from dirs. Making a RAD: should work on OS4 as well. In my OS3 enviroment I use TransADF - didn't tested it on OS4.
Spirantho is right. Creating an empty ADF is very easy. I suggest using mkfile for this as it doesn't initialise the file to all zeros so it's usually very fast.
To create a standard ADF disk image you would just type in a shell: mkfile empty.adf 880k Then simply mount the file in diskimage.device and format.
How about catfloppy? I've also used tsgui in the past with great success, but haven't tried it recently as a label came off a disk in the drive and is giving me errors when I try to use it now.
Valiant@Camelot AmigaOne XE, 800Mhz, 1GB, 9250 Radeon, OS4.1u7 Sam440ep, 666Mhz, 512Mb, 9250 Radeon, OS4.1u6 A1-X1000, 1.8Ghz, 1GB, 9250 Radeon, OS4.1x A1-X5000/40 2.2Ghz, 2GB, Radeon HD 7700, OS4.1 FE ud 2
Hi @cha05e90 and TSK, #2 reply Making a RAD: should work on OS4 as well.
Yes, it does! I tried it last night. From DosDrivers, I got RAM_0 from the RAD driver. The defaults are a 880KB floppy. I wrote some files on it. The trick is using 'RAWDisk' in Sys:Utilities. I had it write the binary file to HD. I used the latest 'DiskImage' to read it and it worked fine. I even tried it with some old FFS files and it still worked. The only snag that may come-up is installing 'boot-blocks'. Normally, floppies are made without them; but have to be 'installed' for boot-able floppies. You might not need that, huh?