From owner-freebsd-questions Sun Feb 4 20:50:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from apollo.gti.net (apollo.gti.net [199.171.27.7]) by hub.freebsd.org (Postfix) with ESMTP id DDEED37B401 for ; Sun, 4 Feb 2001 20:50:35 -0800 (PST) Received: from sludge.amc-inc.com (ts6m-pool0-80.gti.net [208.216.115.80]) by apollo.gti.net (mail) with ESMTP id 949BD1459AD; Sun, 4 Feb 2001 23:50:33 -0500 (EST) Content-Length: 1452 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Sun, 04 Feb 2001 23:50:15 -0500 (EST) Reply-To: Mark Yeck From: Mark Yeck To: Francisco Reyes Subject: Re: can freebsd mount Novell volume ? Cc: freebsd-questions@FreeBSD.ORG, Neil Blakey-Milner Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I think you need to have both ncp.ko and nwfs.ko loaded. what does kldstat say? ncp.ko and nwfs.ko should be listed. on my machine, I had to use if_ef.ko also, which lets you use different ethernet frame types on the same network interface. I bet that's what you need to use. I forget how to use it, though, and that machine is at work. I can check it tomorrow and get more specifics for ya. -mark On 05-Feb-01 Francisco Reyes wrote: > On Fri, 2 Feb 2001, Neil Blakey-Milner wrote: > >> > After reading your message I tried to connec to a netware volume: >> > junkbuster:~#mount_nwfs -S eng2 -U freyes -V g_drive /mnt >> > mount_nwfs: vfsload(nwfs): Exec format error >> >> Your nwfs module in /modules may be out of sync with your kernel. > > I had noticed I didn't have the NCP option or the IPX option on my kernel. > I compiled a new kernel with those options. I re-read the man page for > mount_nwfs and it mentioned IPXrouted so I added the option on rc.conf to > start it (found it on /etc/defaults/rc.conf). > > Now after reboot I had on /var/log/messages the errors: > /kernel: linker_file_sysinit "ncp.ko" failed to register! 17 > /kernel: ncp_load: [214-217] > > Trying the mount_nwfs gives: > ~>mount_nwfs -S eng2 -U freyes -V g_drive /mnt > Warning: no cfg files found. > mount_nwfs: can't find server ENG2: syserr = Protocol not supported > > I tried ncplist and it reported that it could not find any servers. > > Any ideas? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message