home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.94 / text0041.txt < prev    next >
Encoding:
Text File  |  1996-04-02  |  2.0 KB  |  41 lines

  1. Actually, folks, it IS possible to format a high-density macintosh disk on a  
  2. PC, with or without Executor.  Of course, such disks can then be written with  
  3. Executor, so the topic is of immediate relevance here.  Furthermore, no  
  4. commercial software is required: the task may be performed with a simple  
  5. freeware utility.
  6.  
  7. RAWRITE.EXE is a DOS program for writing raw disk image files to floppy disks.   
  8. It was written for the purpose of allowing people to create their own linux  
  9. boot diskettes before installing linux on their hard disks.  Since it takes raw  
  10. disk files as its input, it will work with the image of ANY disk, including  
  11. mac-or DOS-formatted disks.  Find it at any of numerous ftp sites.
  12.  
  13. Now, once you have a "standard" image file for a mac-formatted disk, you can  
  14. use rawrite to crank out valid, mac-compliant copies of it indefinitely.  The  
  15. trick, if there is a trick, is to acquire the appropriate disk file in the  
  16. first place, but fortunately you only have to perform this once.  Here, to my  
  17. knowledge, the only thing to do is to hunt for a UNIX machine that reads high  
  18. density floppies.  The Macintosh DiskCopy program can create disk images, but  
  19. they appear to be incompatible with rawrite.  On a UNIX system, insert the  
  20. macintosh floppy of your choice, and issue a command like the following:
  21.  
  22. dd if=/dev/rfd0b of=macfile bs=16k
  23.  
  24. The precise syntax depends on which UNIX system you're using, and which device  
  25. your floppy drive is associated with.  I used the above on my NEXTSTEP system,  
  26. with excellent results, and I gather the command is basically the same on linux  
  27. and SUN boxes.
  28.  
  29. Anyway, this command creates a file called "macfile."  That's your disk image,  
  30. ready for use with rawrite.  Transfer it over to your DOS box by the method of  
  31. your choice, grab rawrite.exe from the archives, and you're in business.
  32.  
  33. Not everybody has access to a UNIX station.  If there's interest, maybe our  
  34. friends at ARDI will put rawrite.exe and an appropriate disk image on their ftp  
  35. site?
  36.  
  37. Hope this helps!
  38.  
  39. Alex
  40.  
  41.