Hello ALUG,
I'm having problems with a CD-RW drive.
I haven't tried to use the drive until now (except when I used it to install the OS, Debian sarge net-install disc).
I was just getting round to designing the backup procedure for the machine and thought it would be neat if it automatically wrote the data to a CD.
But I've run into problems with the drive itself:
# cdrecord -scanbus
Cdrecord-Clone 2.01a34 (i686-pc-linux-gnu) Copyright (C) 1995-2004 JĀ°Zrg Schilling NOTE: this version of cdrecord is an inofficial (modified) release of cdrecord and thus may have bugs that are not present in the original version. Please send bug reports and support requests to cdrtools@packages.debian.org. The original author should not be bothered with problems of this version.
cdrecord: No such file or directory. Cannot open '/dev/pg*'. Cannot open SCSI driver. cdrecord: For possible targets try 'cdrecord -scanbus'. cdrecord: For possible transport specifiers try 'cdrecord dev=help'. cdrecord: cdrecord: For more information, install the cdrtools-doc cdrecord: package and read /usr/share/doc/cdrecord/README.ATAPI.setup .
Hmm, so I tried,
# cat /etc/fstab # /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 /dev/hda2 none swap sw 0 0 /dev/hda1 / ext3 defaults,errors=remount-ro 0 1 /dev/hdb1 /home ext3 defaults 0 2 /dev/hdb2 /var ext3 defaults 0 2 /dev/hdc /media/cdrom iso9660 ro,user,noauto 0 0 /dev/fd0 /media/floppy auto rw,user,noauto 0 0 /dev/hdc /cdrom iso9660 ro,user,noauto 0 0
OK, so I tried mounting an ordinary CD-ROM
# mount /cdrom mount: wrong fs type, bad option, bad superblock on /dev/hdc, or too many mounted file systems
Hrmmm, and # dmesg | grep ATAPI hdc: LITE-ON LTR-16102B, ATAPI CD/DVD-ROM drive hdc: ATAPI 40X CD-ROM CD-R/RW drive, 2048kB Cache, DMA
And some excerpts from # lsmod isofs 32184 0 sg 34848 0 scsi_mod 109112 1 sg ide_cd 38020 0 cdrom 34720 1 ide_cd ide_disk 15872 6 ide_generic 1408 0 [permanent] ide_detect 1408 0 ide_core 141804 5 ide_cd,ide_disk,ide_generic,ide_detect,piix
I'm not very good with hardware. Does anyone know what's wrong?
Thanks very much, Richard