Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Feb 2008 08:26:59 -0500
From:      Ed Saylor <esaylor@harrisonburg.k12.va.us>
To:        freebsd-net@freebsd.org
Subject:   Newb needs help with netware (ncp)
Message-ID:  <1202736419.10776.8.camel@freebsd.hhs.harrisonburg.k12.va.us>

next in thread | raw e-mail | index | archive | help
I am trying to get my freebsd machine to mount a netware volume. The
netware version is 6.5 running pure TCP. No IPX running on server. When
I try mount_nwfs -A 204.111.42.194 /serv:admin/apps /mnt/serv I get an
error message which states: mount_nwfs: mount error: /mnt/serv: syserr =
No such file or directory

I have created a directory named serv under the mnt directory. 

My fstab has the following line:

/serv:admin           /mnt/serv     nwfs    ro,noauto       0       0

I have rebuilt my kernel with NCP added by using the following lines 

options         IPX                     #IPX/SPX communications
protocols
options         NCP                     #NetWare Core protocol
options         ETHER_II                # enable Ethernet_II frame
options         ETHER_8023              # enable Ethernet_802.3 (Novell)
frame
options         ETHER_8022              # enable Ethernet_802.2 frame
options         ETHER_SNAP

I have researched this error until I have hit a dead end. This is my
last hope for help. Thanks for any thoughts.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1202736419.10776.8.camel>