From owner-freebsd-hackers Thu Nov 20 19:05:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA05129 for hackers-outgoing; Thu, 20 Nov 1997 19:05:19 -0800 (PST) (envelope-from owner-freebsd-hackers) Received: from heathers2.stdio.com (lile@heathers2.stdio.com [204.152.114.165]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA05124 for ; Thu, 20 Nov 1997 19:05:16 -0800 (PST) (envelope-from lile@heathers2.stdio.com) Received: (from lile@localhost) by heathers2.stdio.com (8.6.12/8.6.13) id WAA21469; Thu, 20 Nov 1997 22:03:10 -0500 Date: Thu, 20 Nov 1997 22:03:09 -0500 (EST) From: "Larry S. Lile" To: hackers@freebsd.org cc: ji@research.att.com Subject: Re: Problems mounting a cd-rom drive on 2.2_RELENG In-Reply-To: <199711202326.SAA02346@bual.research.att.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Well, that certainly explains the problems I have been seeing with my router and could explain what happened on my main machine. After I sup'd and rebuilt the cdrom drive started working correctly again. Thanks for the info :) I must have missed it in the Errata for 2.2.2 when I installed it. Thanks Larry On Thu, 20 Nov 1997, John Ioannidis wrote: > > anarchy: # mount /cdrom > > cd9660: /dev/cd0a: Invalid argument > > Looks like your kernel and your /sbin/mount_cd9660 are not happy with > each other. Make sure you run the mount program that goes with the > kernel you are running. If you are tracking FreeBSD-current, make sure > your mount_cd9660 is: > "$Id: mount_cd9660.c,v 1.7.2.1 1997/08/17 13:30:23 joerg Exp$"; > The mount program that comes with 2.2.2-RELEASE does not work. > > /ji