Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Getting two cd drives working
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
DJRAZZA
n00b
n00b


Joined: 22 May 2003
Posts: 12

PostPosted: Fri May 23, 2003 7:26 pm    Post subject: Getting two cd drives working Reply with quote

I'm new to Linux, and I was wondering if you guys could point me in the right directions on a few problems I've been having.

On my computer, I have two cd-rom drives. The first is a DVD-rom drive, the second a CD-RW. How can I get Linux to recognize/use both drives, and the full capabilities of both drives? Any help would be appreciated.
Back to top
View user's profile Send private message
krusty_ar
Guru
Guru


Joined: 03 Oct 2002
Posts: 560
Location: Rosario, Argentina

PostPosted: Fri May 23, 2003 10:04 pm    Post subject: Reply with quote

First of all, you don't need to do anything special to get them working (they already are).
if you are a little more specific about what you want to do, anyone here will be glad to help you.
Just remember that it's better if you pos one question per thread.
Good luck and wellcome to the linux experience :twisted:
_________________
I am Beta, don't expect correct behaviour from me.
Take part of the adopt an unaswered post initiative
Back to top
View user's profile Send private message
taskara
Advocate
Advocate


Joined: 10 Apr 2002
Posts: 3763
Location: Australia

PostPosted: Fri May 23, 2003 11:30 pm    Post subject: Reply with quote

your cd devices should be found according to their position on the ide bus.

are they primary masters or slaves ? secondary masters or slaves?

it maps out like this in linux:

primary ide master => /dev/hda
primary ide slave => /dev/hdb
secondary ide master => /dev/hdc
secondary ide slave => /dev/hdd

and then you should be able to make a mount point (such as /mnt/dvd or /mnt/burner - /mnt/cdrom is default)
Code:
mount /dev/hdc /mnt/dvd
mount /dev/hdd /mnt/burner
or such and such
_________________
Kororaa install method - have Gentoo up and running quickly and easily, fully automated with an installer!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum