Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Aug 1998 09:21:23 -0700 (PDT)
From:      nick.hibma@jrc.it
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   conf/7605: no message saying 'Mounting NFS file systems, gonna take loooooong' during boot
Message-ID:  <199808131621.JAA20138@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         7605
>Category:       conf
>Synopsis:       no message saying 'Mounting NFS file systems, gonna take loooooong' during boot
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 13 09:30:00 PDT 1998
>Last-Modified:
>Originator:     Nick Hibma
>Organization:
Joint Research Centre for the European Commission
>Release:        2.2.5/2.2.6/3.0-SNAP-????1997
>Environment:
n/a
>Description:
M
>How-To-Repeat:
cat 127.0.0.2:/usr /mnt nfs rw 0 0 >>/etc/fstab
reboot

and watch the lack of a message when the machine waits for the NFS
server to become available
>Fix:
In the file /etc/rc

Replace

mount -a -t nfs

with

echo -n Mounting NFS file systems
mount -a -t nfs
echo .

>Audit-Trail:
>Unformatted:

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



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