Results 1 to 5 of 5
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 ...
- 03-18-2009 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 3
[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?
- 03-18-2009 #2
Have you tried this with a CD/DVD in it? Otherwise its just a piece of hardware you are trying to mount.
Charles
ASUS EEE Box B202, Atom 270 1,6GHz, 1 GB, HDD 80GB, XP-SP3 / PinguyOS
Asus EEE PC 901 with Bodhi-Linux
- 03-18-2009 #3Just Joined!
- Join Date
- Mar 2009
- Posts
- 3
I have a DVD in the drive. If I put a regular CD in the drive, I can mount it with no problems
- 03-18-2009 #4Just Joined!
- Join Date
- Mar 2009
- Posts
- 3
Well, for anyone who wants to know, I just mounted it specifying iso9660 as the type and it mounted fine.
mount -t iso9660 /dev/dvd1 /mnt/dvd
- 03-18-2009 #5
Glad it worked out for you. Please mark the thread as Solved. (see thread tools above)
Charles
ASUS EEE Box B202, Atom 270 1,6GHz, 1 GB, HDD 80GB, XP-SP3 / PinguyOS
Asus EEE PC 901 with Bodhi-Linux



