Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Where are my DVD drives? [solved]
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
Unclethommy
Guru
Guru


Joined: 24 Jul 2006
Posts: 407

PostPosted: Wed Jul 26, 2006 11:40 pm    Post subject: Where are my DVD drives? [solved] Reply with quote

Hi there,

Quick question on how i can find which folder in my /dev folder represents my both my DVD-RW drive and my CD-RW/DVDROM drive? is there a slicker way that to try to stick a cd in there and try to mount every single folder and se ewhich yields the files on the CD?


Last edited by Unclethommy on Thu Sep 14, 2006 1:50 pm; edited 1 time in total
Back to top
View user's profile Send private message
yabbadabbadont
Advocate
Advocate


Joined: 14 Mar 2003
Posts: 4791
Location: 2 exits past crazy

PostPosted: Wed Jul 26, 2006 11:46 pm    Post subject: Reply with quote

First, it won't be a "folder". :)

Second, how are your drives connected to the computer? For example, I have a DVD drive connected to the secondary IDE controller as the master device. It is /dev/hdc. I have a CDROM connected to that same controller, but as the slave device. It is /dev/hdd. My primary hard drive is the master device on the primary IDE controller. It is /dev/hda. My second hard drive is connected to my SATA controller and is /dev/sda.
_________________
Bones McCracker wrote:
On the other hand, regex is popular with the ladies.
Back to top
View user's profile Send private message
Unclethommy
Guru
Guru


Joined: 24 Jul 2006
Posts: 407

PostPosted: Wed Jul 26, 2006 11:53 pm    Post subject: Reply with quote

Just stuck my head into the computer (ouch!)

I have my only hardrive in my primary IDE (which is hda)

I have my CDRW/DVDROM drive as the slave to this on the primary IDE (would this be hdb ?)

I have my DVD-RW on my secondary as a master(would this be hdc?)
Back to top
View user's profile Send private message
yabbadabbadont
Advocate
Advocate


Joined: 14 Mar 2003
Posts: 4791
Location: 2 exits past crazy

PostPosted: Wed Jul 26, 2006 11:58 pm    Post subject: Reply with quote

Very good grasshopper. :D
_________________
Bones McCracker wrote:
On the other hand, regex is popular with the ladies.
Back to top
View user's profile Send private message
baobei
n00b
n00b


Joined: 10 Jul 2006
Posts: 20
Location: Canada, Eh

PostPosted: Thu Jul 27, 2006 1:21 am    Post subject: Reply with quote

Hi, I'm a noob but maybe this can help...

grep -i toshiba /var/log/messages

Replace toshiba with the name of your dvd drive.

My output from the above is this...

x32gentoo hdd: TOSHIBA DVD-ROM SD-M1502, ATAPI CD/DVD-ROM drive

The hdd after the hostname is the device. Thus, it can be found at /dev/hdd. However, udev will create a symlink to this device and it will be known as /dev/dvd.
Back to top
View user's profile Send private message
1eyeJohnson
n00b
n00b


Joined: 25 Jul 2006
Posts: 4
Location: Don't blame me-- I'm from Massachusetts

PostPosted: Thu Jul 27, 2006 3:42 am    Post subject: Reply with quote

Or maybe dmesg | grep -i dvd
Same thing, really.
Back to top
View user's profile Send private message
Unclethommy
Guru
Guru


Joined: 24 Jul 2006
Posts: 407

PostPosted: Thu Jul 27, 2006 8:34 am    Post subject: Reply with quote

That did the trick, found both my drives and have added them to fstab , thank you all :)
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