LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   DVD-rom mounting (https://www.linuxquestions.org/questions/linux-software-2/dvd-rom-mounting-37265/)

jang 12-03-2002 11:28 PM

DVD-rom mounting
 
Hello everybody. Hope you could help. I already have redhat 8 installed on my system with 1 cd-rom drive. I added a dvd-rom drive, and it was detected as another cd-rom. It works fine as a cd-rom drive, reading cds. But when I insert a dvd, it doesn't see a thing. when using mplayer to view the /mnt/dvd folder (where it is mounted), no files are seen. Do I need to do any special mounting aside from the autodetection done by redhat? Do i have to recompile my mplayer because I added a DVD drive?

Thanks in advance.

neo77777 12-03-2002 11:39 PM

you should create a symlink /dev/dvd pointed to your actaul dvd-rom
I assume DVD-rom is on second IDE channel as slave - /dev/hdd
ln -sf /dev/hdd /dev/dvd
Create a mount point for your DVD-ROM
mkdir /mnt/dvd
next is adjust /etc/fstab so the entry for /dev/dvd looks like this
Code:

/dev/dvd    /mnt/dvd  iso9660    user,defaults,no[auto] I leave it to you if you want your dvd mounted upon bootup, you'll get a hickup if there is no DVD in the drve in the case if you opt to go with auto option  0 0

jang 12-04-2002 12:00 AM

thanks. it worked great!

jang 12-04-2002 12:50 AM

already got things to work with Ogle, but the thing right now is dvd playback is too choppy. I am using latest Ogle, and Geforce 2 MX400 with 64 MB. Do I have to do something with Redhat 8 so that playback becomes smoother?

acid_kewpie 12-04-2002 02:39 AM

got dma turned on? check the manpage for "hdparm" and search this site. also using a better player could help. http://mplayerhq.hu

jang 12-04-2002 08:08 PM

ok. thanks a lot. I will try that. I am still finding out how to use mplayer with dvd. mplayer -dvd ??? <--------- what should be next? a vob file? or a number?

MasterC 12-04-2002 08:45 PM

a number, corresponding to which "track" is being played. Usually the main sequence is 1, so:
mplayer -vo xv -dvd 1
will usually play the movie just fine.

Cool

jang 12-04-2002 08:49 PM

yes. I tried it and it works. One more question, I posted outside...

regarding hdparm not able to change my dma status.

Thanks for the quick response.

KL2001 12-05-2002 12:20 PM

Quote:

Originally posted by jang
already got things to work with Ogle, but the thing right now is dvd playback is too choppy. I am using latest Ogle, and Geforce 2 MX400 with 64 MB. Do I have to do something with Redhat 8 so that playback becomes smoother?

I believe emulating SCSI on the DVD drive, like alot of CD-RW drive need will fix the choppiness, I forget exactly how to do it, but I believe it was in the grub.conf if you use grub....

saposmak 09-18-2003 12:49 PM

Neo77777 thanks for your help it was very useful... now I wonder,
Is the same mounting process required to record cd's?

Thanks to all of you who bother to answer a poor newbie's questions.

DrOzz 09-18-2003 02:49 PM

Quote:

Originally posted by jang
yes. I tried it and it works. One more question, I posted outside...

regarding hdparm not able to change my dma status.

Thanks for the quick response.

well if it says permission denied even as root then add the hdparm -d1 /dev/hdx to a startup file (/etc/rc.d/rc.*) and reboot to resolve the issue...


All times are GMT -5. The time now is 12:56 AM.