Re: mounting netware fs

2001-04-17 Thread Boris Popov

On Wed, 18 Apr 2001, User & wrote:

> 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.

Well, nwfs and smbfs can be added to the list along with
nfs. However I would recommend to use 'noauto' modifier and the shell
script like one in the /usr/share/examples/nwclient

--
Boris Popov
http://www.butya.kz/~bp/


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



mounting netware fs

2001-04-17 Thread

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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message