On 2006/05/31 23:14, Martin Vahi wrote: > mount_cd9660: /dev/rccd0c on /mnt/DVDROM: Block device required > mount_cd9660: /dev/cd0c on /mnt/DVDROM: Invalid argument > mount_cd9660: /dev/mcd0c on /mnt/DVDROM: Device not configured > mount_cd9660: /dev/rmcd0c on /mnt/DVDROM: Block device required > mount_cd9660: /dev/ccd0c on /mnt/DVDROM: Device not configured
Look at the error messages, the ones for the devices starting with an r (raw devices) say "Block device required". The ones for devices not present on your system say, "Device not configured". And there's one different message, for cd0c. Or, look at cd(4) i.e. 'man 4 cd', ccd(4), mcd(4), and see which you think is most likely. Hopefully that has got you looking more closely at cd0; what else could you try? Are you mounting the correct partition? Note what cd(4) says about disklabel.

