1833451 Members
2856 Online
110052 Solutions
New Discussion

Remote mount problem

 
MarkW_1
Regular Advisor

Remote mount problem

A PC is trying to connect to a digital unix server with the following
Error: the following occurred when trying to connect to e:
windom\/usr1/matkon/edi

mount rejected by server due to security considerations.

The PC is mapping the the server directory. Where can I look for clues to this? It is an NFS issue?
11 REPLIES 11
Sridhar Bhaskarla
Honored Contributor

Re: Remote mount problem

If it is connecting to a UNIX server, most likely that directory "/usr1/matkon/edi" is not exported on the UNIX box to give permission to the PC.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
harry d brown jr
Honored Contributor

Re: Remote mount problem


ONE, don't use NFS for PC's, use samba, it's more "native" to the M$ crap.

TWO, what NFS client are you using??

live free or die
harry
Live Free or Die
MarkW_1
Regular Advisor

Re: Remote mount problem

This is a digital unix box. I don't have export command?
Chris Vail
Honored Contributor

Re: Remote mount problem

You need to use CIFS instead of NFS. The M$ implementaion of NFS has a lot to be desired, and among these is reliability. You should get samba for your Digital Unix system: http:www.samba.org. The O'reilly book "Using Samba" is a pretty good guide to setting it up. With Samba, mapping the remote PC to your unix system is much more reliable, though setting up Samba may drive you nuts.


Chris
Paul Sperry
Honored Contributor

Re: Remote mount problem

The absolute best solution for NT UNIX intergration that I have seen is DiskAccess and DiskShare by Shaffer Solutions.
It's reliable and extreemly easy to install and set up. Unlike MS SFU.
check it out here.
http://www.ssc-corp.com/nfs/
harry d brown jr
Honored Contributor

Re: Remote mount problem

mark,

What does /etc/exports have in it?

And seriously, get samba, it's a lot better for M$ pc's.

live free or die
harry
Live Free or Die
harry d brown jr
Honored Contributor

Re: Remote mount problem

T G Manikandan
Honored Contributor

Re: Remote mount problem

We use Hummingbird's NFS maestro.

If that is the case then you can check these two links

http://www.hummingbird.com/nfsmaestro-users/Nov1998/0039.html
http://wwww.hummingbird.com/support/nc/nfs/allplatforms/client1.html

Revert on results
Ravi_8
Honored Contributor

Re: Remote mount problem

Hi,

Digital unix doesn't have CIFS.
you have to use samba. mounting any unix file systems on to windows is not possible without samba
never give up
Steven E. Protter
Exalted Contributor

Re: Remote mount problem

CIFS is an HP-UX product. That download is not going to work on a digital unix box.

Yet there is hope.

CIFS is a depot compiled after HP ported SAMBA to HP-UX.

You can download samba's source code here.

http://www.samba.org/

Then you can follow the installation instructions and install it on your box.

Then from what comes in the tarball or the above website you can configure your Unix box to use samba.

NFS is an inferior idea for Wintel connections. Samba is more modern, robust and worth the trouble.

If you run into issues with Samba, let us know, we'll help.

Steve
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
MarkW_1
Regular Advisor

Re: Remote mount problem

The problem occurred because the PC name was removed from the DNS by our networking dept???? For a quick fix we entered it into the /etc/hosts file which immediately solved the problem until the DNS name could be re-entered. Unix uses reverse lookup to authenticate.