Date: Fri, 14 May 1999 01:14:51 +0100 From: Mark Ovens <marko@uk.radan.com> To: Sys Admin <sysadmin@certicom.com> Cc: freebsd-questions@freebsd.org Subject: Re: mounting a CD Message-ID: <19990514011451.A255@marder-1> In-Reply-To: <Pine.BSF.3.96.990513134304.9663B-100000@eng1.certicom.com>; from Sys Admin on Thu, May 13, 1999 at 01:43:58PM -0400 References: <Pine.BSF.3.96.990513134304.9663B-100000@eng1.certicom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, May 13, 1999 at 01:43:58PM -0400, Sys Admin wrote:
> Hi,
>
> I am having problems mounting a CD. The instructionsay
> mount -t is09660 /dev/devname /cdrom
>
> So I tried...
>
> bench2# mount -t iso9660 /dev/wcd0c /cdrom
> mount: exec mount_iso9660 not found in /sbin, /usr/sbin: No such file or
> directory
>
> I also tried ...
> bench2# /sbin/mount_cd9660 /dev/wcd0c /cdrom
> mount_cd9660: /dev/wcd0c: Invalid argument
>
> And ..
> bench2# mount /cdrom
> cd9660: /dev/wcd0c: Invalid argument
>
Does /dev/wcd0c exist? If not does /dev/wcd0 exist? If so try:
mount -t cd9660 /dev/wcd0 /cdrom
> My /etc/fstab file contains:
> /dev/wcd0c /cdrom cd9660 ro,noauto 0 0
>
> What am I doing wrong?
> Thanks
> NRead
>
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
>
--
FreeBSD - The Power To Serve http://www.freebsd.org
My Webpage http://www.users.globalnet.co.uk/~markov
_______________________________________________________________
Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK
CAD/CAM solutions for Sheetmetal Working Industry
mailto:marko@uk.radan.com http://www.radan.com
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?19990514011451.A255>
