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

  1. hello...
  2.  
  3. I'm not sure if this has come up yet, but since executor doesn't have
  4. network support, could it at least support the netatalk method of keeping
  5. resource forks in a .AppleDouble directory?  (how about a non-defaulted 
  6. command-line option?)
  7.  
  8. I suppose since I have netatalk source I could recompile it to use
  9. %name-style forks, but that's ugly--I suspect when linux is able to import
  10. appleshares, it'll also represent resource forks in ".AppleDouble"  (also
  11. netatalk comes with linux tools for compressing/decompressing which use
  12. its scheme)
  13.  
  14. Although it's only halfway there (there isn't support for importing from
  15. other macs yet), *boom* you'd have executor able to deal correctly with
  16. files which are in turn exported on appleshare. 
  17.  
  18. ----------
  19.  
  20. background: netatalk allows linux (and quite a few other unixes) to export
  21. files and printers to an ethertalk network.  resource forks are emulated
  22. by putting the fork, with the same name as the data fork, in a directory
  23. ".AppleDouble" (see http://www.umich.edu/~rsug/netatalk/)
  24.  
  25. (we use it quite a lot to serve our www/ftp server to the macintosh group
  26. here, it's extremely cool, I've even backed up macintosh files by burning
  27. iso-9660 cdroms but with the .AppleDouble directories so I can pop it into
  28. my linux box, export it to the macs, and have them see files with their 
  29. types...)
  30.  
  31.  
  32.