From owner-freebsd-questions Wed Sep 10 11:29:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA18132 for questions-outgoing; Wed, 10 Sep 1997 11:29:12 -0700 (PDT) Received: from gelemna.ft-wayne.in.us (fw1-5.fwi.com [207.113.68.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA18112; Wed, 10 Sep 1997 11:29:05 -0700 (PDT) Received: (from croyle@localhost) by gelemna.ft-wayne.in.us (8.8.7/8.8.5) id NAA24586; Wed, 10 Sep 1997 13:04:12 -0500 (EST) To: freebsd-stable@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: mount cdrom returns "input/output error" References: Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII From: Don Croyle Date: 10 Sep 1997 13:04:12 -0500 Organization: Minimal at best In-Reply-To: Charlie ROOT's message of "Wed, 10 Sep 1997 10:38:39 -0500 (EST)" Message-ID: <86pvqhkpur.fsf@gelemna.ft-wayne.in.us> Lines: 17 X-Mailer: Gnus v5.4.66/XEmacs 20.2 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Charlie ROOT writes: > Ever since I upgraded to 2.2-STABLE, I am unable to mount any CD-ROM's > that I have (I tested this by going back to the 2.2.2-RELEASE kernel and > the CD-ROM worked great, unfortunately, I need 2.2-STABLE for some other > fixes.) I am sure the CD-ROM is working fine and the CD is OK. The generic kernel has support for the cd9660 file system compiled into it, but since it's available as a module it's usually left out of locally compiled kernels. Try saying: #modload /lkm/cd9660_mod.o before you mount the cdrom. -- I've always wanted to be a dilettante, but I've never quite been ready to make the commitment.