Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Nov 1997 21:38:20 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        freebsd-bugs@hub.freebsd.org, j@uriah.heep.sax.de
Subject:   Re: bin/5100: Repeated nfs mounts succeed, creating multiple instances in 'df' ; umount -ft nfs doesn't succeed if network is down
Message-ID:  <199711201038.VAA03206@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
> mount -a should, however, be modified to not blindly mount something
> that's already mounted.  This is indeed a bug.  I'm not sure whether
> there's already an existing PR for it, but i think so.  You apparently
> didn't bother to check the open PRs either, did you? :-)

This seems to be fixed in -current:

RCS file: /home/ncvs/src/sbin/mount/mount.c
...
---
revision 1.19
date: 1997/08/24 21:02:49;  author: steve;  state: Exp;  lines: +67 -17
Try to avoid mounting filesystems multiple times.  Also while
I'm here do some -Wall cleaning.

PR:		kern/1839
Reviewed and corrected by:	joerg
---

PR prematurely closed by:-)	mpp
Needs memory upgrade:-)		joerg

Bruce



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