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
Welcome to
LinuxQuestions.org , a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free.
Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please
contact us . If you need to reset your password,
click here .
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a
virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month.
Click here for more info.
10-18-2006, 11:25 AM
#1
LQ Newbie
Registered: Sep 2006
Posts: 17
Rep:
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
10-18-2006, 11:30 AM
#2
Member
Registered: Oct 2005
Distribution: FC5
Posts: 338
Rep:
If you insert a DVD in your drive, does it not show up on desktop automatically?
10-18-2006, 11:42 AM
#3
LQ Newbie
Registered: Sep 2006
Posts: 17
Original Poster
Rep:
Quote:
Originally Posted by sn68
If you insert a DVD in your drive, does it not show up on desktop automatically?
Nope......
10-18-2006, 12:29 PM
#4
LQ Newbie
Registered: Dec 2005
Location: behind you
Distribution: Debian testing
Posts: 18
Rep:
are you a part of the cd-rom group?
10-18-2006, 12:49 PM
#5
LQ Newbie
Registered: Sep 2006
Posts: 17
Original Poster
Rep:
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
10-18-2006, 01:59 PM
#6
LQ Newbie
Registered: Sep 2006
Posts: 17
Original Poster
Rep:
Anyone have any ideas????
I have checked my media file folder and it is empty....
10-18-2006, 02:21 PM
#7
Member
Registered: Oct 2005
Distribution: FC5
Posts: 338
Rep:
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 02:33 PM .
10-18-2006, 02:40 PM
#8
LQ Newbie
Registered: Sep 2006
Posts: 17
Original Poster
Rep:
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???
10-18-2006, 03:02 PM
#9
Member
Registered: Oct 2005
Distribution: FC5
Posts: 338
Rep:
hopefully you didnt type following
>dmesg |grep dvd
output of above is nothing
type
>dmesg |grep DVD
and check
10-18-2006, 03:08 PM
#10
LQ Newbie
Registered: Sep 2006
Posts: 17
Original Poster
Rep:
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
10-18-2006, 03:11 PM
#11
LQ Newbie
Registered: Sep 2006
Posts: 17
Original Poster
Rep:
the results that both return are nothing
it just moves down to the next line
10-18-2006, 03:23 PM
#12
Member
Registered: Oct 2005
Distribution: FC5
Posts: 338
Rep:
i think it means that the hardware is not being detected,
Have no idea what do to next .. :0(
10-18-2006, 03:48 PM
#13
Moderator
Registered: Aug 2002
Posts: 24,988
Did you install the OS using this drive?
Verify the drive is enabled in the motherboard BIOS.
10-18-2006, 04:01 PM
#14
LQ Guru
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Rep:
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 04:02 PM .
All times are GMT -5. The time now is 12:55 PM .
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know .
Latest Threads
LQ News