From owner-freebsd-current@FreeBSD.ORG Sun May 18 20:17:09 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40C0837B401 for ; Sun, 18 May 2003 20:17:09 -0700 (PDT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD38A43FA3 for ; Sun, 18 May 2003 20:17:08 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.9/8.12.9) with ESMTP id h4J3H0M7066994; Sun, 18 May 2003 20:17:04 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200305190317.h4J3H0M7066994@gw.catspoiler.org> Date: Sun, 18 May 2003 20:17:00 -0700 (PDT) From: Don Lewis To: andy@siliconlandmark.com In-Reply-To: <20030518225640.S28986@alpha.siliconlandmark.com> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii cc: current@FreeBSD.org Subject: Re: 5.1-BETA umount problems X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2003 03:17:09 -0000 On 18 May, Andre Guibert de Bruet wrote: > Hi, > > Have a look at the following: > > bling# umount -f /lib > bling# umount -f /var > bling# umount -f /tmp > bling# df > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/ad4s1a 253678 114254 119130 49% / > devfs 1 1 0 100% /dev > /dev/ad4s1f 188308574 5989134 167254756 3% /usr > /dev/ad2 236514322 134812068 82781110 62% /lib/oldbackup > /lib/oldbackup has about 130GB worth of dumps in it, none of which are > displayed in ls. /dev/ad2 becomes unmountable because it's busy and > /lib/oldbackup contains nothing because it's unmounted. Is there a trick > to get out of this catch-22? All filesystems in bling are UFS2. I suspect nothing short of a reboot will get you out of this jam. IMHO, "umount -f /lib" should have failed in this case.