From owner-freebsd-questions@FreeBSD.ORG Thu Oct 30 11:26:00 2003 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 60B3016A4CE for ; Thu, 30 Oct 2003 11:26:00 -0800 (PST) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC25143FE5 for ; Thu, 30 Oct 2003 11:25:57 -0800 (PST) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id 2B66A1362A; Fri, 31 Oct 2003 08:25:56 +1300 (NZDT) Date: Fri, 31 Oct 2003 08:25:56 +1300 From: Jonathan Chen To: Gregory Stearns Message-ID: <20031030192556.GB39983@grimoire.chen.org.nz> References: <20031030191645.56016.qmail@mail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031030191645.56016.qmail@mail.com> User-Agent: Mutt/1.4.1i cc: freebsd-questions@freeBSD.org Subject: Re: Super block error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Oct 2003 19:26:00 -0000 On Thu, Oct 30, 2003 at 02:16:45PM -0500, Gregory Stearns wrote: > > When I try and mount my cdrom or my floppy I get an invalid super > block error. > > I use the following command: > > mount /dev/acd0c /cdrom > > How do I correct this error so that I may use my cdrom? You need to specify the filesystem type, ie: # mount -t cd9660 /dev/acd0c /cdrom Check if there's an entry in /etc/fstab. If there is, you should be able to do: # mount /cdrom -- Jonathan Chen ---------------------------------------------------------------------- The Internet: an empirical test of the idea that a million monkeys banging on a million keyboards can produce Shakespeare