LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 10-18-2006, 10:25 AM   #1
CaptainCarisma
LQ Newbie
 
Registered: Sep 2006
Posts: 17

Rep: Reputation: 0
How To Mount a DVD Drive in Fedora


I am very new to linux and need some help on how to mount my dvd rom.

i am using Fedora Core 5 and my dvd drive is an LG GSA-H10N.


Hopefully some can help or point me in the right direction. I've been searching around for the answer, but have yet to find anything helpful.


thanks in advance
 
Old 10-18-2006, 10:30 AM   #2
sn68
Member
 
Registered: Oct 2005
Distribution: FC5
Posts: 338

Rep: Reputation: 30
If you insert a DVD in your drive, does it not show up on desktop automatically?
 
Old 10-18-2006, 10:42 AM   #3
CaptainCarisma
LQ Newbie
 
Registered: Sep 2006
Posts: 17

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by sn68
If you insert a DVD in your drive, does it not show up on desktop automatically?
Nope......
 
Old 10-18-2006, 11:29 AM   #4
kinematic
LQ Newbie
 
Registered: Dec 2005
Location: behind you
Distribution: Debian testing
Posts: 18

Rep: Reputation: 0
are you a part of the cd-rom group?
 
Old 10-18-2006, 11:49 AM   #5
CaptainCarisma
LQ Newbie
 
Registered: Sep 2006
Posts: 17

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by kinematic
are you a part of the cd-rom group?
Nope; Should i go there.....


I'm very new to linux and confused at this point on how to get my DVD rom working.

Any pointers or direction would be very much appreciated
 
Old 10-18-2006, 12:59 PM   #6
CaptainCarisma
LQ Newbie
 
Registered: Sep 2006
Posts: 17

Original Poster
Rep: Reputation: 0
Anyone have any ideas????


I have checked my media file folder and it is empty....
 
Old 10-18-2006, 01:21 PM   #7
sn68
Member
 
Registered: Oct 2005
Distribution: FC5
Posts: 338

Rep: Reputation: 30
Try the following
Open terminal and type..
>dmesg | grep DVD
if you get output like
Quote:
hdc: GCR-8525B, ATAPI CD/DVD-ROM drive
hdd: YAMAKAWADVR-Y08, ATAPI CD/DVD-ROM drive
hdd: ATAPI 40X DVD-ROM DVD-R CD-R/RW drive, 2000kB Cache, UDMA(33)
then you can mount your dvd by adding folowing line to your fstab
(before that su and mkdir /mnt/dvd)
/dev/hdd /mnt/dvd iso9660 defaults,auto

save & quit the editor and from terminal
>mount -a
to mount

PS: In this case I have used hdd since my dvd drive is hdd,change according to msg you get

Last edited by sn68; 10-18-2006 at 01:33 PM.
 
Old 10-18-2006, 01:40 PM   #8
CaptainCarisma
LQ Newbie
 
Registered: Sep 2006
Posts: 17

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by sn68
Try the following
Open terminal and type..
>dmesg | grep DVD
if you get output like

then you can mount your dvd by adding folowing line to your fstab
(before that su and mkdir /mnt/dvd)
/dev/hdd /mnt/dvd iso9660 defaults,auto

save & quit the editor and from terminal
>mount -a
to mount

PS: In this case I have used hdd since my dvd drive is hdd,change according to msg you get

It returns nothing???
 
Old 10-18-2006, 02:02 PM   #9
sn68
Member
 
Registered: Oct 2005
Distribution: FC5
Posts: 338

Rep: Reputation: 30
hopefully you didnt type following
>dmesg |grep dvd
output of above is nothing
type
>dmesg |grep DVD
and check
 
Old 10-18-2006, 02:08 PM   #10
CaptainCarisma
LQ Newbie
 
Registered: Sep 2006
Posts: 17

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by sn68
hopefully you didnt type following
>dmesg |grep dvd
output of above is nothing
type
>dmesg |grep DVD
and check

No i entered dmesg | grep DVD the first time. I tried it again using capital DVD and i even tried lower case dvd and they both return the same results
 
Old 10-18-2006, 02:11 PM   #11
CaptainCarisma
LQ Newbie
 
Registered: Sep 2006
Posts: 17

Original Poster
Rep: Reputation: 0
the results that both return are nothing

it just moves down to the next line
 
Old 10-18-2006, 02:23 PM   #12
sn68
Member
 
Registered: Oct 2005
Distribution: FC5
Posts: 338

Rep: Reputation: 30
i think it means that the hardware is not being detected,
Have no idea what do to next .. :0(
 
Old 10-18-2006, 02:48 PM   #13
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,749

Rep: Reputation: 5928Reputation: 5928Reputation: 5928Reputation: 5928Reputation: 5928Reputation: 5928Reputation: 5928Reputation: 5928Reputation: 5928Reputation: 5928Reputation: 5928
Did you install the OS using this drive?
Verify the drive is enabled in the motherboard BIOS.
 
Old 10-18-2006, 03:01 PM   #14
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
That command isn't enough for me to obtain output either..

cat /var/log/dmesg | grep DVD however did return results, once I su to root..

Quote:
itg-debian:~# dmesg | grep DVD
itg-debian:~#
itg-debian:~# cat /var/log/dmesg | grep DVD
hdc: SAMSUNG CD-ROM SC-148C, ATAPI CD/DVD-ROM drive

Last edited by farslayer; 10-18-2006 at 03:02 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
DVD (auto)mount problem, gnome-mount, hal, Fedora C 5 lazarion Linux - Hardware 5 01-10-2007 04:45 AM
DVD Drive and CDRW Drive Will not mount on Slackware 10.1 Kernel 2.6.1 necrozen Linux - Hardware 1 09-13-2005 08:21 PM
Can't mount CD/DVD drive filsed Fedora 9 01-17-2005 07:00 PM
can't mount a dvd on a cd burner/dvd rom drive dr_zayus69 Linux - Hardware 7 12-09-2004 08:56 AM
DVD drive doesn't mount Choey Slackware 7 10-05-2003 07:56 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 11:10 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration