[Coco] Vcc+DW4 to access real floppy drive on Coco-3 ?

L. Curtis Boyle curtisboyle at sasktel.net
Mon Jul 7 22:08:07 EDT 2014


For raw sector by sector copying, yes, open both drives with '@'. But, if the drive geometries are different in any way, do not write sector 0 until the last.
(To make things faster, I usually did the 2nd sector and up for the first track by sector, and did the rest by tracks, and lastly doing sector 0).

L. Curtis Boyle
curtisboyle at sasktel.net



On Jul 7, 2014, at 7:13 PM, Greg Law <glaw at live.com> wrote:

> Aaron Wolfe wrote:
> 
>> One thing, now that I think about it there is no need to involve DW with
>> the VCC/creation part.  You could, but you can also just use the regular
>> (emulated ) FDC in VCC.  The disk files vcc uses and creates natively can
>> be mounted in DriveWire later anyway.  Probably faster.
>> 
>> Im also not sure what the command to do a sector by sector copy is in OS9.
>> I recall the question coming up before and I think there is one, maybe
>> someone else knows that part.  There is a standalone utility for doing DECB
>> disk copies from DW to real floppy, but os9 shouldn't need anything
> special> , any generic sector copy tool would work.
> 
> It's been years since I tried anything like this, but I wonder if something like copy /d0@ /d1@ would work. I imagine it might barf if LSN0 geometry changes on the first sector copy. It does seem to be fairly trivial to open /d0@ and /d1@ and skedoodle away in read/write loop.
> 
> 
> 
> -- 
> Coco mailing list
> Coco at maltedmedia.com
> http://five.pairlist.net/mailman/listinfo/coco
> 



More information about the Coco mailing list