[8027] in Athena Bugs
VAX 7.3L: Mounting default NFS filesystems
daemon@ATHENA.MIT.EDU (Richard Basch)
Sat Aug 24 07:10:39 1991
Date: Sat, 24 Aug 91 07:11:03 -0400
To: bugs@MIT.EDU
From: "Richard Basch" <basch@MIT.EDU>
In /etc/rc, it appears that there is a line that mounts the default NFS
filesystems:
/etc/mount -avt nfs
This is fine, except for the fact that it seems to be failing to do the
proper thing. If in /etc/fstab, the filesystem is marked:
rw,noquota,soft
and the server is down, this line seems to hang forever...
"soft" is supposed to mean give-up, not try forever... I do not know if
this bug is new to 7.3 (I suspect not).
-R