Date: Mon, 16 Oct 2000 16:47:24 -0500 From: Mark Hummel <mhumm@ispchannel.com> To: Luis Croker <lcroker@unix.megared.net.mx> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: mount a Cd ! Message-ID: <39EB776C.D56691E5@ispchannel.com> References: <Pine.BSF.4.21.0010161219400.47471-100000@unix.megared.net.mx>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39EB776C.D56691E5>