Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Mar 2002 15:53:08 -0500 (EST)
From:      "Mark Yeck" <y3k@gti.net>
To:        goodleaf@goodleaf.net
Cc:        freebsd-questions@freebsd.org
Subject:   Re: help with mount_nwfs
Message-ID:  <3210.65.205.87.208.1015015988.squirrel@y3k.shacknet.nu>
In-Reply-To: <20020301120728.A95585@goodleaf.net>
References:  <20020301120728.A95585@goodleaf.net>

next in thread | previous in thread | raw e-mail | index | archive | help
John wrote: 
> Hello,
> 
> I have compiled a fresh kernel, under 4.5 Release, including:
> 

> options IPX, NCP and NWFS
> 
> 
> I have enabled ipxrouted in rc.conf.
> 
> Yet I cannot 
for the life of me get a netware volume mounted. 
> The error I get is:
> 
> mount_nwfs: can't 
find server ARCHIVER syserr: Protocol not supported
> 
> 
> I feel sure I'm missing 
something stupid.
> 
> Any idea what it is?

I'm not exactly sure about this, but I think 
you need to load the "ef" module to use ipx.

here's my loader.conf:
marky% more 
/boot/loader.conf
# -- sysinstall generated deltas -- #
userconfig_script_load="YES"
# -- 
mark generated deltas -- #
# stuff to work with 
netware
if_ef_load="YES"
#ncp_load="YES"
nwfs_load="YES"


as well as some 
important bits of rc.conf:
ifconfig_fxp0f2_ipx="ipx 0x350" # IPX address family 
entry.
ipxrouted_enable="YES"          # Set to YES to run the IPX routing daemon.

marky% uname -
a
FreeBSD marky.USA.PEC000 4.1.1-RELEASE FreeBSD 4.1.1-RELEASE #3: Tue May 22 10:13:48 
EDT 2001     marky@marky.USA.PEC000:/usr/src/sys/compile/MARKY  i386


Hope this 
helps.

-mark



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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