|
Post by mirkosoft on Sept 12, 2018 13:40:44 GMT
Hi!
I need to copy CP/M diskimage to real 1571 on my DCR. I need CP/M 2.2 for my CP/M Cartridge (using with C128) and 3.0 for Z80 inside C128, also want to write to disk DOS/65 CP/M emulator.
I found not one program to copying whole disk, even CP/M formatted. I own uIEC and 64HDD - but don't have tool to do it.
Can anybody help me with?
Miro
|
|
|
Post by nonefornow on Sept 12, 2018 16:45:42 GMT
Hi,
Rather than trying to copy a whole image I would use a different approach.
Using a disk editor - try to extract the single CP/M files from the D64 / D71 and copy them on the root of the SD card. Then use SDBrowse to copy the individual files into your floppy disk of the C128D.
|
|
|
Post by mirkosoft on Sept 12, 2018 17:03:57 GMT
CP/M filesystem is different to CBM-FS and not compatible with FAT used on SD card. This is problem.
Miro
|
|
|
Post by willymanilly on Sept 13, 2018 4:45:14 GMT
|
|
|
Post by mirkosoft on Sept 13, 2018 16:52:20 GMT
Ok, I try
Miro
|
|
|
Post by tokra on Sept 13, 2018 18:15:34 GMT
I've had the same problem some eight years ago and then found a solution with a very simple BASIC-diskcopy on the german C64-wiki: www.c64-wiki.de/wiki/Floppy/BASIC_DiskcopyI expanded this for the 1571 and then nbla000 did some more work on it to produce "DiskCopier", which is a universal program for VIC-20, C64, C16/+4 and C128. You need to LOAD it with ",8" (not ,8,1) so it will be loaded to the BASIC-start. You can then copy from or to .d71 (as well as d81 and d64) images. Very slow, but works. Since nbla000's site is down, I will attach the program here: DiskCopier.zip (1.57 KB)
|
|
|
Post by robertb on Sept 18, 2018 4:16:48 GMT
I've had the same problem some eight years ago and then found a solution with a very simple BASIC-diskcopy on the german C64-wiki: www.c64-wiki.de/wiki/Floppy/BASIC_DiskcopyI expanded this for the 1571 and then nbla000 did some more work on it to produce "DiskCopier", which is a universal program for VIC-20, C64, C16/+4 and C128. You need to LOAD it with ",8" (not ,8,1) so it will be loaded to the BASIC-start. You can then copy from or to .d71 (as well as d81 and d64) images. Very nice! Thanks!
Truly, Robert Bernardo
|
|
|
Post by mirkosoft on Sept 22, 2018 16:11:04 GMT
I tried it many times, it was looking like my 5,25" disks are near all broken... I copied at least CP/M 3.0 and ZP/M, CP/M 2.2 is Q, but DOS/65 was not success. Other way - using the same disks was not problematic after formatting.
It looks that reason is program incompatibility with DCR 1751 - maybe program understands not DOS 3.1 or cannot handle other than true 1571 with DOS 3.0... But here's anything what is not sure: Is program not compatible? Is 1571CR not compatible? Many developers were not happy with C1571CR in C128DCR solution and difference...
I think program can have option to use DOS 3.0 or 3.1 - or not option, but built-in error handling 'cause after copying disk looks all ok and only in test is possible to see errors...
But thank you Torsten. Miro
|
|
|
Post by tokra on Sept 23, 2018 8:33:02 GMT
Since this is a BASIC-program I don't think it has to do with 1571CR. Instead of using the .d64-copy options (4 to 9), you could try just to use 1571->1571 copy and make sure you have mounted .d71-image on your SD2IEC drive, or if you want to copy to SD2IEC have created an empty image which has been mounted (e.g. OPEN1,8,15,"CD:image.d64":CLOSE1).
|
|
|
Post by mirkosoft on Sept 23, 2018 17:32:55 GMT
Can it really copy CP/M filesystem when is CP/M diskimage mounted?
Miro
|
|