still cannot work with my 2 dvd drives.

I had make a very big mistake. My 2 dvd drives are ATAPI. Let's forget about xfburn for now.
Code:
kldload atapicd
mount /cdrom
mount my first dvd drive on /cdrom perfect.
I created /cdrom1 for my second dvd drive and add a line for my second drive on fstab.
But cdrom1 cannot configured. Just Is not working.
Xfburn stack because as default try to burn cd1.
How to make my second drive to work?
 
on /dev I have:
Code:
acd0
acd1
cd0
cd1
On /boot/loader.conf I have:
Code:
atapicam_load="YES"
atapicd_load="YES"
My fstab:
Code:
/dev/acd0		/cdrom				cd9660				ro,noauto			0		0
/dev/acd1		/cdrom1				cd9660				ro,noauto			0		0
Code:
mount /cdrom
with ls I see and play the files on cd.
Code:
umount /cdrom
and everything is ok.
But:
Code:
mount /cdrom1
mount_cd9660: /dev/acd1: Input/output error
 
I completely removed my second dvd drive. Now everything work ok with my first one. Is mounting without errors and xburn also work. Something Is going wrong with my second dvd because also I have problems with it on Mac OSX. I will say solved and I will check again my connections on my hardware. If everything is ok, then I will try to mount it and we see. But for now, mounting is not FreeBSD's problem and xfburn work perfect!
 
Are these IDE drives connected to the same channel on the motherboard? If so check the jumper settings. One should be master and one slave - or you can use the cable select setting if you have the correct cable.
 
Back
Top