home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.94 / text0015.txt < prev    next >
Encoding:
Internet Message Format  |  1996-03-31  |  2.8 KB

  1. Received: from ucsd.edu (ucsd.edu [132.239.254.201]) by nacm.com (8.6.9/8.6.9) with ESMTP id JAA09811 for <executor@nacm.com>; Tue, 28 Jun 1994 09:39:24 -0700
  2. Received: from guava.UUCP by ucsd.edu; id JAA18136
  3.     sendmail 8.6.9/UCSD-2.2-sun via UUCP
  4.     Tue, 28 Jun 1994 09:39:15 -0700 for nacm.com!executor
  5. Received: by  guava.ucsd.edu  (NX5.67c/NeXT-2.0)
  6.     id AA06674; Tue, 28 Jun 94 09:35:02 -0700
  7. Date: Tue, 28 Jun 94 09:35:02 -0700
  8. From: alex@guava.UCSD.EDU (Alex Levine)
  9. Message-Id: <9406281635.AA06674@ guava.ucsd.edu >
  10. Received: by NeXT.Mailer (1.100)
  11. Received: by NeXT Mailer (1.100)
  12. To: executor@nacm.com
  13. Subject: Re: Formatting Disks
  14. Reply-To: alex@guava.UCSD.EDU
  15. Sender: Executor-Owner@nacm.com
  16. Precedence: bulk
  17.  
  18. Actually, folks, it IS possible to format a high-density macintosh disk on a  
  19. PC, with or without Executor.  Of course, such disks can then be written with  
  20. Executor, so the topic is of immediate relevance here.  Furthermore, no  
  21. commercial software is required: the task may be performed with a simple  
  22. freeware utility.
  23.  
  24. RAWRITE.EXE is a DOS program for writing raw disk image files to floppy disks.   
  25. It was written for the purpose of allowing people to create their own linux  
  26. boot diskettes before installing linux on their hard disks.  Since it takes raw  
  27. disk files as its input, it will work with the image of ANY disk, including  
  28. mac-or DOS-formatted disks.  Find it at any of numerous ftp sites.
  29.  
  30. Now, once you have a "standard" image file for a mac-formatted disk, you can  
  31. use rawrite to crank out valid, mac-compliant copies of it indefinitely.  The  
  32. trick, if there is a trick, is to acquire the appropriate disk file in the  
  33. first place, but fortunately you only have to perform this once.  Here, to my  
  34. knowledge, the only thing to do is to hunt for a UNIX machine that reads high  
  35. density floppies.  The Macintosh DiskCopy program can create disk images, but  
  36. they appear to be incompatible with rawrite.  On a UNIX system, insert the  
  37. macintosh floppy of your choice, and issue a command like the following:
  38.  
  39. dd if=/dev/rfd0b of=macfile bs=16k
  40.  
  41. The precise syntax depends on which UNIX system you're using, and which device  
  42. your floppy drive is associated with.  I used the above on my NEXTSTEP system,  
  43. with excellent results, and I gather the command is basically the same on linux  
  44. and SUN boxes.
  45.  
  46. Anyway, this command creates a file called "macfile."  That's your disk image,  
  47. ready for use with rawrite.  Transfer it over to your DOS box by the method of  
  48. your choice, grab rawrite.exe from the archives, and you're in business.
  49.  
  50. Not everybody has access to a UNIX station.  If there's interest, maybe our  
  51. friends at ARDI will put rawrite.exe and an appropriate disk image on their ftp  
  52. site?
  53.  
  54. Hope this helps!
  55.  
  56. Alex
  57.  
  58.