Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!rpi!batcomputer!rogerj From: rogerj@batcomputer.tn.cornell.edu (Roger Jagoda) Newsgroups: comp.sys.next Subject: NFS export and mounts querry Message-ID: <9900@batcomputer.tn.cornell.edu> Date: 13 Mar 90 02:32:30 GMT Reply-To: rogerj@tcgould.tn.cornell.edu (Roger Jagoda) Organization: Cornell Theory Center, Cornell University, Ithaca NY Lines: 38 Folks, Another thought. Some of our profs here want to have their OD's mounted, then exported for all to use. Well, I tried the obvious: First mount the OD: mount -o rw /dev/od0a /PROFS (don't get IBM mad, but...) Now, since we export "/" to everyone, and /PROFS in part of the same FS, then it should be exported to, right? Well, wrong. After we do: exportfs -va we see "re-exporting /" But when we try to mount the OD from the remote machines, we get: "access denied" Do I have to put the export command in the /etc/exports file? Isn't there a way to do it manually for something you don't want to have looked for each time at bootup? On the remote machine we tried everything from: mount -v -t nfs -o rw :/PROFS /Users//Teach mount -v -t 4.3 -o rw :/PROFS /Users//Teach mount -v -t nfs -o rw,bg,noquota,net :/PROFS /Users//Teach mount -v -t 4.3 -o rw,bg,noquota,net :/PROFS /Users//Teach So, uhm, what did we do wrong? Thanks in advance! --Roger Jagoda --Cornell University --FQOJ@CORNELLA.CIT.CORNELL.EDU