and cdrecord looks for itgrenada ~ # dmesg | grep hd
Kernel command line: root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 vga=0x305
ide0: BM-DMA at 0xe000-0xe007, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0xe008-0xe00f, BIOS settings: hdc:pio, hdd:DMA
hda: HDS728080PLAT20, ATA DISK drive
hdd: ATAPI-CD ROM-DRIVE-52MAX, ATAPI CD/DVD-ROM drive
hda: max request size: 512KiB
hda: 160836480 sectors (82348 MB) w/1719KiB Cache, CHS=16383/255/63, UDMA(33)
hda: cache flushes supported
hda: hda1 hda2 hda3
hdd: ATAPI 52X CD-ROM drive, 128kB Cache, UDMA(33)
Code: Select all
grenada ~ # cdrecord -scanbus
scsibus1000:
1000,0,0 100000) *
1000,1,0 100001) *
1000,2,0 100002) *
wodim: Warning: controller returns wrong size for CD capabilities page.
1000,3,0 100003) 'ATAPI-CD' 'ROM-DRIVE-52MAX ' '52CA' Removable CD-ROM
1000,4,0 100004) *
1000,5,0 100005) *
1000,6,0 100006) *
1000,7,0 100007) *
which looks like its trying to write to hda ( my hard disk )grenada ~ # cdrecord -v -eject speed=8 dev=1000,3,0 /tmp/test.iso
wodim: No write mode specified.
wodim: Asuming -tao mode.
wodim: Future versions of wodim may have different drive dependent defaults.
TOC Type: 1 = CD-ROM
scsidev: '1000,3,0'
scsibus: 1000 target: 3 lun: 0
WARNING: the deprecated pseudo SCSI syntax found as device specification.
Support for that may cease in the future versions of wodim. For now,
the device will be mapped to a block device file where possible.
Run "wodim --devices" for details.
Error trying to open /dev/hda exclusively (Device or resource busy)... retrying in 1 second.
Error trying to open /dev/hda exclusively (Device or resource busy)... retrying in 1 second.
Error trying to open /dev/hda exclusively (Device or resource busy)... retrying in 1 second.
Error trying to open /dev/hda exclusively (Device or resource busy)... retrying in 1 second.
Error trying to open /dev/hda exclusively (Device or resource busy)... giving up.
WARNING: /dev/hda seems to be mounted!
Linux sg driver version: 3.5.27
Wodim version: 1.1.6
SCSI buffer size: 64512
wodim: Warning: controller returns wrong size for CD capabilities page.
Device type : Removable CD-ROM
Version : 0
Response Format: 1
Vendor_info : 'ATAPI-CD'
Identification : 'ROM-DRIVE-52MAX '
Revision : '52CA'
Device seems to be: Generic mmc CD-ROM.
wodim: Warning: controller returns wrong size for CD capabilities page.
wodim: Warning: controller returns wrong size for CD capabilities page.
wodim: Warning: controller returns wrong size for CD capabilities page.
wodim: Sorry, no CD/DVD-Recorder or unsupported CD/DVD-Recorder found on this target.
wodim: Warning: controller returns wrong size for CD capabilities page.
grenada ~ # wodim --devices
wodim: Warning: controller returns wrong size for CD capabilities page.
wodim: Overview of accessible drives (1 found) :
-------------------------------------------------------------------------
0 dev='/dev/hdd' rwrw-- : 'ATAPI-CD' 'ROM-DRIVE-52MAX'
-------------------------------------------------------------------------


