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

  1. >>>>> "Tim" == Zoology  <Tim> writes:
  2.  
  3.     Tim> In your message (Wed, 17 May 1995 23:20:26 -0400), you wrote:
  4.     >> If a Win95 port for Executor is made, then it should have long
  5.     >> filenames even outside of an HFV file.  Many aspects of the
  6.     >> Win95 environment are Mac-like.  You might want to try to
  7.     >> implement some of them.  Also, running Mac programs directly
  8.     >> from the Win95 desktop would be nice.
  9.     >> 
  10.     >> SimBoss
  11.  
  12.     Tim> Win95 will render the HFV obsolete (Executor/Linux does not
  13.     Tim> by default use HFV files for precisely this reason; ext2fs
  14.     Tim> allows 255 character filenames), so Mac folders become
  15.     Tim> ordinary directories with two files for each Mac file
  16.     Tim> 'filename' and '%filename' which are the resource and data
  17.     Tim> forks.
  18.  
  19. [pedant mode on]
  20.  
  21. Actually, it will make HFV files much less important, but not totally
  22. render them obsolete, since there are a few esoteric uses of HFV files
  23. that remain.  In fact, we may be switching E/L and E/NS to use a HFV
  24. file for the volume that holds the system folder because of one of
  25. them.
  26.  
  27. Some programs find out where the System Folder is and then decide they
  28. want to write something at the "root" of that volume.  On a UFS (UNIX
  29. File System) implementation of the Mac FS, this has apps trying to
  30. write in directories that normally won't have write permission.  Ugh.
  31. The easiest way to get around this is to have the System Folder be in
  32. an HFV.
  33.  
  34. In addition, some programs, like Norton Utilities (NU 1.0 runs under
  35. Executor) know about disk layout and require an HFV or other hfs
  36. formatted medium to work.  Of course you don't *need* NU if you're
  37. using a UFS based implementation, but it's just an example.
  38.  
  39. [pendant mode off]
  40.  
  41.     --Cliff
  42.  
  43.  
  44.