From owner-freebsd-questions Sat Jun 17 20:45: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from emu.prod.itd.earthlink.net (emu.prod.itd.earthlink.net [207.217.121.31]) by hub.freebsd.org (Postfix) with ESMTP id 92BB237B5A9 for ; Sat, 17 Jun 2000 20:45:03 -0700 (PDT) (envelope-from cjc@earthlink.net) Received: from dialin-client.earthlink.net (pool0629.cvx21-bradley.dialup.earthlink.net [209.179.194.119]) by emu.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id UAA20510; Sat, 17 Jun 2000 20:45:01 -0700 (PDT) Received: (from cjc@localhost) by dialin-client.earthlink.net (8.9.3/8.9.3) id UAA00339; Sat, 17 Jun 2000 20:43:37 -0700 (PDT) Date: Sat, 17 Jun 2000 20:43:06 -0700 From: "Crist J. Clark" To: josh b Cc: questions@FreeBSD.ORG Subject: Re: mounting issues Message-ID: <20000617204306.B270@dialin-client.earthlink.net> Reply-To: cjclark@alum.mit.edu References: <4.3.1.1.20000617171046.00a83a90@pop3.concentric.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <4.3.1.1.20000617171046.00a83a90@pop3.concentric.net>; from statik@cris.com on Sat, Jun 17, 2000 at 05:14:56PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jun 17, 2000 at 05:14:56PM -0700, josh b wrote: > whenever i try to mount my cd - i get an error like so > > #mount /dev/acd0c /cdrom > bash blah blah: incorrect super block > > i can't quite figure out wht incorrect super block means, It is part of UFS. A CD does not have UFS on it. You did not specify the filesystem type in your mount(8) command so it defaulted to UFS. You want, # mount -t cd9660 /dev/acd0a /cdrom -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message