From owner-freebsd-questions Fri Oct 15 18:45:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cm-24-142-61-16.cableco-op.ispchannel.com (cm-24-142-61-16.cableco-op.ispchannel.com [24.142.61.16]) by hub.freebsd.org (Postfix) with ESMTP id 096CB14BDE for ; Fri, 15 Oct 1999 18:45:30 -0700 (PDT) (envelope-from jwg@netbox.com) Received: from localhost (jwg@localhost) by cm-24-142-61-16.cableco-op.ispchannel.com (8.8.8/8.8.8) with ESMTP id SAA02481 for ; Fri, 15 Oct 1999 18:41:26 -0700 (PDT) (envelope-from jwg@netbox.com) X-Authentication-Warning: cm-24-142-61-16.cableco-op.ispchannel.com: jwg owned process doing -bs Date: Fri, 15 Oct 1999 18:41:26 -0700 (PDT) From: Jeff Gray X-Sender: jwg@cm-24-142-61-16.cableco-op.ispchannel.com To: Questions at FreeBSD Subject: mounting a cd Has anyone solved this? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Checked the archives and lots of others with this problem but no [working] solutions seem to have been posted - no confirmations of sucess. All my attempts below give, mount_cd9660: Invalid argument [except for the invalid device] or cd9660: Invalid argument Tried, amoung others 441 mount -t cd9660 /cdrom 442 mount -t cd9660 /dev/cd0c /cdrom 443 mount -t cd9660 /dev/cd0 /cd0 453 mount_cd9660 -s0 /dev/cd0c /cdrom 454 mount_cd9660 -s0 /cdrom 455 mount_cd9660 -s 0 /dev/cd0c /cdrom 456 mount_cd9660 /dev/cd0c /cdrom 457 mount_cd9660 /dev/cd0 /cdrom 458 ls -l /sbin/mount_cd9660 <--looks right Running 3.3 Release less /etc/fstab # Device Mountpoint FStype Options Dump Pas s# /dev/da0s1b none swap sw 0 0 /dev/da0s1a / ufs rw 1 1 /dev/da0s1f /usr ufs rw 2 2 /dev/da0s1e /var ufs rw 2 2 /dev/cd0c /cdrom cd9660 ro,noauto 0 0 proc /proc procfs rw 0 0 cd is cd0: Removable CD-ROM SCSI-2 devicec Yes, did as root :-) Yamaha seems to work when I do cdrecord. Even fixes the disk. Mounting it, or any audio cd disk, however, is another - really this - problem. Cannot mount an off the shelf audio cd. Thanks Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message