Bug 22743 - mount: /dev/cdrom1 has wrong major or minor number
Summary: mount: /dev/cdrom1 has wrong major or minor number
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: dev
Version: 7.1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nalin Dahyabhai
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-12-22 15:00 UTC by Chris Runge
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2000-12-22 15:00:45 UTC
Embargoed:


Attachments (Terms of Use)

Description Chris Runge 2000-12-22 15:00:42 UTC
Florence beta 1

I have two CD drives, one is an IDE drive (/dev/cdrom -> /dev/hdc ; mount
on /mnt/cdrom) and the other is a SCSI drive (/dev/cdrom1 -> /dev/scd0 ;
mount on /mnt/cdrom1) 

the IDE drive works -- I can mount CDs fine

the SCSI drive doesn't... when I go to mount a CD I get this error:

# mount /dev/cdrom1
mount: /dev/cdrom1 has wrong major or minor number

some add'l info:
# ls -l /dev/cdrom1
lrwxrwxrwx    1 root     root            4 Dec 21 12:32 /dev/cdrom1 -> scd0
# ls -l /dev/scd0  
brw-------    1 crunge   disk      11,   0 Dec 12 16:26 /dev/scd0

Comment 1 Nalin Dahyabhai 2000-12-22 16:52:20 UTC
The beta includes modulare IDE.  If you have the ide-cdrom module loaded (try
"modprobe ide-probe-mod" and "modprobe ide-cd"), this should work.  The
installer in the development tree loads the IDE modules, and newer mkinitrd's
will do the same if the module is loaded when the initrd is created, so this
should be fixed.


Note You need to log in before you can comment on or make changes to this bug.