From owner-freebsd-hackers Mon Dec 11 00:57:25 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA13053 for hackers-outgoing; Mon, 11 Dec 1995 00:57:25 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id AAA12849 for ; Mon, 11 Dec 1995 00:51:42 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id JAA02054; Mon, 11 Dec 1995 09:51:03 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id JAA19889; Mon, 11 Dec 1995 09:50:47 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.12/8.6.9) id JAA11894; Mon, 11 Dec 1995 09:47:21 +0100 From: J Wunsch Message-Id: <199512110847.JAA11894@uriah.heep.sax.de> Subject: Re: SCSI cd-rom NEC problem To: jesusr@abaforum.es (Jesus Rodriguez) Date: Mon, 11 Dec 1995 09:47:20 +0100 (MET) Cc: freebsd-hackers@FreeBSD.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199512102118.WAA02723@abf.abaforum.es> from "Jesus Rodriguez" at Dec 10, 95 10:18:32 pm X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-hackers@FreeBSD.org Precedence: bulk As Jesus Rodriguez wrote: > > I have a problem with my cd-rom and this is that i can't open it when i've > loaded freebsd. I've tried to umount it but freebsd says: > Can't umount /cdrom: device busy You can try running fstat -f /cdrom, and see who's holding a file on the CD. There's also a chance for the ``live filesystem'' CD of FreeBSD that the kernel got confused by device nodes that are on the CD and are currently open (like /dev/console, which is always open). If all else fails, unmount it forcibly (umount -f). That's one of the features i love in 4.4BSD. :-) -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)