[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: What am I doing worng? NFS question



On Tue, 2001-10-16 at 09:44, Stan Brown wrote:
> I'm trying to get a potato (+ Progeney + 24.9 kernel) system to act as an
> nfs server to a HP-UX machine.
> 
> Here is what I have in /etc/exports
> 
> /dumpdisk2            phse7(rw,insecure,no_root_squash)
> 
> The Debian machine is debain, the HP-UX one is phse7.
> 
> When I run "rpc.nfsd -d auth -F I get the follwing:
> 
> Script started on Tue Oct 16 10:35:32 2001
> root@debian:~# rpc.nfsd -d auth -F
> nfsd[9944] 10/16/101 10:35 auth_forward_lookup(phse7) phse7.westvaco.com
> nfsd[9944] 10/16/101 10:35 auth_forward_lookup(phse7) phse7.westvaco.com
> nfsd[9944] 10/16/101 10:35 clnt phse7.westvaco.com exports:
> nfsd[9944] 10/16/101 10:35 	/dumpdisk2          
> nfsd[9944] 10/16/101 10:35 		options: rw
> 
> root@debian:~# 
> Script done on Tue Oct 16 10:38:03 2001
> 
> But I get this from the HP-UX machine, when I try to moun it.
> 
> Script started on Tue Oct 16 10:35:56 2001
> 
> 
> WARNING:  YOU ARE SUPERUSER !!
> 
> ]0;root@phse7;/tmproot@phse7:/tmp
> $ script$ mount phse7:/dumpdisk2 /tmp/mnt$ 
> phse7:/dumpdisk2: access denied
> ]0;root@phse7;/tmproot@phse7:/tmp
> $ 
> 
> script done on Tue Oct 16 10:36:57 2001
> 
> What am I doing wrong here? 

I doubt that phse7 is exporting to itself.  You want to use the name of
the NFS server (it's debain from above?) for mount debain:/dumpdisk2
/tmp/mnt$

--mike



Reply to: