SUMMARY: Using TFS filesystem

From: William S. Ang (ang@THEORY.LCS.MIT.EDU)
Date: Wed Sep 05 1990 - 10:21:11 CDT


My original post:
  Have anyone use tfs system successfully? I was not able to mount
  a tfs system using mount_tfs. I kept getting the following error.
  May be my entry in inetd is wrong?.....

  mount_tfs: Internal error: Cannot connect to tfsd on peacock: RPC:
  Program not registered

  Configuration:
  SunOS 4.1 Sun4/60
  TFS option included in configuration

  inetd.conf:
  tfs stream tcp nowait root /usr/etc/tfsd tfsd

It turns out that my entry in inetd.conf is wrong: The proper entry
should be:

tfsd/1-2 dgram rpc/udp wait root /usr/etc/tfsd tfsd
  
Dennis Sexton (dws@sun.com) has the following 4 step procedures that
might be useful to people trying to use tfs:
--------------------------------------------------------------------
From: dws@sun.com (Dennis Sexton)
To: ang@theory.lcs.mit.edu
Subject: Re: Using TFS filesystem

HOpe this helps.

dennis sexton
sun micro
USAC

The following is the procedure for setting up TFS:

1.) modify the kernal configuration file; the generic kernal
    already has the correct entry:
    
    cd /usr/kvm/sys/sun4c/conf

    options TFS # translucent filesystem - needed by NSE

2.) modify the /etc/inetd.conf

    tfsd/1-2 dgram rpc/udp wait root /usr/etc/tfsd tfsd

3.) kill the pid for inetd and re-start inetd or reboot

    6016 ? IW 0:05 inetd - example

4.) create mount point and mount the file system
----------------------------------------------------------------------------
Many have suggested putting the mount_tfs entry in
/etc/rc instead of rc.local becuase mount_tfs depends on tfsd, which in
term depends on on inetd being up and running.

Many thanks to all that responded to my query and for those whose
mails still coming in.

Jay Plett <jay@princeton.edu>
Doug Neuhauser <doug@seismo.gps.caltech.edu>
dennis sexton <dws@sun.com>
david@srv.pacbell.com (David St. Pierre)
kutvonen@cs.helsinki.fi (Petri Kutvonen)
per@erix.ericsson.se (Per Hedeland)
Badri Pillai <badri@ecrc.de>
Rob McMahon <cudcv@cu.warwick.ac.uk>

    William Ang
    ang@theory.lcs.mit.edu



This archive was generated by hypermail 2.1.2 : Fri Sep 28 2001 - 23:05:58 CDT