From owner-freebsd-bugs Fri Mar 21 15:00:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA20303 for bugs-outgoing; Fri, 21 Mar 1997 15:00:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA20295; Fri, 21 Mar 1997 15:00:02 -0800 (PST) Resent-Date: Fri, 21 Mar 1997 15:00:02 -0800 (PST) Resent-Message-Id: <199703212300.PAA20295@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, jin@iss-p4.lbl.gov Received: from iss-p4.lbl.gov (iss-p4.lbl.gov [131.243.2.29]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA20168 for ; Fri, 21 Mar 1997 14:58:50 -0800 (PST) Received: (from jin@localhost) by iss-p4.lbl.gov (8.8.5/8.8.5) id OAA28272; Fri, 21 Mar 1997 14:58:49 -0800 (PST) Message-Id: <199703212258.OAA28272@iss-p4.lbl.gov> Date: Fri, 21 Mar 1997 14:58:49 -0800 (PST) From: "Jin Guojun[ITG]" Reply-To: jin@iss-p4.lbl.gov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/3055: umount -f does not work Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3055 >Category: bin >Synopsis: umount -f does not work >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Mar 21 15:00:01 PST 1997 >Last-Modified: >Originator: Jin Guojun[ITG] >Organization: >Release: FreeBSD 2.2-RELEASE i386 >Environment: 2.2-RELEASE >Description: "umount -f" option does not work. manual page says: ********8 NAME umount - unmount file systems SYNOPSIS umount [-fv] special | node umount -a [-fv] [-h host] [-t ufs | lfs | external_type] DESCRIPTION The umount command calls the unmount(2) system call to remove a special device or the remote node (rhost:path) from the file system tree at the point node. If either special or node are not provided, the appropriate information is taken from the fstab(5) file. The options are as follows: -a All of the file systems described in fstab(5) are unmounted. -f The file system is forcibly unmounted. Active special devices continue to work, but all other files return errors if further accesses are attempted. The root file system cannot be forcibly unmounted. ********8 >How-To-Repeat: mount test-server:/home/src/DPSS /usr/local/DPSS cd /usr/local/DPSS # umount /usr/local/DPSS umount: /usr/local/DPSS: Device busy # umount -f /usr/local/DPSS umount: /usr/local/DPSS: Device busy # umount -f test-server:/home/src/DPSS umount: /usr/local/DPSS: Device busy >Fix: >Audit-Trail: >Unformatted: