Path: utzoo!attcan!uunet!cs.utexas.edu!usc!apple!sun-barr!newstop!sun!terra.Eng.Sun.COM!brent From: brent@terra.Eng.Sun.COM (Brent Callaghan) Newsgroups: comp.protocols.nfs Subject: Re: /etc/rmtab - how to control its growth? Message-ID: <138322@sun.Eng.Sun.COM> Date: 3 Jul 90 20:37:47 GMT References: <807@massey.ac.nz> Sender: news@sun.Eng.Sun.COM Lines: 35 In article <807@massey.ac.nz>, GEustace@massey.ac.nz (Glen Eustace) writes: > I believe that the answer to this query will probably vary depending > upon the implementation but there must be some generalities that > would help. > > : > I can describe Sun's implementation. > Can rmtab be removed from time to time? If the size of the /etc/rmtab is a burden then it's OK just to truncate it. > Is there someway that on the > server I can say dismount all the filesystems that client 'x' has > mounted on this server? No. I think you just want to be able to delete entries selectively from /etc/rmtab. How about: grep -v ":" > /tmp/rmtab ; mv /tmp/rmtab /etc/mtab >Could having lots of filesystems 'mounted' > when the appropriate client has gone away have an adverse effect on > performance ? No. The /etc/rmtab entries are the only "state" that a server maintains concerning individual clients. -- Made in New Zealand --> Brent Callaghan @ Sun Microsystems uucp: sun!bcallaghan phone: (415) 336 1051