From owner-freebsd-stable@FreeBSD.ORG Mon Aug 29 12:58:37 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8624616A420 for ; Mon, 29 Aug 2005 12:58:37 +0000 (GMT) (envelope-from freebsd-stable@auscert.org.au) Received: from titania.auscert.org.au (gw.auscert.org.au [203.5.112.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBB1143D45 for ; Mon, 29 Aug 2005 12:58:36 +0000 (GMT) (envelope-from freebsd-stable@auscert.org.au) Received: from app.auscert.org.au (app [10.0.1.192]) by titania.auscert.org.au (8.12.10/8.12.10) with ESMTP id j7TCwYBV005766 for ; Mon, 29 Aug 2005 22:58:34 +1000 (EST) Received: from app.auscert.org.au (localhost.auscert.org.au [127.0.0.1]) by app.auscert.org.au (8.13.1/8.13.1) with ESMTP id j7TCwZIx032432 for ; Mon, 29 Aug 2005 22:58:35 +1000 (EST) (envelope-from freebsd-stable@auscert.org.au) Message-Id: <200508291258.j7TCwZIx032432@app.auscert.org.au> To: freebsd-stable@freebsd.org from: freebsd-stable@auscert.org.au In-Reply-To: Your message of "Mon, 29 Aug 2005 07:15:14 EST." <4312FC52.3070308@iaces.com> Date: Mon, 29 Aug 2005 22:58:35 +1000 Subject: Re: Incorrect super block--help! X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2005 12:58:37 -0000 > You're trying to mount it as a rw disc and as a UFS file system > > mount -r -t cd9660 /dev/acd0 /cdrom > > Mark Space wrote: > > Hey, newb BSDer here with a question > > > > I've got a brand new 5.4 install. I'm trying to mount the CDROM. As > > root, I type: > > > > mount /dev/acd0 /cdrom > > Of course, this is dead right and ignore my previous response. You'll find that the cdrom drive is almost certainly in /etc/fstab as the other responder mentioned - to mount it with the default fstab options (which should work just fine): mount /cdrom The way you tried will indeed attempt to mount the device by default as a rw UFS file system. Sorry for the wrong steer. joel