From owner-freebsd-questions@FreeBSD.ORG Wed Oct 13 22:46:45 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8463D16A4CE for ; Wed, 13 Oct 2004 22:46:45 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13E1F43D5C for ; Wed, 13 Oct 2004 22:46:43 +0000 (GMT) (envelope-from beebum@gmail.com) Received: by mproxy.gmail.com with SMTP id 78so248928rnk for ; Wed, 13 Oct 2004 15:46:42 -0700 (PDT) Received: by 10.38.75.43 with SMTP id x43mr109669rna; Wed, 13 Oct 2004 15:46:42 -0700 (PDT) Received: by 10.38.65.76 with HTTP; Wed, 13 Oct 2004 15:46:42 -0700 (PDT) Message-ID: Date: Wed, 13 Oct 2004 17:46:42 -0500 From: terry tyson To: Laszlo Antal In-Reply-To: <1097691732.126E39B5@j29.dngr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <1097691732.126E39B5@j29.dngr.org> cc: freebsd-questions@freebsd.org Subject: Re: Unable to umount Cdrom drive. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: terry tyson List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 22:46:45 -0000 On Wed, 13 Oct 2004 11:22:12 -0700, Laszlo Antal wrote: > Hi, > > I have FreeBSD 4.10 installed. > When I mount the cdrom with #mount -t cd9660 /dev/acd0c /cdrom > everything works fine.I can get to my ports and everything > But when I want to swap cds and I type #umount /cdrom > I get this error message:: Unable to umount /cdrom, Device is busy. > If I do the umont from KDE I get the same error message. > What I'm doing wrong?? > > Thank you for all the help. > > Laszlo Try # umount /dev/acd0c HTH -- Terry