home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.96 / text0606.txt < prev    next >
Encoding:
Text File  |  1996-07-25  |  1.0 KB  |  28 lines

  1. >>>>> "Hyung-song" == Hyung-song Nam <namh@wintermute.resnet.cornell.edu> writes:
  2.  
  3.     Hyung-song> hello, I have netatalk package running on my machine,
  4.     Hyung-song> so I was able to mount my disk on a mac and copy files
  5.     Hyung-song> to my linux disk. Is there any way to use these files
  6.     Hyung-song> with executor?  It seems afpd keeps two separate files
  7.     Hyung-song> for a mac file. (data and resource fork in separate
  8.     Hyung-song> files)
  9.  
  10. Yes.  Executor stores its files in the official AppleDouble format,
  11. which is slightly different (and worse) than the netatalk
  12. representation.
  13.  
  14. Fortunately, the file layouts are the same.  They just have different
  15. names.  If memory serves, you need to:
  16.  
  17.   1) Prepend a "%" character to the filenames of all files in the
  18.      .AppleDouble directory and then move them up a directory.
  19.  
  20.   2) Replace each ":HH" sequence in any filenames with "%HH"
  21.      (where HH is two hexadecimal digits) with %HH.
  22.  
  23. I think that's all, but I haven't personally used netatalk so I might
  24. be forgetting something.
  25.  
  26. -Mat
  27.  
  28.