Date: Wed, 10 Oct 2001 00:03:43 +0200 (CEST) From: Oliver Fromme <olli@secnetix.de> To: freebsd-stable@FreeBSD.ORG Subject: Re: CDROM won't mount Message-ID: <200110092203.AAA17712@lurza.secnetix.de> In-Reply-To: <3BC2A8B0.E47A9AA8@sxb.bsf.alcatel.fr>
next in thread | previous in thread | raw e-mail | index | archive | help
Sebastien ROCHE <roche1@sxb.bsf.alcatel.fr> wrote: > fstab contains: > > /dev/acd0c /cdrom ro,noauto 0 0 That's a syntax error, the fstype column is missing. The line should look like this: /dev/acd0c /cdrom cd9660 ro,noauto 0 0 Regards Oliver -- Oliver Fromme, secnetix GmbH & Co KG, Oettingenstr. 2, 80538 München Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. "All that we see or seem is just a dream within a dream" (E. A. Poe) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110092203.AAA17712>