Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!zaphod.mps.ohio-state.edu!uwm.edu!bionet!arisia!roo!chamomile!akhale From: akhale@chamomile.uucp (Abhijit Khale) Newsgroups: comp.sys.next Subject: Re: RFS on NeXT ? Message-ID: <482@roo.UUCP> Date: 15 Jul 90 22:25:09 GMT References: <2868@orbit.cts.com> Sender: news@parc.xerox.com Reply-To: akhale@parc.xerox.com (Abhijit Khale) Organization: Computer Sciences Lab, Xerox Palo Alto Research Center Lines: 23 In article <2868@orbit.cts.com> max@pnet51.orb.mn.org (Max Tardiveau) writes: >I just tried the following command : > >strings - -6 /mach | grep rfs > >and it gave me a number of RFS symbols. Does that mean that >the kernel has RFS support, but that NeXT doesn't want us to >know it ? > >Max I'd guess not. More likely thats the support for NFS which contains lots of cute subroutines prefixed with the letters rfs and appropriate error messages. rfs doesnt stand for ATT RFS in this case, just remote file system. You can check this out by repeating that operation or nm /vmunix | grep -i rfs on a Sun without RFS, i.e. running pre-4.1 or running 4.1 without RFS kernel support. You'll see lots of RFS symbols. Abhijit akhale@parc.xerox.com