<?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 syntax ? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/dd-syntax/m-p/3684143#M20854</link>
    <description>dd if=/dev/hda of=/dev/hdb bs=20M means,&lt;BR /&gt;&lt;BR /&gt;/dev/hda is used as source point of file name which gives data&lt;BR /&gt;&lt;BR /&gt;/dev/hdb is used as destination pointe of the file name which gets data&lt;BR /&gt;&lt;BR /&gt;bs means block size. Used to control speed of data that is going to be transfered from source to destination. &lt;BR /&gt;&lt;BR /&gt;20M means -&amp;gt; Data transaction rate is with 1024 * 1024 Bytes. &lt;BR /&gt;&lt;BR /&gt;20MB means -&amp;gt; Data trasaction rate is with 1000 * 1000 Bytes.&lt;BR /&gt;&lt;BR /&gt;Refer dd man page for more details.&lt;BR /&gt;&lt;BR /&gt;hth.</description>
    <pubDate>Mon, 05 Dec 2005 03:17:10 GMT</pubDate>
    <dc:creator>Muthukumar_5</dc:creator>
    <dc:date>2005-12-05T03:17:10Z</dc:date>
    <item>
      <title>dd syntax ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dd-syntax/m-p/3684139#M20850</link>
      <description>Hello Gurus&lt;BR /&gt;&lt;BR /&gt;I have read in diffrent posts that dd can be use to make a clone.&lt;BR /&gt;the souce machine have the following partitions&lt;BR /&gt;/dev/hda1 = /boot&lt;BR /&gt;/dev/hda2 = /usr&lt;BR /&gt;/dev/hda3 = /var&lt;BR /&gt;/dev/hda5 = /&lt;BR /&gt;/dev/hda6 = /home&lt;BR /&gt;Now i have attached the target/destination machine's hard drive to the source as hdb (primary slave)&lt;BR /&gt;what is the right syntax of dd to use so that hdb will be prepare as hda&lt;BR /&gt;&lt;BR /&gt;Thanks n Regards&lt;BR /&gt;Regards&lt;BR /&gt;Maaz&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 04 Dec 2005 05:54:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dd-syntax/m-p/3684139#M20850</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2005-12-04T05:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: dd syntax ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dd-syntax/m-p/3684140#M20851</link>
      <description>Hi,&lt;BR /&gt;hda and hdb disk need to have the same size, geometry ..&lt;BR /&gt;&lt;BR /&gt;if you want to clone entire disk you should boot from CD/DVD/NET/FLOPPY and use dd syntax:&lt;BR /&gt;dd if=/dev/hda of=/dev/hdb bs=20M</description>
      <pubDate>Sun, 04 Dec 2005 11:55:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dd-syntax/m-p/3684140#M20851</guid>
      <dc:creator>Slawomir Gora</dc:creator>
      <dc:date>2005-12-04T11:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: dd syntax ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dd-syntax/m-p/3684141#M20852</link>
      <description>Millions of Thanks Dear Slawomir Gora&lt;BR /&gt;if u can plz explain why "bs=20M"&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Mon, 05 Dec 2005 00:20:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dd-syntax/m-p/3684141#M20852</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2005-12-05T00:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: dd syntax ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dd-syntax/m-p/3684142#M20853</link>
      <description>speed reasons...</description>
      <pubDate>Mon, 05 Dec 2005 03:02:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dd-syntax/m-p/3684142#M20853</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2005-12-05T03:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: dd syntax ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dd-syntax/m-p/3684143#M20854</link>
      <description>dd if=/dev/hda of=/dev/hdb bs=20M means,&lt;BR /&gt;&lt;BR /&gt;/dev/hda is used as source point of file name which gives data&lt;BR /&gt;&lt;BR /&gt;/dev/hdb is used as destination pointe of the file name which gets data&lt;BR /&gt;&lt;BR /&gt;bs means block size. Used to control speed of data that is going to be transfered from source to destination. &lt;BR /&gt;&lt;BR /&gt;20M means -&amp;gt; Data transaction rate is with 1024 * 1024 Bytes. &lt;BR /&gt;&lt;BR /&gt;20MB means -&amp;gt; Data trasaction rate is with 1000 * 1000 Bytes.&lt;BR /&gt;&lt;BR /&gt;Refer dd man page for more details.&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Mon, 05 Dec 2005 03:17:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dd-syntax/m-p/3684143#M20854</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-12-05T03:17:10Z</dc:date>
    </item>
  </channel>
</rss>

