home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.95 / text0207.txt < prev    next >
Encoding:
Text File  |  1996-03-31  |  3.9 KB  |  95 lines

  1. > I'm having trouble reading 720 K mac floppies on my linux box. I can
  2. > read 1.44 just fine by setting MacVolumes to /dev/fd0...
  3. Um..I don't think you can.  As I recall, the Mac 800K floppies used
  4. Constant Linear Velocity recording instead of Constant Angular Velocity
  5. recording.  Someone please correct me if I'm wrong on this, but I believe
  6. that is one of the reasons they got 800k out of the floppy.
  7.  
  8. --Toby Everett
  9.  
  10. From owner-executor  Tue Mar 21 20:23:46 1995
  11. Received: (from majordom@localhost) by nacm.com (8.6.9/8.6.9) id UAA08906 for executor-outgoing; Tue, 21 Mar 1995 20:23:46 -0800
  12. Received: from MIT.EDU (SOUTH-STATION-ANNEX.MIT.EDU [18.72.1.2]) by nacm.com (8.6.9/8.6.9) with SMTP id UAA08901 for <executor@nacm.com>; Tue, 21 Mar 1995 20:23:40 -0800
  13. Received: from VORLON.MIT.EDU by MIT.EDU with SMTP
  14.     id AA10052; Tue, 21 Mar 95 23:23:38 EST
  15. Received: from localhost by vorlon.mit.edu (8.6.9/4.7) id XAA00254; Tue, 21 Mar 1995 23:23:39 -0500
  16. Message-Id: <199503220423.XAA00254@vorlon.mit.edu>
  17. X-Mailer: exmh version 1.5.3 12/28/94
  18. To: kemp@convex.convex.com
  19. Cc: kender@esu.edu (Daniel Garcia), executor@nacm.com
  20. Subject: Re: How to Read 800K floppies?? 
  21. In-Reply-To: Your message of "Tue, 21 Mar 1995 19:52:03 CST."
  22.              <m0rrFad-0003FyC@moraine.convex.com> 
  23. Mime-Version: 1.0
  24. Content-Type: text/plain; charset="us-ascii"
  25. Date: Tue, 21 Mar 1995 23:23:38 -0500
  26. From: Jered J Floyd <jered@vorlon.mit.edu>
  27. Sender: owner-executor@nacm.com
  28. Precedence: bulk
  29.  
  30.  
  31. Yep, you're all right. The format of the 800K floppies on Macs is the same
  32. as was used on the Apple ][ GS, it uses a system that packs more data
  33. on the larger outside tracks (similar to the Constant Angular Velocity
  34. [CAV] used on CD-ROMs and some Videodiscs.) 
  35.  
  36. This alone is not the only problem with reading such a format on PCs,
  37. another is that a different data encoding scheme was used. This allowed
  38. Apple to build disk drives (in the days of the Apple ]['s) with a suprisingly
  39. low number of components.
  40.  
  41. Today, however, the 800K format has become a legacy format on the Macs.
  42. Supporting this format even adds a non-negligible amount to the cost of the
  43. floppy drive, enough that I've heard from several people that Apple will be
  44. making 800K-capable floppy drives optional on their new low-end machines.
  45.  
  46. --Jered
  47.  
  48. From owner-executor  Thu Mar 23 09:00:51 1995
  49. Received: (from majordom@localhost) by nacm.com (8.6.9/8.6.9) id JAA09424 for executor-outgoing; Thu, 23 Mar 1995 09:00:51 -0800
  50. Received: from convex.convex.com (convex.convex.com [130.168.1.1]) by nacm.com (8.6.9/8.6.9) with ESMTP id JAA09419 for <executor@nacm.com>; Thu, 23 Mar 1995 09:00:45 -0800
  51. Received: from convex1.convex.com by convex.convex.com (8.6.4.2/1.35)
  52.     id LAA06887; Thu, 23 Mar 1995 11:00:44 -0600
  53. Received: from eraserhead.convex.com by convex1.convex.com (5.64/1.28)
  54.     id AA06608; Thu, 23 Mar 95 11:06:59 -0600
  55. Message-Id: <m0rrqC3-0003FyC@moraine.convex.com>
  56. Subject: Printing under Linux???
  57. To: executor@nacm.com (executor)
  58. Date: Thu, 23 Mar 1995 10:57:07 -0600 (CST)
  59. X-Mailer: ELM [version 2.4 PL23]
  60. Content-Type: text
  61. Content-Length: 739       
  62. From: kemp@convex.convex.com
  63. Sender: owner-executor@nacm.com
  64. Precedence: bulk
  65.  
  66. When I try and print from MS Word under Linux/executor 1.99k, I get the
  67. following error on stdout..
  68.  
  69. moraine:~(136)sh: whereis: command not found
  70. sh: whereis: command not found
  71.  
  72. I have the PRINTER env. var. set, and the paths to lpr and
  73. executor_filter in my parent shell and in .profile since executor
  74. seems to want to spawn /bin/sh shells.
  75.  
  76. BTW, executor filter is a link to another shell script that contains
  77.  
  78. #!/bin/tcsh -f
  79. gs -sDEVICE=epsonc -dNOPAUSE -q -sPAPERSIZE=letter -sOutputFile=\|lpr -
  80.  
  81. So that I can print postscript to my Canon BJ600..
  82.  
  83. Any one got this working under Linux???
  84.  
  85. thanks
  86. PK
  87.  
  88.  
  89. -- 
  90. Phil Kemp            Voice:(214)-497-4671
  91. CONVEX Computer Corporation     Fax:(214)-497-4141
  92. Richardson, Texas        Internet:kemp@convex.com
  93.  
  94.  
  95.