LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   *BSD (https://www.linuxquestions.org/questions/%2Absd-17/)
-   -   how to mount a pcmci cd (https://www.linuxquestions.org/questions/%2Absd-17/how-to-mount-a-pcmci-cd-62285/)

ridha 05-28-2003 10:09 AM

how to mount a pcmci cd
 
hello
i just installed Freebsd 4.8 in my laptop using the dos partition.
now i want to use my ibm bay drive where i can use the floppy or the cd drive.
to connect the ibm bay i can use the usb or pcmcia cable connection.
so how can install the ibm bay drive and how to mount to use the cd or the floppy.
all suggetion are welcome
thank u :)

finegan 05-28-2003 03:26 PM

Check "dmesg" and see where the cdrom device got registered. It'll probably be something like:
Code:

cd0 at scsibus0 targ 0 lun 0: <LG, CD-ROM CRN-8241B, 1.22> SCSI0 5/cdrom removable
cd0(pciide0:1:0): using PIO mode 4, DMA mode 2

Or not... most likely FreeBSD supports it, I've seen way too many USB devices work with the more obscure OpenBSD, so I assume it'll get a read. Most likely though it will just be /dev/cd0

Cheers,

Finegan


All times are GMT -5. The time now is 10:36 AM.