LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-21-2005, 10:37 PM   #1
some_guy89
LQ Newbie
 
Registered: Oct 2005
Location: Ottawa, Canada
Distribution: Madriva 2006
Posts: 4

Rep: Reputation: 0
Where is my DVD RW drive???


So first, like most people who post topics in the forum, i am a complete Newbie.

So here is my problem, i can't seem to access my dvd rw drive, the only optical drive i have. It is not where i expected to see it, with all of the HD partitions(in the device folder on the desktop.) Also when i insert a cd or a dvd, it does not autoplay. I don't know if there is a simple explaination or not. I've looked all over the net and in these forums, which are very vast, i havnt found anything that helps me. I think i might have found some solutions to similar problems, but they are not addressed to a newbie. Please could someone explain to me what i need to do to access my cd drive. I also don't really know what else you want to know from me so ill list some things.

Linux distribution: Mandriva 2006
Drive: NEC DVD+-RW
Computer: Dell Inspiron 6000d notebook
Things in my Device folder: "41g Media", 6.3G Media", "7.3G Media", "DellRestore", DellUtility", "Local Network", "Network Services", "Samba Shares"

oh yeah i actually did find one way to access it, it was through the music player "rythembox". But otherwise i have no idea how to find it. Also as to using the command prompt i have very limited knowlege, i did the VIMTUTOR, but that is all.

thanks
 
Old 10-21-2005, 11:11 PM   #2
lord-fu
Member
 
Registered: Apr 2005
Location: Ohio
Distribution: Slackware && freeBSD
Posts: 676

Rep: Reputation: 30
Well welcome to Linux Questions.
The file you will be spending the most time with is located at /etc/fstab. This file should have a listing for a /dev/cdrom or /dev/dvd if Mandriva has detected your player, although I am not familiar with Mandriva.You can see
$dmesg | less
for a more detailed listing of whats detected during boot.
All the distros I have used have not auto mounted my roms unless I configure it too, but they do have folders made where they will be mounted, you will see this in fstab also.The mount point is located right after the dev entry like so

/dev/hdc /mnt/cdrom yours may look different.

The next thing will be the option of file sytem type

/dev/hdc /mnt/cdrom auto

After that will be whether this is auto mounted at boot who can mount it and whether its read, writable and the boot checking options

/dev/hdc /mnt/cdrom auto noauto,rw,user 0 0

Thats the short sknny on /etc/fstab
If you already have an entriy in fstab for your cdrom you should be able to
$mount /dev/cdrom
and be able to access its contents in the mount point.
Just change your entries to fit your player
example
/dev/hdc /mnt/dvdrw auto auto,rw,user 0 0.
Hope I helped a little bit.
 
Old 10-22-2005, 12:30 AM   #3
some_guy89
LQ Newbie
 
Registered: Oct 2005
Location: Ottawa, Canada
Distribution: Madriva 2006
Posts: 4

Original Poster
Rep: Reputation: 0
So this is what it says in fstab:
/dev/sr0 /mnt/cdrom auto umask=0022,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec,users 0 0

i didnt totally understand everything you were telling me to do, maybe if you could dumb it down a little more.
And i tried the mount command "$mount /dev/cdrom" and i got this:
[root@localhost etc]# $mount /dev/cdrom
bash: /dev/cdrom: Permission denied

So ya if theres anything else that could be helpful just tell me how to get it and ill post it on here
Oh yeah, one other thing ive noticed, my computer really slows down when doing any 3d effects, screen savers or games. what can i do about that?


Thanks for sucha quick reply before.

Last edited by some_guy89; 10-22-2005 at 12:40 AM.
 
Old 10-22-2005, 10:53 AM   #4
lord-fu
Member
 
Registered: Apr 2005
Location: Ohio
Distribution: Slackware && freeBSD
Posts: 676

Rep: Reputation: 30
when you do mount.....you can be normal user...that is why I show $< the dollar sign.you dont have to type it. Examining the line from your fstab

/dev/sr0 /mnt/cdrom auto umask=0022,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec,users 0 0
^^
you would mount /dev/sr0 ^^
So type
mount /dev/sr0
Hope that helps.
 
Old 10-22-2005, 12:16 PM   #5
some_guy89
LQ Newbie
 
Registered: Oct 2005
Location: Ottawa, Canada
Distribution: Madriva 2006
Posts: 4

Original Poster
Rep: Reputation: 0
[root@localhost /]# mount /dev/sr0
mount: /dev/sr0 already mounted or /mnt/cdrom busy
mount: according to mtab, /dev/scsi/host1/bus0/target0/lun0/cd is already mounted on /mnt/cd

Did that ^^^
Um ya still can't see it the device folder. That bottom line there says "scsi" in it, im pretty sure my dvd rw is no scsi, i wonder if maybe it is some how recognizing my virtual image drive in windows? Though i dont see that virtual drive in the device folder either.
 
Old 10-22-2005, 12:26 PM   #6
lord-fu
Member
 
Registered: Apr 2005
Location: Ohio
Distribution: Slackware && freeBSD
Posts: 676

Rep: Reputation: 30
Check here
/mnt/cd
before trying next step.
If you went to above location and still do not see cds' contents.Make sure you have no windows open that are showing /mnt/cd and make sure you are not inside the directory within a terminal.
Then type
$umount /dev/sr0
and then type
$mount /dev/sr0
See if that helps.
Hope I helped some.
 
Old 10-22-2005, 07:28 PM   #7
brainiac
Member
 
Registered: Jan 2005
Location: middle of a cornfield, IL
Distribution: Kanotix HD Install, Debian Testing, XP Pro,Vista RC1
Posts: 145

Rep: Reputation: 15
And don't let the listing as SCSI bother you. There actually is no such thing technically as an IDE cdrom from what I understand. CDRoms run under SCSI and are IDE emulated if I understood correctly.
 
Old 10-23-2005, 01:00 PM   #8
some_guy89
LQ Newbie
 
Registered: Oct 2005
Location: Ottawa, Canada
Distribution: Madriva 2006
Posts: 4

Original Poster
Rep: Reputation: 0
alright thanks so i got it to mount, though it only stayed mounted for that session, everytime i rebooted i have to mount it again. how can i get it to stay mounted? Also how can i get it to show up in my devices folder?


Actually you know what, i went into root, and then clicked on "computer" on the desktop and cd rom was there, but in my user login it is empty in /mnt/cdrom/.

Last edited by some_guy89; 10-23-2005 at 01:02 PM.
 
Old 10-23-2005, 01:47 PM   #9
lord-fu
Member
 
Registered: Apr 2005
Location: Ohio
Distribution: Slackware && freeBSD
Posts: 676

Rep: Reputation: 30
I suggest you re-read my first post to your problem as the solution was already given.
Hope that helps and good luck.
 
  


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
which DVD player can play DVD from hard drive *and* support DVD Menu ? tho_x_tran Linux - Software 16 11-16-2006 02:00 PM
How can I change cdrom1 to dvd. REDhat9, lite-on LTD-163D dvd drive theonlydrew Linux - Hardware 3 01-26-2006 05:54 PM
dvd drive not found/ install suse 9.2 dvd caffemusse Linux - Laptop and Netbook 0 07-06-2005 05:30 AM
can't read data DVD-R on my DVD-ROM/CD-RW combi drive bruceyboy Linux - Hardware 0 11-17-2004 11:25 AM
dvd-rom drive won't play movies and dvd burner won't record calble Linux - Hardware 1 08-09-2004 07:35 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:19 PM.

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