| [SOLVED] Installing a new DVD drive I have a gentoo system that had a regular cdrw drive. I need to install a dvd rom drive also. The hardware installation is not the problem, as I've done that a hundred other times in PCs. I've made sure to set slave, it has power, etc.
I see the drive (I think) as /dev/dvd1. I created a /mnt/dvd directory, but when I run this command below as su:
mount /dev/dvd1 /mnt/dvd
I get the error "mount: unknown filesystem type 'udf'"
I searched around and found that my kernel may not have been compiled with UDF support, so I went through menuconfig and added UDF support, installed the kernel and rebooted and I still get the same error. I also tried adding:
/dev/dvd1 /mnt/dvd auto users,noauto,ro 0 0
to /etc/fstab per some other forum suggestions, but I get the same error.
Anyone have any ideas what I may be doing wrong? |