View Single Post
  #1   (View Single Post)  
Old 5th June 2010
dylanz dylanz is offline
Port Guard
 
Join Date: May 2008
Posts: 13
Default Mounting CDROM issue

I'm having a hard time mounting my cdrom drive. Here are some details:

Code:
> dmesg

cd0 at scsibus0 targ 0 lun 0: <HL-DT-ST, DVDRW GS23N, SB07> ATAPI 5/cdrom removable
cd0(pciide0:1:0): using PIO mode 4, Ultra-DMA mode 6
Code:
> disklabel cd0

type: ATAPI
disk: ATAPI CD-ROM
label: fictitious
flags:
bytes/sector: 2048
sectors/track: 100
tracks/cylinder: 1
sectors/cylinder: 100
cylinders: 25189
total sectors: 2518848
rpm: 300
interleave: 1
boundstart: 0
boundend: 2518848
drivedata: 0

16 partitions:
#            size     offset     fstype
   c:   2518848         0       unused
#
Code:
> mkdir /cdrom
> mount_cd9660 /dev/cd0a /cdrom
mount_cd9660: /dev/cd0a on /cdrom:  Device not configured
I've tried a bunch of combinations in /etc/fstab as well, but no luck thus far. This is on a base install of 4.7. I'd post the full dmesg, but I'm internet-less where the machine is.

Any suggestions welcome!
Reply With Quote