Date: Sat, 17 Jun 2000 20:43:06 -0700 From: "Crist J. Clark" <cristjc@earthlink.net> To: josh b <statik@cris.com> Cc: questions@FreeBSD.ORG Subject: Re: mounting issues Message-ID: <20000617204306.B270@dialin-client.earthlink.net> 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 References: <4.3.1.1.20000617171046.00a83a90@pop3.concentric.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000617204306.B270>