Date: Mon, 16 Oct 2000 20:03:56 -0500 (CDT) From: "Steve V." <vandena@ispchannel.com> To: Lu!s Croker <lcroker@megacable.com.mx> Cc: Mark Hummel <mhumm@ispchannel.com>, lcroker@unix.megared.net.mx, freebsd-questions@FreeBSD.ORG Subject: Re: mount a Cd ! Message-ID: <Pine.BSF.4.21.0010162003460.3668-100000@FreeBSD.ispchannel.com> In-Reply-To: <20001016172328.655498d3.lcroker@megacable.com.mx>
next in thread | previous in thread | raw e-mail | index | archive | help
Try mount -t cd9660 /dev/acd0c /cdrom. It worked for me on FBSD4.1-S. You can also put this in a script file so all you will have to type in is a few keystrokes. I used a variant of the one found at www.mostgraveconcern.com/freebsd in the Miscellaneous section. Steve... On Mon, 16 Oct 2000, Lu!s Croker wrote: > > Hi... I changed the /etc/fstab in the line of the cdrom.... by /dev/acd0c, but now said me this.... > > # mount /cdrom > cd9660: Device Busy > > I haven't mounted the device... what's wrong?? > > On Mon, 16 Oct 2000 16:47:24 -0500 > Mark Hummel <mhumm@ispchannel.com> wrote: > > > 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 > 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?Pine.BSF.4.21.0010162003460.3668-100000>