Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Apr 2001 02:28:37 +0300
From:      User & <maav@enia.bastun.net>
To:        freebsd-current@freebsd.org
Subject:   mounting netware fs
Message-ID:  <20010418022836.A494@enia.bastun.net>

next in thread | raw e-mail | index | archive | help
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




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