Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!gamma!epsilon!zeta!sabre!petrus!bellcore!decvax!tektronix!uw-beaver!bullwinkle!rochester!ritcv!cci632!ccird1!rb From: rb@ccird1.UUCP (Rex Ballard) Newsgroups: net.micro.mac,net.sources.mac Subject: Re: EFS problem Message-ID: <450@ccird1.UUCP> Date: Fri, 6-Jun-86 17:11:03 EDT Article-I.D.: ccird1.450 Posted: Fri Jun 6 17:11:03 1986 Date-Received: Sun, 8-Jun-86 05:59:51 EDT References: <40@rpics.uucp> Reply-To: rb@ccird1.UUCP (Rex Ballard) Distribution: net Organization: CCI Rochester Development, Rochester NY Lines: 35 Xref: watmath net.micro.mac:6454 net.sources.mac:1172 Summary: Hints, but no help. In article <40@rpics.uucp> wirya@rpics.uucp (Santa Wiryaman) writes: >Has anybody been able to run John Seamons' EFS successfully? >EFS is a program that allows the mac to have a UNIX directory as an external >disk. I tried to run my copy of EFS, but it gave me an error "The disk needs >a minor repairs." Clicking the OK or Ignore buttons gave another error >"Couldn't create the desktop file." >My system configuration is: > Mac plus -- AppleTalk -- Kinetics gateway + software -- Ethernet -- Sun 2 > running 4.2 BSD UNIX. I am not familiar with this particular package, but am familiar with a few RFS (EFS) techniques. With this package, who does the directory traverse? Does the Mac create, traverse,... or does the Sun? Some of the older servers (on other systems) let the workstation do the traverse. Essentially, the host just have the node some "space", and the node would just request and send "blocks" to the host. If this is the case, a server geared to a VAX wouldn't work on a Sun (Little-endian vs. Big-endian, different I-node formats,...). Assuming this is not the case, and that there are no encryption, flow control, or related comm. problems, you might need to see if you have the right server, if the "desktop" file was in fact too big (trying to read in the whole unix hierarchy into core), or if there is anything "funny" in your directories (control characters, illegal symbols, etc.) You might also need make sure you haven't triggered any copy-protection schemes. These questions might at least get you started in the right direction.