Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Novell and Linux

Status
Not open for further replies.

koyot20

Programmer
Nov 27, 2002
15
SK
How can I connect to a novell share?
I have a novell server and a Linux server. NovellClient installed on any clients, but I dont know, how to mountthe drives under Linux.
 
Hi,

1) First, you need to enable ipx protocol. Example:

ipx_configure --auto_interface=on --auto_primary=on

2) To get a list of server type:

slist

3) To mount novell you can use ncpmount command. exaple:

ncpmount -S novell_server_name /mount/point -U username -P password.

You need ipxutils and ncpfs packages. Please refer to ipx-howto for more details.

regards,
feroz
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top