From owner-freebsd-questions@FreeBSD.ORG Wed Oct 13 18:22:15 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 994E116A4CF for ; Wed, 13 Oct 2004 18:22:15 +0000 (GMT) Received: from mfe1.prod.danger.com (mta.prod1.dngr.net [63.241.65.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3097943D62 for ; Wed, 13 Oct 2004 18:22:13 +0000 (GMT) (envelope-from lantal@tmail.com) Received: from [10.12.3.251] (HELO localhost.localdomain) by mfe1.prod.danger.com (CommuniGate Pro SMTP 4.1.6) with ESMTP id 180260996 for freebsd-questions@freebsd.org; Wed, 13 Oct 2004 11:22:12 -0700 Date: Wed, 13 Oct 2004 11:22:12 -0700 X-Mailer: Danger Service Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; format="flowed" To: freebsd-questions@freebsd.org Mime-Version: 1.0 From: Laszlo Antal Message-Id: <1097691732.126E39B5@j29.dngr.org> Subject: Unable to umount Cdrom drive. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Laszlo Antal List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 18:22:15 -0000 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 --lantal