<?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 Re: dd error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-error/m-p/2712739#M947282</link>
    <description>The command&lt;BR /&gt;&lt;BR /&gt;   cp /dev/rdsk/c3t6d0 /dev/rdsk/c3t5d0&lt;BR /&gt;&lt;BR /&gt;would accomplish the same at about the same speed as dd bs=1024k. I couldn't reproduce your error on my 11.0 with the same command, probably because my patches are more recent thatn March'01. I also often use dd to clone installed systems, because it says in the end how many blocks it has read, but this is not essential. cp will do the job just as fast.</description>
    <pubDate>Tue, 30 Apr 2002 16:10:13 GMT</pubDate>
    <dc:creator>Dragan Krnic_2</dc:creator>
    <dc:date>2002-04-30T16:10:13Z</dc:date>
    <item>
      <title>dd error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-error/m-p/2712732#M947275</link>
      <description>I'm using C3600 with HPUX 11.00(support plus Mar,2001). &lt;BR /&gt;When I use dd command. &lt;BR /&gt;There's a error. &lt;BR /&gt;dd if=/dev/rdsk/c3t6d0 of=/dev/rdsk/c3t5d0 bs=1024k &lt;BR /&gt;There's error. &lt;BR /&gt;'dd: Tape-to-tape copy is not allowed.' &lt;BR /&gt;Please let me know.&lt;BR /&gt;&lt;BR /&gt;Kiyoung.</description>
      <pubDate>Mon, 29 Apr 2002 00:57:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dd-error/m-p/2712732#M947275</guid>
      <dc:creator>Kiyoung</dc:creator>
      <dc:date>2002-04-29T00:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: dd error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-error/m-p/2712733#M947276</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;From man dd:-&lt;BR /&gt;&lt;BR /&gt;                                                                             &lt;BR /&gt; WARNINGS                                                                    &lt;BR /&gt;      You may experience trouble writing directly to or reading directly     &lt;BR /&gt;      from a cartridge tape.  For best results, use tcio(1) as an input or   &lt;BR /&gt;      output filter.  For example, for output to a cartridge tape, use       &lt;BR /&gt;                                                                             &lt;BR /&gt;           ... | dd ... | tcio -ovVS 256 /dev/rct/c4t1d0                     &lt;BR /&gt;                                                                             &lt;BR /&gt;      or, for input from a cartridge tape, use                               &lt;BR /&gt;                                                                             &lt;BR /&gt;           tcio -ivS 256 /dev/rct/c4t1d0 | dd  ... | ...                     &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;See man tcio.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Mon, 29 Apr 2002 06:35:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dd-error/m-p/2712733#M947276</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-04-29T06:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: dd error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-error/m-p/2712734#M947277</link>
      <description>Hi Again&lt;BR /&gt;&lt;BR /&gt;Also check here:-&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xfcd20bce6f33d6118fff0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xfcd20bce6f33d6118fff0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Mon, 29 Apr 2002 06:41:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dd-error/m-p/2712734#M947277</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-04-29T06:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: dd error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-error/m-p/2712735#M947278</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;using a block-device for the reading should omit your problem...&lt;BR /&gt;&lt;BR /&gt;Just my $0.02,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Apr 2002 10:20:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dd-error/m-p/2712735#M947278</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2002-04-29T10:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: dd error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-error/m-p/2712736#M947279</link>
      <description>Wodisch hit it on the head, try using the BLOCK devices:&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/dsk/c3t6d0 of=/dev/dsk/c3t5d0 bs=1024k &lt;BR /&gt;&lt;BR /&gt;Another note on DISK to DISK copies, you will be copying each track of data, of which there are side effects.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 29 Apr 2002 10:37:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dd-error/m-p/2712736#M947279</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-04-29T10:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: dd error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-error/m-p/2712737#M947280</link>
      <description>Thanks for your help.&lt;BR /&gt;Devices are harddisk driver.&lt;BR /&gt;I tried to copy using block-device.&lt;BR /&gt;It works well, but it takes so many times (1GByte/Hour) more than using character-device.&lt;BR /&gt;When I use HPUX10.20, it supported character-device(400MB/min) and block-device(1GB/Hour).&lt;BR /&gt;Please let me know, how can i use dd commnad with character device.&lt;BR /&gt;&lt;BR /&gt;kiyoung.</description>
      <pubDate>Mon, 29 Apr 2002 22:50:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dd-error/m-p/2712737#M947280</guid>
      <dc:creator>Kiyoung</dc:creator>
      <dc:date>2002-04-29T22:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: dd error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-error/m-p/2712738#M947281</link>
      <description>Do you have patch PHKL_26452 (last SCSI i/o &lt;BR /&gt;cumulative patch) installed?&lt;BR /&gt;&lt;BR /&gt;check it with swlist -l patch | grep &lt;PATCH_NAME&gt;&lt;BR /&gt;&lt;BR /&gt;This patch depends on phkl_18543 and phkl_24187&lt;BR /&gt;Hope this helps.Do not use block device with &lt;BR /&gt;dd,it'll take hours :).&lt;/PATCH_NAME&gt;</description>
      <pubDate>Tue, 30 Apr 2002 05:50:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dd-error/m-p/2712738#M947281</guid>
      <dc:creator>Zeev Schultz</dc:creator>
      <dc:date>2002-04-30T05:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: dd error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-error/m-p/2712739#M947282</link>
      <description>The command&lt;BR /&gt;&lt;BR /&gt;   cp /dev/rdsk/c3t6d0 /dev/rdsk/c3t5d0&lt;BR /&gt;&lt;BR /&gt;would accomplish the same at about the same speed as dd bs=1024k. I couldn't reproduce your error on my 11.0 with the same command, probably because my patches are more recent thatn March'01. I also often use dd to clone installed systems, because it says in the end how many blocks it has read, but this is not essential. cp will do the job just as fast.</description>
      <pubDate>Tue, 30 Apr 2002 16:10:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dd-error/m-p/2712739#M947282</guid>
      <dc:creator>Dragan Krnic_2</dc:creator>
      <dc:date>2002-04-30T16:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: dd error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-error/m-p/2712740#M947283</link>
      <description>I installed PHKL_26452 (last SCSI i/o &lt;BR /&gt;cumulative patch) and tried to copy, but same error occurs. &lt;BR /&gt;The command cp cannot copy them.&lt;BR /&gt;I need more help.&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;Kiyoung.</description>
      <pubDate>Thu, 02 May 2002 03:13:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dd-error/m-p/2712740#M947283</guid>
      <dc:creator>Kiyoung</dc:creator>
      <dc:date>2002-05-02T03:13:28Z</dc:date>
    </item>
  </channel>
</rss>

