From owner-freebsd-questions Sun Mar 18 5: 0:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from scully.madbovine.com (dsl081-135-233.nyc1.dsl.speakeasy.net [64.81.135.233]) by hub.freebsd.org (Postfix) with ESMTP id 64B0637B718 for ; Sun, 18 Mar 2001 05:00:49 -0800 (PST) (envelope-from asmo@scully.madbovine.com) Received: (from asmo@localhost) by scully.madbovine.com (8.11.3/8.11.3) id f2ICsLR04143 for freebsd-questions@freebsd.org; Sun, 18 Mar 2001 07:54:21 -0500 (EST) (envelope-from asmo) Date: Sun, 18 Mar 2001 07:54:21 -0500 From: Justin To: freebsd-questions@freebsd.org Subject: Mounting /CDROM Message-ID: <20010318075421.A4123@scully.madbovine.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello All, I was playing around with my machine the other day and came across a problem. I wanted to play a music CD in my cdrom drive so I looked in Greg Lehays book and tried to use the command that was listed there to mount my CDROM drive. That did not work, it didnt give me an error, but it would not list the contents of the cdrom. I then went to defcon1.org to find some help, I found an article telling me that "mount /cdrom" SHOULD work fine. When I tried that it gave me this output.. scully# mount /cdrom cd9660: /dev/acd0c: Invalid argument Now according to my /etc/fstab this should work, am I right? # Device Mountpoint FStype Options Dump Pass# /dev/ad0s1b none swap sw 0 0 /dev/ad0s1a / ufs rw 1 1 /dev/ad0s1f /usr ufs rw 2 2 /dev/ad0s1e /var ufs rw 2 2 /dev/acd0c /cdrom cd9660 ro,noauto 0 0 proc /proc procfs rw 0 0 I have not modified anything to do with the CDROM drive since the install off the cdrom, also according to DMESG the kernel and system see it fine: ad0: 16448MB [33420/16/63] at ata0-master UDMA33 acd0: CDROM at ata1-master using PIO4 I belive 100% that this is user error, if someone could give me a point in the right direction I would be very grateful. Thanks in advance Justin Please reply to asmo@madbovine.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message