Date: Mon, 29 Aug 2005 22:58:35 +1000 From: freebsd-stable@auscert.org.au To: freebsd-stable@freebsd.org Subject: Re: Incorrect super block--help! Message-ID: <200508291258.j7TCwZIx032432@app.auscert.org.au> In-Reply-To: Your message of "Mon, 29 Aug 2005 07:15:14 EST." <4312FC52.3070308@iaces.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> You're trying to mount it as a rw disc and as a UFS file system > > mount -r -t cd9660 /dev/acd0 /cdrom > > Mark Space wrote: > > Hey, newb BSDer here with a question > > > > I've got a brand new 5.4 install. I'm trying to mount the CDROM. As > > root, I type: > > > > mount /dev/acd0 /cdrom > > Of course, this is dead right and ignore my previous response. You'll find that the cdrom drive is almost certainly in /etc/fstab as the other responder mentioned - to mount it with the default fstab options (which should work just fine): mount /cdrom The way you tried will indeed attempt to mount the device by default as a rw UFS file system. Sorry for the wrong steer. joel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508291258.j7TCwZIx032432>