Results 1 to 10 of 23
Ok, as title says, I try to mount the CD-ROM device (I have a DVD but I've always used CD-ROM at linux) and... it says /dev/hdb doesn't exists :S since ...
- 07-04-2006 #1Just Joined!
- Join Date
- Jul 2006
- Location
- Rosario, Argentina
- Posts
- 55
[Resolved] Can't mount CD-ROM: hdb doesn't exists :S!!
Ok, as title says, I try to mount the CD-ROM device (I have a DVD but I've always used CD-ROM at linux) and... it says /dev/hdb doesn't exists :S since when?! ... I've just reinstalled debian... am... This is my fstab if u ask for proc /proc proc defaults 0 0 /dev/sda5 / reiserfs notail 0 1 /dev/hdb /media/cdrom0 iso9660 ro,user,noauto 0 0 /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0 /dev/sda1 /mnt/win ntfs users,owner,ro,umask=000 0 0 it's wierd, I just wanna be able to read CDs :S (if possible write too)... Please, could anyone help me out? Thanks a lot in advance, at least for worrying
Note: This is what I get from console when trying to mount it manually mount: special device /dev/hdb does not exist Using Debian (Sarge) with Kernel 2.6
- 07-04-2006 #2
What about
?Code:ls -l /dev/hd* ls -l /dev/sr* ls -l /dev/sg*
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 07-05-2006 #3Just Joined!
- Join Date
- Jul 2006
- Location
- Rosario, Argentina
- Posts
- 55
lol
Answer for all:
ls: /dev/xxx: No such file or directory
Nice screw up Debian did xD or me, probably, but what could I have touched since I've installed it?
nah... dunno what it is...
- 07-05-2006 #4
What about
?Code:dmesg | grep -i cd | grep -i rom
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 07-05-2006 #5Just Joined!
- Join Date
- Jul 2006
- Location
- Rosario, Argentina
- Posts
- 55
hm...
I get nothing on return doing that, and I keep receiving same with the other 3 commands u wrote... tricky problem, huh? :P I hope u find a way
My Tux is sad cuz it can't read CD-ROMs
(xD!!)
- 07-05-2006 #6
Which kernel are you using?
And how is your CDROM plugged? IDE? Sata?Code:uname -a
What says
andCode:ls -l /proc/ide
?Code:ls -l /proc/scsi
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 07-05-2006 #7Just Joined!
- Join Date
- Jul 2006
- Location
- Rosario, Argentina
- Posts
- 55
ok... am...
Which kernel am I using?
Linux px0 2.6.8-3-686 #1 Thu May 25 02:27:57 UTC 2006 i686 GNU/Linux
Am, ok, I got a SATA disk... am... is that helpful? xD. I never had problems with CD before with debian :S.
ls -l /proc/ide says:
total 0
-r--r--r-- 1 root root 0 2006-07-05 01:40 drivers
ls -l /proc/scsi says:
total 0
-r--r--r-- 1 root root 0 2006-07-05 01:40 device_info
dr-xr-xr-x 2 root root 0 2006-07-05 01:40 sata_sis
-r--r--r-- 1 root root 0 2006-07-05 01:40 scsi
- 07-05-2006 #8
Perhaps you are having an issue with your IDE controller...
What is the output of
?Code:lspci | grep -i ide
And of
?Code:lsmod | grep -i ide
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 07-05-2006 #9Just Joined!
- Join Date
- Jul 2006
- Location
- Rosario, Argentina
- Posts
- 55
Answers...
lspci | grep -i ide says:
0000:00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev 01)
0000:00:08.0 Multimedia controller: Philips Semiconductors SAA7130 Video Broadcast Decoder (rev 01)
lsmod | grep -i ide says:
video_buf 22180 1 saa7134
videodev 10016 1 saa7134
ide_disk 19296 0
ide_cd 42656 0
ide_core 139940 3 sis5513,ide_disk,ide_cd
cdrom 40732 1 ide_cd
hm... ide_cd... oh, what am I trying to look like, I dunno how is that helpful for me xD.
- 07-05-2006 #10
You can make sure the right module take control of your CD drive like that :
Put "sis5513" on top of the modules in your file /etc/modules, so it looks something like that :
Save the changes to /etc/modules, making sure it is ok, no mystakes allowed...
Originally Posted by /etc/modules
Then rebuild the initrd file to make sure it gets loaded first (as root) :
Then reboot.Code:mkinitrd -o /boot/initrd.img-$(uname -r)
Make sure you make a backup of your existing /boot/initrd.img-$(uname -r) first, and that you have a live CD around in case it doesn't boot after the change."To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee


Reply With Quote
