[KLUG Members] Mounting Novell 5.0 under Linux

Tony Gettig members@kalamazoolinux.org
13 Feb 2002 07:57:27 -0500


Make sure you use your full contextual name, like tony.technology.kps.
You also need to make sure your interface is ready for IPX. Here's what
I do:

<-----snip------>

# ipx support
ipx_interface add eth0 EtherII
sleep 5
ipx_configure --auto_interface=on --auto_primary=on

# give it time, just in case it needs it :)
sleep 5

# mount server
mount.ncp -S server -U username.container.tree -P password -u xxx -g xxx
-f xxxx /mnt/mountpoint

<-----snip------>

Because I'm the only one using my PC, I put a line like this in my
/etc/rc.d/rc.local for each server I want to access. It might not be the
prettiest way or the best place to put it, but it works well for me.
Beware that anyone using your Linux PC will have whataever rights to
your NW mounts as the account specified by -U. File ownership on the NW
server will belong to that account too. As always, YMMV.

Tony


On Tue, 2002-02-12 at 18:08, jgoodrich@mail.smc.cc.mi.us wrote:
> 
> I am having a few problems mounting a volume on a novell file server.   I am 
> using NCP on BSware 7.2 and I can not connect to the server.  The error that I 
> get is that the user name is not specified.  The user name and password worked 
> before I went from Bsware 7.1 to 7.2.  Does anyone know what may have caused 
> this. Is there a dependent pakage that may have been removed.
> 
> 
> ----------------------------
> Joshua Goodrich
> PC Tech
> Southwestern Michigan College
> Dowagiac Michigan 49047
> 
> 
> 
> -------------------------------------------------
> This mail sent through IMP: http://horde.org/imp/
>     from Southwestern Michigan College: 
> 	   http://www.smc.cc.mi.us
> _______________________________________________
> Members mailing list
> Members@kalamazoolinux.org
>