From owner-freebsd-current Tue Apr 17 16:27:39 2001 Delivered-To: freebsd-current@freebsd.org Received: from enia.bastun.net (enia.bastun.net [212.95.178.212]) by hub.freebsd.org (Postfix) with ESMTP id AF1FE37B422 for ; Tue, 17 Apr 2001 16:27:24 -0700 (PDT) (envelope-from maav@enia.bastun.net) Received: (from maav@localhost) by enia.bastun.net (8.11.3/8.11.3) id f3HNSbm01254 for freebsd-current@freebsd.org; Wed, 18 Apr 2001 02:28:37 +0300 (EEST) (envelope-from maav) Date: Wed, 18 Apr 2001 02:28:37 +0300 From: User & To: freebsd-current@freebsd.org Subject: mounting netware fs Message-ID: <20010418022836.A494@enia.bastun.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello everybody, first of all sorry if this is not the proper list for writing this. This is my first posting and I'm new to FreeBSD, so please forgive me if I am sending crap in this message. I needed to install Netware filesystem support and noticed that if I want to mount the nwfs via /etc/fstab, I have to change the /etc/rc file so that the system won't try to mount the nwfs before there is networking support started. So that's why I had to change /etc/rc on line 258 from: # Mount everything except nfs filesystems. mount -a -t nonfs to # Mount everything except nfs filesystems. mount -a -t nonfs,nwfs In the first case at boot time the machine stops and wants me to enter in shell and fix the problem. I don't know whether I'm right, but I think that my modification can help. Boris Georgiev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message