On Sun, Apr 08, 2001 at 01:23:58AM -0600, eric wrote: > ktb wrote: > > > On Sat, Apr 07, 2001 at 04:40:13PM -0600, eric wrote: > > <snip> > > > >> this is some lines after I run dmesg | less > >> > >> SCSI subsystem driver Revision: 1.00 > >> scsi0 : SCSI host adapter emulation for IDE ATAPI devices > >> Vendor: TOSHIBA Model: DVD-ROM SD-R1002 Rev: 1034 > >> Type: CD-ROM ANSI SCSI revision: 02 > >> Detected scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0 > >> sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray > >> Uniform CD-ROM driver Revision: 3.12 > >> > >> my cd is dvd-cd - cdr-cdrw combo on /dev/hda > >> > > > > I haven't messed with burners much but it looks like you should be > > pointing to /dev/sr0 instead of /dev/hda which is probably your hard > > drive. I may be wrong as I don't really understand SCSI emulation which > > I understand is used with IDE CD R/W drives. Anyway you said you could > > burn with the drive but not mount the drive, if I remember correctly. > > You could try mounting your cd-rom on /dev/sr0 if it works point the > > link /dev/cdrom to it. > > kent > > > Dear Kent: > > I tried your hint: > > lshih:~# mount -t iso9660 /dev/hda /dev/sr0 > mount: mount point /dev/sr0 is not a directory > > but it apparent not work > certin need your help again >
That should be - mount -t iso9660 /dev/sr0 /cdrom You mount the actual device /dev/sr0 on the directory /cdrom you then change to the /cdrom directory and should be able to read the contents of the cd. You should have /cdrom but if you don't for some reason just create it. You can actually mount it on any empty directory you create. By default debian creates /cdrom kent -- From seeing and seeing the seeing has become so exhausted First line of "The Panther" - R. M. Rilke