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

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