First you have to install ncpfs using apt-get:
[code language=”bash”]
sudo apt-get install ncpfs
[/code]
Then mount your novell directories using the following commands:
[code language=”bash”]
mkdir /media/novell
sudo chown : /media/novell
sudo ncpmount -S -A -U -u -g -o nfsextras,symlinks,tcp,rw /media/novell -p cp850 -y utf8
[/code]
This will mount all of the volumes. If you wish to mount a specific volume use the -V option.
Having issues? Just drop me a line.