What'll you need:
- ncpfs-2.2.6-3.i586.rpm
- ncpfs-devel-2.2.6-3.i586.rpm
- libncp.so.2.3
Mount a NetWare Server
- Open a terminal and type:
ncpmount -S servername -A ipaddress -U username -P password -V volume/path -m mountpoint
NOTE: The -U and -P are optional. If they are not specified, then you will be prompted for your username and password.
servername = The name of your server.
ipaddress = IP address of that server.
username = Fully distinguished NDS user name for the server you are trying to connect to, without the leading period.b
volume/path = The volume and patch of the server you are connecting to.
mountpoint = The full path on your workstation which will serve as a mount point for your server.
-m = Allow multiple connections.
If you would rather have a GUI frontend, instead of using the terminal to mount, you can now download Novell Client for Linux and it will mount what's needed under your /home directory. Enjoy!
NOTE: I'll post links to those items needed in a few moments.