LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   mount netware from linux (https://www.linuxquestions.org/questions/suse-opensuse-60/mount-netware-from-linux-493420/)

noir911 10-18-2006 04:05 AM

mount netware from linux
 
I got a netware login that I usually rdesktop to. In rdesktop it gives me the "Novell Client for Windows" box which has "username" "password" "tree" "Context" and "server"

I was wondering how can I mount it from linux. I have seen this being done before but I just can't remember how.

skunkburner 10-18-2006 05:38 AM

go to the novell website and download the novell client for linux

http://download.novell.com/protected...d=2JyMn7sWP_Q~

or use the one from sourceforge http://novelclient.sourceforge.net/

noir911 10-18-2006 10:05 AM

Thanks but I want to use mount(8)

skunkburner 10-18-2006 10:28 AM

OK, after a little playing about you can use mount.ncpfs as follows
(*Note* I couldn't get mount -t ncpfs ....etc to work at all)

mount.ncpfs -S 'IP_OF_SERVER' -A 'DNS NAME OF SERVER' -U '.username.ou.o' -V 'VOLUME NAME' /mnt/point

to give a real world example

mount.ncpfs -S 192.168.1.1 -A NETWARE1 -U .admin.tree -V SYS /mnt/192.168.1.1/SYS
this would mount the SYS volume on server 192.168.1.1 to /mnt/192.168.1.1/SYS on your local linux box

I found i NEED both the -S and -A to get it to work (got an Server Not Found (0x8847) error otherwise.
You can also include '-P password'

you certainly need ncpfs and slpuasa

btw I am using FC4 and probably got my versions of ncpfs & slpuasa from the sourceforge novell client.


All times are GMT -5. The time now is 11:21 PM.