Date: Fri, 19 Dec 1997 02:06:08 -0800 From: "Jordan K. Hubbard" <jkh@time.cdrom.com> To: mb3006@epix.net Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: FreeBSD 2.2.5 problems with wcd0 & install bug Message-ID: <6263.882525968@time.cdrom.com> In-Reply-To: Your message of "Fri, 19 Dec 1997 01:55:58 GMT." <3499D42E.1F22@mailhost.epix.net>
next in thread | previous in thread | raw e-mail | index | archive | help
> "mount /dev/wcd0c /cdrom" gives "Incorrect super block" on all > machines. The fstab file is identical on all 3 computers, the guy at Not surprising since that's exactly what it's supposed to say. The CDROM is NOT a UFS filesystem, which is what you're trying to mount it as with the above command. mount -t cd9660 /dev/wcd0c /cdrom Will work a lot better. Jordan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6263.882525968>