Operating System - HP-UX
1820592 Members
1853 Online
109626 Solutions
New Discussion юеВ

Missing Mount Point Directory

 
Jack van Gorkum_1
New Member

Missing Mount Point Directory

I have the following setup;

NFS Server --> RH Linux 2.6.9-11
NFS Client --> HP-UX 10.20

When I NFS mount a filesystem onto the HP-UX 10.20 client, and traverse to the directory using C-Shell (csh), the mountpoint disappears when I do a "pwd".

For example, if I have a Linux NFS Server called hosta with an exported directory called "/export/fs01", on the HP-UX 10.20 Client, I type the following, and get the following results;

mount hosta:/export/fs01 /export/fs01
cd /export/fs01
pwd returns "/export/fs01"
cd /export/fs01/subdir
pwd returns "/subdir"

This problem only exists with the CSH on HP-UX 10.20 NFS Client, and RH Linux 2.6.9-11 NFS Server. All other shells, and all other combinations of NFS clients and NFS servers do not have this problem.

Any ideas ?

2 REPLIES 2
Florian Heigl (new acc)
Honored Contributor

Re: Missing Mount Point Directory

could You look / try if the 'rehash' command is there and makes anything better?

florian
yesterday I stood at the edge. Today I'm one step ahead.
Jack van Gorkum_1
New Member

Re: Missing Mount Point Directory

The rehash command didn't resolve it.
Cheers, Jack...