home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / cbm / 4422 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  1.7 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!zaphod.mps.ohio-state.edu!cs.utexas.edu!sun-barr!olivea!charnel!rat!ucselx!gdwest!stlucas
  2. From: stlucas@gdwest.gd.com (Joseph St. Lucas)
  3. Newsgroups: comp.sys.cbm
  4. Subject: help wanted on disk files
  5. Message-ID: <1992Nov6.175101.15969@gdwest.gd.com>
  6. Date: 6 Nov 92 17:51:01 GMT
  7. Sender: stlucas@gdwest.gd.com (Joseph St. Lucas)
  8. Distribution: usa
  9. Organization: General Dynamics Corp.
  10. Lines: 20
  11.  
  12. I have a c128 w. 1541 drives and a 1581 drive.  I also have an old 
  13. database program that uses relative file to write the data to the
  14. 1541 disk on tracks 1-16, and 20-35.  I want to move the data to my
  15. 1581 drive because, at one set of data per sector, I am using about 530 sectors and don't have a lot of room left on my disk.  The program is in assembly
  16. so I'm not going to modify it.  Looking at the block read/write info for the
  17. two drives, I can't see an easy way to transfer the data, taking into account
  18. the differences in track/sector numbers on the 1541 and the nice constant
  19. 40 sectors/track on the 1581.  THe u1, u2 will load the sector into disk memory,
  20. but then I need to send it to the other drive to write it out.
  21. It looks like I'm stuck using a full blown block-read/write, trying to make sure
  22. I don't lose the first byte of the data.
  23. I could use Disk Doctor to read one sector and write it to the other drive,
  24. but not 530 times. Am I missing something here?  Is there a magic application
  25. out there that I can use to read 1541 sectors and  dump them (unchanged) to
  26. a 1581 drive?
  27.  
  28. -- 
  29. Joe St.Lucas    stlucas@gdwest.gd.com        Standard Disclaimers Apply
  30. General Dynamics Space Systems: our last launch ATTEMPT, Galaxy 1R, leaving
  31. me temporarily at a loss for something witty to say in my signature.
  32.