From owner-freebsd-questions Thu May 13 14:21: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from eng1.certicom.com (mailhost.certicom.com [209.121.99.2]) by hub.freebsd.org (Postfix) with ESMTP id 24DF415006 for ; Thu, 13 May 1999 14:21:02 -0700 (PDT) (envelope-from nread@certicom.com) Received: from domino2.certicom.com (domino2.certicom.com [10.0.1.25]) by eng1.certicom.com (8.8.7/8.8.7) with SMTP id RAA12825 for ; Thu, 13 May 1999 17:23:33 -0400 (EDT) (envelope-from nread@certicom.com) Received: by domino2.certicom.com(Lotus SMTP MTA v4.6.1 (569.2 2-6-1998)) id 85256770.00753D1F ; Thu, 13 May 1999 17:20:33 -0400 X-Lotus-FromDomain: CERTICOM From: "Nirvana Read" To: freebsd-questions@freebsd.org Message-ID: <85256770.0073F040.00@domino2.certicom.com> Date: Thu, 13 May 1999 17:12:16 -0400 Subject: Re: mounting a CD Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG HI, I am running FreeBSD 2.2.7 I did not realize it this ... man mount_cd9660 Start the filesystem at startsector. Normally, if the underlying device is a CD-ROM drive, mount_cd9660 will try to figure out the last track from the CD-ROM containing data, and start the filesystem there. So I tried ... mount_cd9660 -s0 /dev/wcd0c /cdrom which worked. Thank You! NRead quasi on 05/13/99 05:05:26 PM To: Nirvana Read/Certicom cc: Subject: Re: mounting a CD Hi Nread, Please post your version and kernel to assist us to help you. At root just try mount /cdrom, I have learned this works for me ver 2.2.7. Also check to make sure your /dev is not maybe wdc0, like mine, basic IDE channel 0. Steve nread@certicom.com 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 > > 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message