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

  1. Received: by pht.com id AA01682
  2.   (5.67b/IDA-1.5 for executor@nacm.com); Thu, 12 Oct 1995 08:32:49 -0600
  3. Date: Thu, 12 Oct 1995 08:32:48 -0600 (MDT)
  4. From: Brad Midgley <junkmail@pht.com>
  5. To: executor@nacm.com
  6. Cc: brad@pht.com
  7. Subject: netatalk-style resource forks?  (please? :)
  8. Message-Id: <Pine.LNX.3.91.951012081238.1368B-100000@exodus.pht.com>
  9. Mime-Version: 1.0
  10. Content-Type: TEXT/PLAIN; charset=US-ASCII
  11. Sender: owner-paper@nacm.com
  12. Precedence: bulk
  13.  
  14. hello...
  15.  
  16. I'm not sure if this has come up yet, but since executor doesn't have
  17. network support, could it at least support the netatalk method of keeping
  18. resource forks in a .AppleDouble directory?  (how about a non-defaulted 
  19. command-line option?)
  20.  
  21. I suppose since I have netatalk source I could recompile it to use
  22. %name-style forks, but that's ugly--I suspect when linux is able to import
  23. appleshares, it'll also represent resource forks in ".AppleDouble"  (also
  24. netatalk comes with linux tools for compressing/decompressing which use
  25. its scheme)
  26.  
  27. Although it's only halfway there (there isn't support for importing from
  28. other macs yet), *boom* you'd have executor able to deal correctly with
  29. files which are in turn exported on appleshare. 
  30.  
  31. ----------
  32.  
  33. background: netatalk allows linux (and quite a few other unixes) to export
  34. files and printers to an ethertalk network.  resource forks are emulated
  35. by putting the fork, with the same name as the data fork, in a directory
  36. ".AppleDouble" (see http://www.umich.edu/~rsug/netatalk/)
  37.  
  38. (we use it quite a lot to serve our www/ftp server to the macintosh group
  39. here, it's extremely cool, I've even backed up macintosh files by burning
  40. iso-9660 cdroms but with the .AppleDouble directories so I can pop it into
  41. my linux box, export it to the macs, and have them see files with their 
  42. types...)
  43.  
  44.  
  45.