Welcome to the TechSpot OpenBoards. Please read the FAQ if you have any questions. Sign up or Login to participate.
|
|||||||
Begin your free trial now
Pay-as-you-go options starting at $10/user/month
Pay-as-you-go options starting at $10/user/month
CD-ROM won't load
|
|
Thread Tools | Search this Thread |
|
#1
|
||||
|
||||
|
CD-ROM won't load
When I try to mount my CD-ROM drive, I get:
mount: /dev/cdrom is not a valid block device I did some research, but no-one seems to have my same problem. Any sugeestions? |
|
#2
|
||||
|
||||
|
You need to have it in /etc/fstab and have a valid mountpoint directory created
|
|
#3
|
||||
|
||||
|
How exactly are you mounting it? Do you actually have a CD in the drive?
|
|
#4
|
||||
|
||||
|
Yes, even with a valid mount-point and CD in the drive it won't load.
I checked the linkage to the /dev/cdrom and it returned this: lrwxrwxrwx 1 root root 9 Oct 4 07:07 /dev/cdrom -> /dev/scd0 My fstab says: /dev/cdrom /mnt/cdrom udf,iso9660 |
|
#5
|
||||
|
||||
|
/dev/scd0 is a SCSI CD-ROM.. Is this really the case?
You can refer to a IDE CD as /dev/hdXX too. E.g. "mount /dev/hdc1 -t auto /mnt/cdrom" |
|
|
|
#6
|
||||
|
||||
|
I don't know if it's SCSI, but it's a laptop drive(not very helpful, I know). On the fstab file, there is a /dev/cdrom1 and /dev/cdrom, despite the fact that my laptop only has one drive. One is linked to /dev/scd0 and the other is linked to /dev/hdc, but neither works
Last edited by me(who else?); 10-11-2004 at 04:45 PM.. |
|
#7
|
||||
|
||||
|
Quote:
mount /dev/cdrom /mnt/cdrom however, if you want to say: mount /mnt/cdrom then you need the fstab entry. |
|
#8
|
||||
|
||||
|
Try a manual mount, i.e.:
mount /dev/cdrom /mnt/cdrom or mount /dev/cdrom1 /mnt/cdrom or even mount /dev/hdc /mnt/cdrom (where hdc is your CD-ROM) My /dev/cdrom is a symbolic link to /dev/hdc: 0 lrwxrwxrwx 1 root root 8 May 19 22:50 cdrom -> /dev/hdc You might need to update the link for this to work. delete the link: rm /dev/cdrom recreate the link: ln -s /dev/hdc /dev/cdrom where hdc is your cdrom (i.e. secondary master) needless to say, you need to be root for this. |
|
#9
|
||||
|
||||
|
I changed up my fstab a little bit, and I managed to get this:
mount: /dev/cdrom is not a block device (maybe try `-o loop'?) But other than that, nothing. Unfortunately, I've tried everything here. Thanks for all the advice! |
|
#10
|
||||
|
||||
|
Where is your /dev/cdrom pointing to?
I assume you have some RedHat.. Look in /etc/sysonfig/hardware. Locate the entry that coresponds to your CD drive. It should be sth like: class: CDROM bus: IDE detached: 0 device: hdc driver: ignore desc: "ATAPI CD-RW 52XMax" Note how it shows the /dev/ entry after "device:". Evidently my CD-ROM (CD-RW actually) is attached to /dev/hdc. This is a laptop. Keep in mind that Linux doesn't play well with those (we'll see how the new SuSE manages). All sorts of custom hot pluggable things don't work. For example if your CD-ROM in in a docking device then you have to boot up with the dock attached to make Linux find your drive. |
|
#11
|
||||
|
||||
|
It is /dev/scd0 if you're using kernel 2.4.x or older. They use SCSI emulation for IDE burners. If the emulation layer is configured as a module, you need to load it first: modprobe ide-scsi.
|
|
#12
|
||||
|
||||
|
Quote:
That said, I miss my Indy working... |
|
#13
|
||||
|
||||
|
Modprobe returns a command not found when I use it? I did install the 2.6 kernel, but I still boot to the 2.4 (at least until I get networking working). I get the same error under both kernels (block device, that is).
|
|
#14
|
||||
|
||||
|
You have tobe root to use modprobe. In case you haven't put /sbin and /usr/sbin in the root's PATH variable then you have to type it manually e.g. /sbin/modprobe blabla.
|
|
#15
|
||||
|
||||
|
I tried modprobing, but I still have the problem. There must be something wierd going on...
|
|
#16
|
||||
|
||||
|
insmod should work in 2.4 kernels too.
|
|
#17
|
||||
|
||||
|
Did you look in /ets/syconfig/hardware? You will see if Linux has found your CD-ROM at all and where it thinks it is.
|
|
#18
|
||||
|
||||
|
I tired to use that location, but hardware doesn't exist puke:
SOmebody must have had this problem. Oh well, I 'll keep trying :knock: |
|
#19
|
||||
|
||||
|
Finally, I found a fix! Stupid me, I deleted /dev/hdc and made it a symlink to /dev/scd0
. I remade the hdc file with MAKEDEV, but now I still can't eject or mount:Mount says: wrong fs type, bad option, bad superblock on /dev/cdrom, or too many mounted file systems (could this be the IDE device where you in fact use ide-scsi so that sr0 or sda or so is needed?) Eject says: eject: unable to eject, last error: Invalid argument FStab: /dev/cdrom /mnt/cdrom iso9660 ro,noauto,user,exec 0 0 I do have hdc=ide-scsi in my grub config...Anybody? P.S. I think this is why I deleted hdc in the first place... |
|
#20
|
||||
|
||||
|
Quote:
|
![]() |
| Similar Topics | ||||
| Topic | Replies | Forum | ||
XP - Won't load Last Known Good Config but will load Safe Mode
|
3 | Windows OS | ||
Alienware won't load past XP load screen
|
2 | Mobile Computing | ||
Can't load Windows XP after trying Rick's 'How To Load XP', I get diff. screen option
|
2 | Windows OS | ||
Xp load when it want ??? sometimes yes sometimes no
|
1 | Windows OS | ||
I get the message "can't load type library/DLL" when Installshield tries to load
|
1 | Windows OS | ||
| Thread Tools | Search this Thread |
|
|
All times are GMT -4. The time now is 01:58 PM.


. I remade the hdc file with MAKEDEV, but now I still can't eject or mount:
XP - Won't load Last Known Good Config but will load Safe Mode