View Single Post
  #2   (View Single Post)  
Old 5th June 2010
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,318
Default

Quote:
Originally Posted by dylanz View Post
Code:
> mkdir /cdrom
> mount_cd9660 /dev/cd0a /cdrom
mount_cd9660: /dev/cd0a on /cdrom:  Device not configured
Do you have a disc in the drive?
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
#
My guess is that you are trying to mount a blank disc. This won't work as you can see in the disklabel(8) output, there is no partitions defined outside of "c".
Reply With Quote