Operating System - HP-UX
1834673 Members
2065 Online
110069 Solutions
New Discussion

Has anybody seen this nfs problem?

 
SOLVED
Go to solution
Eric Ladner
Trusted Contributor

Has anybody seen this nfs problem?

Here's the problem:

(rimer)/# mkdir /tmp/dbp
(rimer)/# mount -F nfs remote:/public /tmp/dbp
nfs mount: mount_nfs: mount: /tmp/dbp: No such file or directory

Showmount -e on remote shows /public (everyone).

Any mount point seems to do the same thing (/x, /dbp, etc.)
8 REPLIES 8
Sanjay_6
Honored Contributor

Re: Has anybody seen this nfs problem?

Hi,

The directory /tmp/dbp does not exist on the local system. I mean the mount point does not exist on the local system.

Hope this helps.

Regds
S.K. Chan
Honored Contributor

Re: Has anybody seen this nfs problem?

# mount -F nfs remote:/public /tmp/dbp

should be

# mount -F hfs remote:/public /tmp/dbp
or
# mount -F vxfs remote:/public /tmp/dbp


Helen French
Honored Contributor

Re: Has anybody seen this nfs problem?

Hi,

Try this:

# mount remote:/public /tmp/dbp

HTH,
Shiju
Life is a promise, fulfill it!
Sanjay_6
Honored Contributor

Re: Has anybody seen this nfs problem?

Hi Eric,

Try,

mount remote:/public /tmp/dbp

Hope this helps.

Regds
S.K. Chan
Honored Contributor

Re: Has anybody seen this nfs problem?

I take it back, you don't need to use -F option in your case. So disregard my previous answer.
Eric Ladner
Trusted Contributor

Re: Has anybody seen this nfs problem?


# mount remote:/public /tmp/dbp
nfs mount: mount_nfs: mount: /tmp/dbp: No such file or directory

Interestingly enough:

# ls /net/other_remote
var

# ls /net/remote
/net/remote not found

Problems on the remote server?

Helen French
Honored Contributor
Solution

Re: Has anybody seen this nfs problem?

Jeff Schussele
Honored Contributor

Re: Has anybody seen this nfs problem?

Have you doublechecked perms & ownership on /tmp/dbp as well as /tmp?

Remember that if no x perm on the dir no files can be executed OR read & mount checks for process bound files in dir prior to mounting.

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!