<?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: tar ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/4544612#M369822</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt; fsf       Forward space count files.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 29 Dec 2009 11:40:09 GMT</pubDate>
    <dc:creator>rariasn</dc:creator>
    <dc:date>2009-12-29T11:40:09Z</dc:date>
    <item>
      <title>tar ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/4544605#M369815</link>
      <description># tar -tvf /dev/rmt/0m&lt;BR /&gt;Tar: blocksize = 2&lt;BR /&gt;directory checksum error&lt;BR /&gt;&lt;BR /&gt;thanks.</description>
      <pubDate>Fri, 04 Dec 2009 16:58:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/4544605#M369815</guid>
      <dc:creator>fizan</dc:creator>
      <dc:date>2009-12-04T16:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: tar ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/4544606#M369816</link>
      <description>Try rewinding first:&lt;BR /&gt;&lt;BR /&gt;mt -f /dev/rmt/0m rew&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 04 Dec 2009 17:04:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/4544606#M369816</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2009-12-04T17:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: tar ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/4544607#M369817</link>
      <description>Some possibilities:&lt;BR /&gt;&lt;BR /&gt;it may not be positioned at the beginning of the tar file on tape.&lt;BR /&gt;&lt;BR /&gt;Are you sure it is a tar file?&lt;BR /&gt;&lt;BR /&gt;If it was created on some other system, its possible that it was written w/ GNU version and the "compress/zip" option was set. If that's the case, recreate the tape w/o that flag (althought it may be possible to use dd and gzip to read the tape get that sent to tar...I've not tried that though)</description>
      <pubDate>Fri, 04 Dec 2009 17:30:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/4544607#M369817</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2009-12-04T17:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: tar ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/4544608#M369818</link>
      <description>Hi fizan,&lt;BR /&gt;&lt;BR /&gt;Check the following thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1260091792986+28353475&amp;amp;threadId=833785" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1260091792986+28353475&amp;amp;threadId=833785&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds-Kranti</description>
      <pubDate>Sun, 06 Dec 2009 09:30:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/4544608#M369818</guid>
      <dc:creator>Kranti Mahmud</dc:creator>
      <dc:date>2009-12-06T09:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: tar ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/4544609#M369819</link>
      <description>Is this an IGNITE tape? Made on HP9000 or Integrity?</description>
      <pubDate>Mon, 07 Dec 2009 06:07:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/4544609#M369819</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2009-12-07T06:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: tar ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/4544610#M369820</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;If you are trying to restore a file from an Ignite recovery tape, then you need to skip the boot image at the tape's beginning:&lt;BR /&gt;&lt;BR /&gt;For recovery tapes made on PA-RISC servers:&lt;BR /&gt;&lt;BR /&gt;# mt -f /dev/rmt/0mn rew&lt;BR /&gt;# mt -f /dev/rmt/0mn fsf 1&lt;BR /&gt;# tar -xvf /dev/rmt/0mn ...&lt;BR /&gt;&lt;BR /&gt;For recovery tapes made on Itanium servers: &lt;BR /&gt;&lt;BR /&gt;# mt -f /dev/rmt/0mn rew&lt;BR /&gt;# mt -f /dev/rmt/0mn fsf 22&lt;BR /&gt;# tar -xvf /dev/rmt/0mn ...&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 07 Dec 2009 15:16:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/4544610#M369820</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-12-07T15:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: tar ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/4544611#M369821</link>
      <description>"# mt -f /dev/rmt/0mn rew&lt;BR /&gt; # mt -f /dev/rmt/0mn fsf 1" - What is this for?&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Dec 2009 11:38:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/4544611#M369821</guid>
      <dc:creator>kunjuttan</dc:creator>
      <dc:date>2009-12-29T11:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: tar ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/4544612#M369822</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt; fsf       Forward space count files.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Dec 2009 11:40:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/4544612#M369822</guid>
      <dc:creator>rariasn</dc:creator>
      <dc:date>2009-12-29T11:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: tar ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/4544613#M369823</link>
      <description>what it means and why they are using?</description>
      <pubDate>Tue, 29 Dec 2009 11:58:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/4544613#M369823</guid>
      <dc:creator>kunjuttan</dc:creator>
      <dc:date>2009-12-29T11:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: tar ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/4544614#M369824</link>
      <description>They are two magnetic tape (mt) commands used to position an Ignite tape in order to be able to restore from it.  &lt;BR /&gt;&lt;BR /&gt;The first command (mt rew) rewinds the tape so you know you are at the beginning.  The second command (mt fsf) Forward Spaces File(s) in order to skip over the boot header information on an Ignite tape so that you can restore individual files from it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 29 Dec 2009 12:07:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar/m-p/4544614#M369824</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2009-12-29T12:07:49Z</dc:date>
    </item>
  </channel>
</rss>

