From owner-freebsd-hackers@FreeBSD.ORG Mon Dec 17 13:53:42 2007 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9605E16A418 for ; Mon, 17 Dec 2007 13:53:42 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 6AFC313C478 for ; Mon, 17 Dec 2007 13:53:42 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from [IPv6:2001:7b8:3a7:0:7c22:262a:205a:91b6] (unknown [IPv6:2001:7b8:3a7:0:7c22:262a:205a:91b6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTP id EE6763E; Mon, 17 Dec 2007 14:53:40 +0100 (CET) Message-ID: <47667F64.8070505@andric.com> Date: Mon, 17 Dec 2007 14:53:40 +0100 From: Dimitry Andric User-Agent: Thunderbird 2.0.0.12pre (Windows/20071214) MIME-Version: 1.0 To: Yuri References: <1197889622.4766585626a92@webmail.rawbw.com> In-Reply-To: <1197889622.4766585626a92@webmail.rawbw.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org Subject: Re: Stale mount on disconnected device: how to delete it? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2007 13:53:42 -0000 Yuri wrote: > I had USB camera connected and recognized as umass0 and mounted as /mnt/camera > on /dev/da0s1. > > Camera was disconnected while it was still mounted. I've understood that the only solution to this currently is "don't do that then". :)