<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic cdrecord - no disk/wrong disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cdrecord-no-disk-wrong-disk/m-p/2946138#M930964</link>
    <description>cdr at /dev/dsk/c0t0d0&lt;BR /&gt;&lt;BR /&gt;I cannot mount the cdrom with a blank cd in it, says devide busy.&lt;BR /&gt;I can run cdrecord dev=0,0,0, -inq and get some info back. &lt;BR /&gt;But if I try to write a directory to it, or load it, I get an error.......&lt;BR /&gt;&lt;BR /&gt;scsidev: '0,0,0'&lt;BR /&gt;scsibus: 0 target: 0 lun: 0&lt;BR /&gt;Using libscg version 'schily-0.5'&lt;BR /&gt;Device type    : Removable CD-ROM&lt;BR /&gt;Version        : 2&lt;BR /&gt;Response Format: 1&lt;BR /&gt;Vendor_info    : 'HP      '&lt;BR /&gt;Identifikation : 'CD-Writer cd16r '&lt;BR /&gt;Revision       : 'OKS3'&lt;BR /&gt;Device seems to be: Generic mmc CD-RW.&lt;BR /&gt;Using generic SCSI-3/mmc CD-R driver (mmc_cdr).&lt;BR /&gt;Driver flags   : SWABAUDIO&lt;BR /&gt;cdrecord: I/O error. test unit ready: scsi sendcmd: retryable error&lt;BR /&gt;CDB:  00 00 00 00 00 00&lt;BR /&gt;status: 0x2 (CHECK CONDITION)&lt;BR /&gt;Sense Bytes: 70 00 02 00 00 00 00 0A 00 00 00 00 3A 00 00 00 00 00&lt;BR /&gt;Sense Key: 0x2 Not Ready, Segment 0&lt;BR /&gt;Sense Code: 0x3A Qual 0x00 (medium not present) Fru 0x0&lt;BR /&gt;Sense flags: Blk 0 (not valid) &lt;BR /&gt;cmd finished after 0.590s timeout 40s&lt;BR /&gt;cdrecord: No disk / Wrong disk!&lt;BR /&gt;&lt;BR /&gt;any ideas? have to say that this is the first time I have tried to use this software&lt;BR /&gt;Thanks in Advance</description>
    <pubDate>Tue, 08 Apr 2003 14:00:09 GMT</pubDate>
    <dc:creator>Susan Prosser</dc:creator>
    <dc:date>2003-04-08T14:00:09Z</dc:date>
    <item>
      <title>cdrecord - no disk/wrong disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cdrecord-no-disk-wrong-disk/m-p/2946138#M930964</link>
      <description>cdr at /dev/dsk/c0t0d0&lt;BR /&gt;&lt;BR /&gt;I cannot mount the cdrom with a blank cd in it, says devide busy.&lt;BR /&gt;I can run cdrecord dev=0,0,0, -inq and get some info back. &lt;BR /&gt;But if I try to write a directory to it, or load it, I get an error.......&lt;BR /&gt;&lt;BR /&gt;scsidev: '0,0,0'&lt;BR /&gt;scsibus: 0 target: 0 lun: 0&lt;BR /&gt;Using libscg version 'schily-0.5'&lt;BR /&gt;Device type    : Removable CD-ROM&lt;BR /&gt;Version        : 2&lt;BR /&gt;Response Format: 1&lt;BR /&gt;Vendor_info    : 'HP      '&lt;BR /&gt;Identifikation : 'CD-Writer cd16r '&lt;BR /&gt;Revision       : 'OKS3'&lt;BR /&gt;Device seems to be: Generic mmc CD-RW.&lt;BR /&gt;Using generic SCSI-3/mmc CD-R driver (mmc_cdr).&lt;BR /&gt;Driver flags   : SWABAUDIO&lt;BR /&gt;cdrecord: I/O error. test unit ready: scsi sendcmd: retryable error&lt;BR /&gt;CDB:  00 00 00 00 00 00&lt;BR /&gt;status: 0x2 (CHECK CONDITION)&lt;BR /&gt;Sense Bytes: 70 00 02 00 00 00 00 0A 00 00 00 00 3A 00 00 00 00 00&lt;BR /&gt;Sense Key: 0x2 Not Ready, Segment 0&lt;BR /&gt;Sense Code: 0x3A Qual 0x00 (medium not present) Fru 0x0&lt;BR /&gt;Sense flags: Blk 0 (not valid) &lt;BR /&gt;cmd finished after 0.590s timeout 40s&lt;BR /&gt;cdrecord: No disk / Wrong disk!&lt;BR /&gt;&lt;BR /&gt;any ideas? have to say that this is the first time I have tried to use this software&lt;BR /&gt;Thanks in Advance</description>
      <pubDate>Tue, 08 Apr 2003 14:00:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cdrecord-no-disk-wrong-disk/m-p/2946138#M930964</guid>
      <dc:creator>Susan Prosser</dc:creator>
      <dc:date>2003-04-08T14:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: cdrecord - no disk/wrong disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cdrecord-no-disk-wrong-disk/m-p/2946139#M930965</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;though I've never used cdrecord on HP-UX I make haevy use of it on a Linux box.&lt;BR /&gt;&lt;BR /&gt;I hope the basic handling is similar.&lt;BR /&gt;&lt;BR /&gt;First I'd read the manpage of cdrecord (it has dozens of options) because it really depends on what kind of image you want to write (e.g. ISO, bootable, raw data etc.)&lt;BR /&gt;&lt;BR /&gt;Then check if your drive is found&lt;BR /&gt;&lt;BR /&gt;# cdrecord -scanbus&lt;BR /&gt;Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 J??rg Schilling&lt;BR /&gt;Linux sg driver version: 3.1.22&lt;BR /&gt;Using libscg version 'schily-0.5'&lt;BR /&gt;scsibus0:&lt;BR /&gt;        0,0,0     0) *&lt;BR /&gt;        0,1,0     1) *&lt;BR /&gt;        0,2,0     2) 'PIONEER ' 'DVD-ROM DVD-305 ' '1.03' Removable CD-ROM&lt;BR /&gt;        0,3,0     3) 'PLEXTOR ' 'CD-R   PX-W1210S' '1.04' Removable CD-ROM&lt;BR /&gt;        0,4,0     4) *&lt;BR /&gt;        0,5,0     5) *&lt;BR /&gt;        0,6,0     6) *&lt;BR /&gt;        0,7,0     7) *&lt;BR /&gt;        0,15,0   15) 'FUJITSU ' 'MAN3367MP       ' '0109' Disk&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Usually before you burn a CDROM you have already mastered an image.&lt;BR /&gt;Most of the times I use an ISO image if I need to read the CD under different OS.&lt;BR /&gt;Therefore you'd need some software to master this image.&lt;BR /&gt;On Linux I use mkisofs which today I guess is shipped together with cdrecord (at least it is maintained by the same guy J??rg Schilling).&lt;BR /&gt;See manpage of mkisofs for details.&lt;BR /&gt;&lt;BR /&gt;Given I already have an ISO image at /opt/store/myexmail.iso I'd issue&lt;BR /&gt;&lt;BR /&gt;# cdrecord dev=0,3,0 fs=4m speed=8 -isosize -dummy -nofix  /opt/store/myexmail.iso&lt;BR /&gt;&lt;BR /&gt;Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 J??rg Schilling&lt;BR /&gt;scsidev: '0,3,0'&lt;BR /&gt;scsibus: 0 target: 3 lun: 0&lt;BR /&gt;Linux sg driver version: 3.1.22&lt;BR /&gt;Using libscg version 'schily-0.5'&lt;BR /&gt;Device type    : Removable CD-ROM&lt;BR /&gt;Version        : 2&lt;BR /&gt;Response Format: 2&lt;BR /&gt;Capabilities   : SYNC LINKED &lt;BR /&gt;Vendor_info    : 'PLEXTOR '&lt;BR /&gt;Identifikation : 'CD-R   PX-W1210S'&lt;BR /&gt;Revision       : '1.04'&lt;BR /&gt;Device seems to be: Generic mmc CD-RW.&lt;BR /&gt;Using generic SCSI-3/mmc CD-R driver (mmc_cdr).&lt;BR /&gt;Driver flags   : SWABAUDIO&lt;BR /&gt;Starting to write CD/DVD at speed 8 in dummy mode for single session.&lt;BR /&gt;Last chance to quit, starting dummy write in 0 seconds. Operation starts.&lt;BR /&gt;&lt;BR /&gt;where the dev= is the device target of your drive, the same -scanbus showed, fs= is the FIFO size, speed= is obvious.&lt;BR /&gt;The additional switches -dummy and -nofix will prevent the disk from actually being burned and fixated.&lt;BR /&gt;You would omit these after you have made sure everything works properly.&lt;BR /&gt;&lt;BR /&gt;You don't have to supply most of the arguments to cdrecord, but may rather put the in /etc/cdrecord.conf.&lt;BR /&gt;&lt;BR /&gt;Apart from ISO images you can also burn in raw mode by simply piping from another command if you can guarantee a continous data stream to protect from buffer underruns which could render your CD-R useless&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;tar cf - /home | cdrecord -v -data -&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Apr 2003 14:41:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cdrecord-no-disk-wrong-disk/m-p/2946139#M930965</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2003-04-08T14:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: cdrecord - no disk/wrong disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cdrecord-no-disk-wrong-disk/m-p/2946140#M930966</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;though I've never used cdrecord on HP-UX I make heavy use of it on a Linux box.&lt;BR /&gt;&lt;BR /&gt;I hope the basic handling is similar.&lt;BR /&gt;&lt;BR /&gt;First I'd read the manpage of cdrecord (it has dozens of options) because it really depends on what kind of image you want to write (e.g. ISO, bootable, raw data etc.)&lt;BR /&gt;&lt;BR /&gt;Then check if your drive is found&lt;BR /&gt;&lt;BR /&gt;# cdrecord -scanbus&lt;BR /&gt;Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 J??rg Schilling&lt;BR /&gt;Linux sg driver version: 3.1.22&lt;BR /&gt;Using libscg version 'schily-0.5'&lt;BR /&gt;scsibus0:&lt;BR /&gt;        0,0,0     0) *&lt;BR /&gt;        0,1,0     1) *&lt;BR /&gt;        0,2,0     2) 'PIONEER ' 'DVD-ROM DVD-305 ' '1.03' Removable CD-ROM&lt;BR /&gt;        0,3,0     3) 'PLEXTOR ' 'CD-R   PX-W1210S' '1.04' Removable CD-ROM&lt;BR /&gt;        0,4,0     4) *&lt;BR /&gt;        0,5,0     5) *&lt;BR /&gt;        0,6,0     6) *&lt;BR /&gt;        0,7,0     7) *&lt;BR /&gt;        0,15,0   15) 'FUJITSU ' 'MAN3367MP       ' '0109' Disk&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Usually before you burn a CDROM you have already mastered an image.&lt;BR /&gt;Most of the times I use an ISO image if I need to read the CD under different OS.&lt;BR /&gt;Therefore you'd need some software to master this image.&lt;BR /&gt;On Linux I use mkisofs which today I guess is shipped together with cdrecord (at least it is maintained by the same guy  viz. J??rg Schilling).&lt;BR /&gt;See manpage of mkisofs for details.&lt;BR /&gt;&lt;BR /&gt;Given I already have an ISO image at /opt/store/myexmail.iso I'd issue&lt;BR /&gt;&lt;BR /&gt;# cdrecord dev=0,3,0 fs=4m speed=8 -isosize -dummy -nofix  /opt/store/myexmail.iso&lt;BR /&gt;&lt;BR /&gt;Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 J??rg Schilling&lt;BR /&gt;scsidev: '0,3,0'&lt;BR /&gt;scsibus: 0 target: 3 lun: 0&lt;BR /&gt;Linux sg driver version: 3.1.22&lt;BR /&gt;Using libscg version 'schily-0.5'&lt;BR /&gt;Device type    : Removable CD-ROM&lt;BR /&gt;Version        : 2&lt;BR /&gt;Response Format: 2&lt;BR /&gt;Capabilities   : SYNC LINKED &lt;BR /&gt;Vendor_info    : 'PLEXTOR '&lt;BR /&gt;Identifikation : 'CD-R   PX-W1210S'&lt;BR /&gt;Revision       : '1.04'&lt;BR /&gt;Device seems to be: Generic mmc CD-RW.&lt;BR /&gt;Using generic SCSI-3/mmc CD-R driver (mmc_cdr).&lt;BR /&gt;Driver flags   : SWABAUDIO&lt;BR /&gt;Starting to write CD/DVD at speed 8 in dummy mode for single session.&lt;BR /&gt;Last chance to quit, starting dummy write in 0 seconds. Operation starts.&lt;BR /&gt;&lt;BR /&gt;where the dev= is the device target of your drive, the same -scanbus showed, fs= is the FIFO size, and speed= is obvious.&lt;BR /&gt;The additional switches -dummy and -nofix will prevent the disk from actually being burned and fixated.&lt;BR /&gt;You would omit these after you have made sure everything works properly.&lt;BR /&gt;&lt;BR /&gt;You don't have to supply most of the arguments to cdrecord, but may rather put them in /etc/cdrecord.conf.&lt;BR /&gt;&lt;BR /&gt;Apart from ISO images you can also burn in raw mode by simply piping from another command if you can guarantee a continous data stream to protect from buffer underruns which could render your CD-R useless&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;tar cf - /home | cdrecord -v -data -&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Apr 2003 14:44:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cdrecord-no-disk-wrong-disk/m-p/2946140#M930966</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2003-04-08T14:44:54Z</dc:date>
    </item>
  </channel>
</rss>

