<?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 problem !!! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-problem/m-p/4958194#M788705</link>
    <description>I need of any example ....</description>
    <pubDate>Wed, 08 Feb 2006 08:30:01 GMT</pubDate>
    <dc:creator>gigiz</dc:creator>
    <dc:date>2006-02-08T08:30:01Z</dc:date>
    <item>
      <title>dd problem !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-problem/m-p/4958191#M788702</link>
      <description>Hi Guys,&lt;BR /&gt;i need of your help.&lt;BR /&gt;I backupped a file system of 3 Gb by ufsdump on  a tape of 12 Gb.Then i want to copy by "dd" command, this tape backup on the file system but  this command extract a backup of 12 Gb and not a real size of 3Gb. DD read the entire capacity of tape.&lt;BR /&gt;I need to solve this problem ....&lt;BR /&gt;Thanks a lot ....</description>
      <pubDate>Wed, 08 Feb 2006 06:49:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dd-problem/m-p/4958191#M788702</guid>
      <dc:creator>gigiz</dc:creator>
      <dc:date>2006-02-08T06:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: dd problem !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-problem/m-p/4958192#M788703</link>
      <description>&lt;BR /&gt;dd sounds like too simple a tool for thsi purpose.&lt;BR /&gt;There are specific tape management tools for this job. Just google around for some, or hope someone else offers a specific recommendation.&lt;BR /&gt;&lt;BR /&gt;Having said that, why not simply restore the tape to an alternative mountput and take it from there?&lt;BR /&gt;&lt;BR /&gt;Just a thought,&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Feb 2006 07:03:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dd-problem/m-p/4958192#M788703</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2006-02-08T07:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: dd problem !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-problem/m-p/4958193#M788704</link>
      <description>Hi,&lt;BR /&gt;if you are certain of how big your input file is, can you use the count=n option with dd ?</description>
      <pubDate>Wed, 08 Feb 2006 07:58:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dd-problem/m-p/4958193#M788704</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-02-08T07:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: dd problem !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-problem/m-p/4958194#M788705</link>
      <description>I need of any example ....</description>
      <pubDate>Wed, 08 Feb 2006 08:30:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dd-problem/m-p/4958194#M788705</guid>
      <dc:creator>gigiz</dc:creator>
      <dc:date>2006-02-08T08:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: dd problem !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-problem/m-p/4958195#M788706</link>
      <description>Hi,&lt;BR /&gt;ll a&lt;BR /&gt;-rw-r--r--  40960 Feb  8 13:34 a&lt;BR /&gt;# Full copy of file a&lt;BR /&gt;dd if=a of=b&lt;BR /&gt;ll b&lt;BR /&gt;-rw-r--r--  40960 Feb  8 13:34 b&lt;BR /&gt;# Partial copy/restore &lt;BR /&gt;dd count=2 if=b of=c&lt;BR /&gt;ll c&lt;BR /&gt;-rw-r--r--  1024 Feb  8 13:34 c&lt;BR /&gt;&lt;BR /&gt;My blocksize was 512 bytes&lt;BR /&gt;&lt;BR /&gt;So if you only want the first 3Gb of the tape declare your blocksize and ajust the count accordingly (with a bit extra)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Feb 2006 08:38:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dd-problem/m-p/4958195#M788706</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-02-08T08:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: dd problem !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-problem/m-p/4958196#M788707</link>
      <description>But how can know the exactly size of my backupfile and the exactly position on the tape ?</description>
      <pubDate>Wed, 08 Feb 2006 09:32:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dd-problem/m-p/4958196#M788707</guid>
      <dc:creator>gigiz</dc:creator>
      <dc:date>2006-02-08T09:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: dd problem !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-problem/m-p/4958197#M788708</link>
      <description>Hi,&lt;BR /&gt;I assumed you had used a new tape.&lt;BR /&gt;The size of your required input is at least 3Gb which was the original data backed up.&lt;BR /&gt;So if your blocksize is 1Mb, the count may be somethinng like 3500.</description>
      <pubDate>Wed, 08 Feb 2006 09:38:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dd-problem/m-p/4958197#M788708</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-02-08T09:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: dd problem !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-problem/m-p/4958198#M788709</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you have used ufsdump to back-up this filesytem to tape, why not use ufsrestore to copy this back-up to an other filesystem?&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Wed, 08 Feb 2006 09:42:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dd-problem/m-p/4958198#M788709</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2006-02-08T09:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: dd problem !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-problem/m-p/4958199#M788710</link>
      <description>ufsdump create a backup in a single file . I use dd because i want copy that file and not extract all structure whith ufsrestore.&lt;BR /&gt;I need a command to know the exactly size of backup file on the tape !!!</description>
      <pubDate>Wed, 08 Feb 2006 10:00:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dd-problem/m-p/4958199#M788710</guid>
      <dc:creator>gigiz</dc:creator>
      <dc:date>2006-02-08T10:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: dd problem !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-problem/m-p/4958200#M788711</link>
      <description>Do you still have access to the original data?&lt;BR /&gt;&lt;BR /&gt;If so, you could run ufsdump -vS &lt;FILES_TO_DUMP&gt; to see what the approximate size would be and then just go a little beyond that.&lt;BR /&gt;&lt;BR /&gt;&lt;/FILES_TO_DUMP&gt;</description>
      <pubDate>Wed, 08 Feb 2006 10:23:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dd-problem/m-p/4958200#M788711</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2006-02-08T10:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: dd problem !!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dd-problem/m-p/4958201#M788712</link>
      <description>k</description>
      <pubDate>Wed, 08 Feb 2006 11:40:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dd-problem/m-p/4958201#M788712</guid>
      <dc:creator>gigiz</dc:creator>
      <dc:date>2006-02-08T11:40:44Z</dc:date>
    </item>
  </channel>
</rss>

