From owner-freebsd-questions Fri Jan 12 10:13:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 631A737B699 for ; Fri, 12 Jan 2001 10:13:37 -0800 (PST) Received: (qmail 76784 invoked by uid 100); 12 Jan 2001 18:13:33 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14943.18764.959807.948767@guru.mired.org> Date: Fri, 12 Jan 2001 12:13:32 -0600 (CST) To: "G D McKee" Cc: questions@freebsd.org Subject: Re: CD-ROM Drive In-Reply-To: <127000890@toto.iv> X-Mailer: VM 6.75 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG G D McKee types: > Hi > > Using mount_CD9660 method works, but the other method fails every time. > > How can I get the normal method to work, just using the mount command, not > mount_cd9660? Well, you could do "mount -t cd9660 /dev/acd0c /cdrom", but that just makes the mount command run mount_cd9660, so I'd say that doesn't work. The easiest way to do this if you always want to mount on /cdrom is to add an entry to /etc/fstab: /dev/acd0c /cdrom cd9660 ro,noauto 0 0 Then you can just do "mount /cdrom", and mount will look up the /cdrom entry in fstab and do the right thing. I also do this for my cdrw, with /cdrw. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message