<?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 command in single user mode in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-command-in-single-user-mode/m-p/2652525#M46401</link>
    <description>I do this every weekend as part of my cron'ed lifeboat creation. &lt;BR /&gt;&lt;BR /&gt;My values are:&lt;BR /&gt;dd if=/dev/rdsk/c1t15d0 of=/dev/rdsk/c3t15d0 bs=8000k&lt;BR /&gt;&lt;BR /&gt;I do assume that you have checked the device nodes and that /dev/rdsk/cXtydZ actually do refer to raw disk devices. Just because the have the names correct does not mean that the major/minor device numbers are correct. That's all the box cares about.&lt;BR /&gt;&lt;BR /&gt;Also, for this to work well, the drives must be identical. Don't worry if dd can't read a full 8000k on the last block. It will read as much as it can and write that.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards, Clay&lt;BR /&gt; &lt;BR /&gt;</description>
    <pubDate>Fri, 25 Jan 2002 00:30:54 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2002-01-25T00:30:54Z</dc:date>
    <item>
      <title>dd command in single user mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-command-in-single-user-mode/m-p/2652521#M46397</link>
      <description>we're trying to make a duplicate of a disk drive in single user mode.  The command is &lt;BR /&gt;dd if=/dev/rdsk/c1t15d0 of=/dev/rdsk/c3t15d0 bs=64&lt;BR /&gt;the &amp;gt; prompt returns and we can't exit.  Any ideas?  Thanks.</description>
      <pubDate>Thu, 24 Jan 2002 21:25:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dd-command-in-single-user-mode/m-p/2652521#M46397</guid>
      <dc:creator>JEAN TAYLOR</dc:creator>
      <dc:date>2002-01-24T21:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: dd command in single user mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-command-in-single-user-mode/m-p/2652522#M46398</link>
      <description>this is an A400 server running hp-ux 11.0</description>
      <pubDate>Thu, 24 Jan 2002 21:26:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dd-command-in-single-user-mode/m-p/2652522#M46398</guid>
      <dc:creator>JEAN TAYLOR</dc:creator>
      <dc:date>2002-01-24T21:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: dd command in single user mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-command-in-single-user-mode/m-p/2652523#M46399</link>
      <description>Not sure why you are getting "&amp;gt;" (continuation prompt), but the "bs=" option according to the man page, says it should be a multiple of the sector size of the disks you are copying.&lt;BR /&gt;&lt;BR /&gt;So bs=64 means you are requesting 64 byte copies. Most drives are 512 or 1024 byte sectors.&lt;BR /&gt;&lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Thu, 24 Jan 2002 21:33:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dd-command-in-single-user-mode/m-p/2652523#M46399</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2002-01-24T21:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: dd command in single user mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-command-in-single-user-mode/m-p/2652524#M46400</link>
      <description>You'd probably have to mount /usr/lib and possibly some others, as this is a dynamically linked program.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Thu, 24 Jan 2002 21:33:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dd-command-in-single-user-mode/m-p/2652524#M46400</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-01-24T21:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: dd command in single user mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-command-in-single-user-mode/m-p/2652525#M46401</link>
      <description>I do this every weekend as part of my cron'ed lifeboat creation. &lt;BR /&gt;&lt;BR /&gt;My values are:&lt;BR /&gt;dd if=/dev/rdsk/c1t15d0 of=/dev/rdsk/c3t15d0 bs=8000k&lt;BR /&gt;&lt;BR /&gt;I do assume that you have checked the device nodes and that /dev/rdsk/cXtydZ actually do refer to raw disk devices. Just because the have the names correct does not mean that the major/minor device numbers are correct. That's all the box cares about.&lt;BR /&gt;&lt;BR /&gt;Also, for this to work well, the drives must be identical. Don't worry if dd can't read a full 8000k on the last block. It will read as much as it can and write that.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards, Clay&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Fri, 25 Jan 2002 00:30:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dd-command-in-single-user-mode/m-p/2652525#M46401</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-01-25T00:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: dd command in single user mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-command-in-single-user-mode/m-p/2652526#M46402</link>
      <description>The "&amp;gt;" continuation prompt is often caused by a typing error such as a single (') or double (") quote without a closing quote.&lt;BR /&gt;&lt;BR /&gt;Anyway, when that happens, CTRL+C will probably abort the command and give you a prompt.&lt;BR /&gt;&lt;BR /&gt;As others have stated, the bs= parameter is in bytes, i.e. 64 is way too small. 64k (64 Kilo Bytes) would be more logical.</description>
      <pubDate>Mon, 28 Jan 2002 14:28:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dd-command-in-single-user-mode/m-p/2652526#M46402</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2002-01-28T14:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: dd command in single user mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-command-in-single-user-mode/m-p/2652527#M46403</link>
      <description>Thanks for all of the replies.  I think we had problems with TERM settings.  We started over and it's working great.  We do have identical disk drives and we're going to experiment with bs.  Thanks again.  Jean</description>
      <pubDate>Mon, 28 Jan 2002 15:05:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dd-command-in-single-user-mode/m-p/2652527#M46403</guid>
      <dc:creator>JEAN TAYLOR</dc:creator>
      <dc:date>2002-01-28T15:05:23Z</dc:date>
    </item>
  </channel>
</rss>

