From owner-freebsd-questions@FreeBSD.ORG Thu Oct 30 11:23:26 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 6EB8B16A4CE for ; Thu, 30 Oct 2003 11:23:26 -0800 (PST) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F05B43FEC for ; Thu, 30 Oct 2003 11:23:25 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.9/8.12.9) id h9UJNOGS069369; Thu, 30 Oct 2003 13:23:24 -0600 (CST) (envelope-from dan) Date: Thu, 30 Oct 2003 13:23:24 -0600 From: Dan Nelson To: Gregory Stearns Message-ID: <20031030192324.GD10973@dan.emsphone.com> 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> X-OS: FreeBSD 5.1-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.4i 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:23:26 -0000 In the last episode (Oct 30), Gregory Stearns said: > > 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 Try "mount -t cd9660 /dev/acd0c /cdrom", since cdroms aren't usually written in FreeBSD's UFS filesystem format. -- Dan Nelson dnelson@allantgroup.com