Click to See Complete Forum and Search --> : ncpmount: can't mount volumes on Netware 5.1


Jimmy Lio
04-14-2003, 10:36 AM
I'm trying to mount the volumes on my Netware 5.1 (running IP only) using ncpmount... but unsuccessful no matter how I tried...

There is only an admin account on my Netware 5.1... to mount the volume DATA, I typed:

ncpmount -A 192.168.0.51 -S GANYMEDE -V DATA \
-U admin /mnt/netware

I get:

Logging into GANYMEDE as admin
Password:
ncpmount: Unknown NDS error (-610) in nds logon
Login denied.

Then I tried passing -b into the command line:

ncpmount -A 192.168.0.51 -S GANYMEDE -V DATA -b \
-U admin /mnt/netware

I get:

Logging into GANYMEDE as admin
Password:
ncpmount: Unknow Server error (0x89F0) in login
Login denied.

What the heck is going on? Can I use ncpmount without IPX running?

Jimmy

Jimmy Lio
04-14-2003, 10:28 PM
I didn't set the Bindery Context right... after placing the right context for the admin account on the server, ncpmount works...

Jimmy