From owner-freebsd-questions Mon Oct 16 14:47:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2a.ispchannel.com (smtp.ispchannel.com [24.142.63.7]) by hub.freebsd.org (Postfix) with ESMTP id 60C1337B502 for ; Mon, 16 Oct 2000 14:47:32 -0700 (PDT) Received: from ispchannel.com ([206.31.81.146]) by smtp2a.ispchannel.com (InterMail vK.4.02.00.00 201-232-116 license 7d3764cdaca754bf8ae20adf0db2aa60) with ESMTP id <20001016215002.YJQD382.smtp2a@ispchannel.com>; Mon, 16 Oct 2000 14:50:02 -0700 Message-ID: <39EB776C.D56691E5@ispchannel.com> Date: Mon, 16 Oct 2000 16:47:24 -0500 From: Mark Hummel Organization: Innovative Solutions X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Luis Croker Cc: freebsd-questions@FreeBSD.ORG Subject: Re: mount a Cd ! References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Luis, The command is mount /cdrom When you want to unmount it, the command is umount /cdrom Make sure you're out of the cdrom directory before you unmount otherwise it won't let you. Also, I notice your driver is /dev/acd0. I had some weird problems until I added a "c" to the device to denote the entire cd. I don't understand why it works, but it does now. Again my device is /dev/acd0c Mark Luis Croker wrote: > Hi !!! How I can to mount a Cdrom in FreeBsd 4.1 ??? I have this line > in /etc/fstab.... > # Device Mountpoint FStype Options Dump pass > /dev/acd0 /cdrom cd9660 ro,noauto 0 0 > > When the box boots... the acd0 device knows the cdrom reader... > What's the command to mount the cdrom ?? > > Greetings.... > > 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