From owner-freebsd-questions@FreeBSD.ORG Wed Apr 29 11:17:04 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E7162153 for ; Wed, 29 Apr 2015 11:17:04 +0000 (UTC) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D56210BA for ; Wed, 29 Apr 2015 11:17:03 +0000 (UTC) Received: from kw.news4all.se (localhost [127.0.0.1]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id t3TAwNNJ040576; Wed, 29 Apr 2015 12:58:24 +0200 (CEST) (envelope-from bah@bananmonarki.se) Message-ID: <5540B94F.4000706@bananmonarki.se> Date: Wed, 29 Apr 2015 12:58:23 +0200 From: Bernt Hansson User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Gary Aitken , FreeBSD Mailing List Subject: Re: /cd0 held open but no files reported References: <553A9593.30500@dreamchaser.org> In-Reply-To: <553A9593.30500@dreamchaser.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Apr 2015 11:17:05 -0000 On 2015-04-24 21:12, Gary Aitken wrote: > I have a situation I'd like some insights on... > > running 9.2 release on an AMD 64, X with xfce4 > > I mounted a CD from root: > #mount -t cd9660 /dev/cd0 /cd0 > Accessed some files on the CD using gimp. > Exited gimp > > When I try to umount, I get the message: > #umount /cd0 > umount: unmount of /cd0 failed: Device busy Just use umount -f /dev/cd0