Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!purdue!haven!adm!xadmx!DGosner%TOE.TOWSON.EDU@cornellc.cit.cornell.edu From: DGosner%TOE.TOWSON.EDU@cornellc.cit.cornell.edu Newsgroups: comp.unix.questions Subject: RE: NFS Message-ID: <20381@adm.BRL.MIL> Date: 26 Jul 89 23:45:37 GMT Sender: news@adm.BRL.MIL Lines: 26 > >Problem: > How do I do the nfs mounting? I have RTM and did what it said (i.e >/etc/mount -t nfs s1:/u1 /s1u1 > >but I get permission denied. What am I not doing or doing wrong? > > Michael J. Chinni you have to create the file /etc/exports on the system which has the file system you are trying to nfs mount - in your case s1... /etc/exports grants permission to certains other systems to nfs mount certain fiel systems... there are a variety of options, etc. that let you control security... the basic format for what you need is: in /etc/exports on s1: /u1 s2 in my ultrix doc, it's all explained in exports(5nfs) and in the system management volume 3... i don't know where it would be in the real world'd doc... Dan Gosner Operations Manager Towson State Univerity Towson, MD 21204