From owner-freebsd-questions Thu May 13 11:37:23 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 ABC6514C37 for ; Thu, 13 May 1999 11:37:18 -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 OAA10604; Thu, 13 May 1999 14:39:48 -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.0066390C ; Thu, 13 May 1999 14:36:32 -0400 X-Lotus-FromDomain: CERTICOM From: "Nirvana Read" To: freebsd-questions@freebsd.org Cc: Eduardo Souza Machado da Silva Message-ID: <85256770.006524E8.00@domino2.certicom.com> Date: Thu, 13 May 1999 14:30:07 -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 Ooops sorry FreeBsd 2.2.7 bench2# ll /sbin/mou* -r-xr-xr-x 1 bin bin 73728 Jul 22 1998 mount -r-xr-xr-x 1 bin bin 53248 Jul 22 1998 mount_cd9660 -r-xr-xr-x 5 bin bin 53248 Jul 22 1998 mount_devfs -r-xr-xr-x 1 bin bin 53248 Jul 22 1998 mount_ext2fs -r-xr-xr-x 5 bin bin 53248 Jul 22 1998 mount_fdesc lrwxrwxrwx 1 root bin 18 May 13 13:55 mount_iso9660 -> /sbin/mount_cd9660 -r-xr-xr-x 5 bin bin 53248 Jul 22 1998 mount_kernfs -r-xr-xr-x 1 bin bin 65536 Nov 24 1996 mount_lfs -r-xr-xr-x 2 bin bin 126976 Jul 22 1998 mount_mfs -r-xr-xr-x 1 bin bin 151552 Jul 22 1998 mount_msdos -r-xr-xr-x 1 bin bin 131072 Jul 22 1998 mount_nfs -r-xr-xr-x 1 bin bin 57344 Jul 22 1998 mount_null -r-xr-xr-x 1 bin bin 212992 Jul 22 1998 mount_portal -r-xr-xr-x 5 bin bin 53248 Jul 22 1998 mount_procfs -r-xr-xr-x 5 bin bin 53248 Jul 22 1998 mount_std -r-xr-xr-x 1 bin bin 61440 Jul 22 1998 mount_umap -r-xr-xr-x 1 bin bin 57344 Jul 22 1998 mount_union -r-xr-xr-x 1 bin bin 208896 Jul 22 1998 mountd Thanks NRead Eduardo Souza Machado da Silva on 05/13/99 01:50:49 PM To: Nirvana Read/Certicom cc: Subject: Re: mounting a CD On Thu, 13 May 1999, nread@certicom.com wrote: > Hi, > > I am having problems mounting a CD. The instructionsay > mount -t is09660 /dev/devname /cdrom You forgot to tell us what is your system (FreeBSD X.X.X ?). what is the output of ls -l /sbin/mount_cd9660 ? ESMS PS Answer to the list. > > 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