From owner-freebsd-bugs Thu Nov 20 02:42:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA27976 for bugs-outgoing; Thu, 20 Nov 1997 02:42:17 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA27970 for ; Thu, 20 Nov 1997 02:42:14 -0800 (PST) (envelope-from bde@zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.6.9) id VAA03206; Thu, 20 Nov 1997 21:38:20 +1100 Date: Thu, 20 Nov 1997 21:38:20 +1100 From: Bruce Evans Message-Id: <199711201038.VAA03206@godzilla.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 Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > 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