<?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: Cpio won't restore in a certain directory. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cpio-won-t-restore-in-a-certain-directory/m-p/4930271#M809322</link>
    <description>There is one more thing that could do you in. Consider the case where you are cpio'ing from a file /hmnt/my.cpio that is itself restoring /hmnt/my.cpio, the cpio image could overwrite itself. It would be a good idea to also&lt;BR /&gt;cpio -i[c]vt &amp;lt; my.cpio and post that listing.</description>
    <pubDate>Thu, 29 Sep 2005 17:11:50 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2005-09-29T17:11:50Z</dc:date>
    <item>
      <title>Cpio won't restore in a certain directory.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpio-won-t-restore-in-a-certain-directory/m-p/4930265#M809316</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;This is not a critical thing but an interesting thing I came across&lt;BR /&gt;&lt;BR /&gt;Has anyone ever had a case where cpio would not restore files in a certain mounted directory&lt;BR /&gt;&lt;BR /&gt;I am going through the process of replacing a few disk drives and found that when I create a directory /hmnt and mount a file system on it I can not do a cpio recover. I don't know why.  I can mount the same file system on another mount point, a directory I created in /tmp the same way I created /hmnt (with the mkdir command) and cpio has no problem with it.  I can touch or create files no problem from the command line.  Cpio just sits there longer almost like its waiting on something.&lt;BR /&gt;&lt;BR /&gt;Any ideas or answers?&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Sep 2005 13:49:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpio-won-t-restore-in-a-certain-directory/m-p/4930265#M809316</guid>
      <dc:creator>Howard Marshall</dc:creator>
      <dc:date>2005-09-29T13:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Cpio won't restore in a certain directory.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpio-won-t-restore-in-a-certain-directory/m-p/4930266#M809317</link>
      <description>Is this local filesystem or an NFS filesystem? The first thing I would do is umount the filesystem and do an ls -l mountpoint to see the mode of the underlying mountpoint directory. I'm betting they are very restrictive. When you run cpio, are you running as the same user as when you excute the other commands you mention?</description>
      <pubDate>Thu, 29 Sep 2005 13:57:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpio-won-t-restore-in-a-certain-directory/m-p/4930266#M809317</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-09-29T13:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Cpio won't restore in a certain directory.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpio-won-t-restore-in-a-certain-directory/m-p/4930267#M809318</link>
      <description>Both directories that I used as mount points are 777 and I am root when I run the commands.&lt;BR /&gt;&lt;BR /&gt;The only difference I can see in them is one is in the root directory and one is in /tmp&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Sep 2005 14:13:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpio-won-t-restore-in-a-certain-directory/m-p/4930267#M809318</guid>
      <dc:creator>Howard Marshall</dc:creator>
      <dc:date>2005-09-29T14:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Cpio won't restore in a certain directory.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpio-won-t-restore-in-a-certain-directory/m-p/4930268#M809319</link>
      <description>Do you have root access on the NFS mounted folder?&lt;BR /&gt; &lt;BR /&gt;Without it root is restricted on the remote system.&lt;BR /&gt; &lt;BR /&gt;HTH&lt;BR /&gt; &lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Thu, 29 Sep 2005 16:10:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpio-won-t-restore-in-a-certain-directory/m-p/4930268#M809319</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2005-09-29T16:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Cpio won't restore in a certain directory.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpio-won-t-restore-in-a-certain-directory/m-p/4930269#M809320</link>
      <description>its all local file systems.</description>
      <pubDate>Thu, 29 Sep 2005 16:45:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpio-won-t-restore-in-a-certain-directory/m-p/4930269#M809320</guid>
      <dc:creator>Howard Marshall</dc:creator>
      <dc:date>2005-09-29T16:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Cpio won't restore in a certain directory.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpio-won-t-restore-in-a-certain-directory/m-p/4930270#M809321</link>
      <description>Okay, humor me and do a few things and post the results:&lt;BR /&gt;&lt;BR /&gt;umount the filesystem.&lt;BR /&gt;&lt;BR /&gt;ls -l /&lt;BR /&gt;and then ls -l /tmp (if that is where the "good" mount is working)&lt;BR /&gt;&lt;BR /&gt;Now mount the filesystem on /hmnt and do an ls -la /hmnt&lt;BR /&gt;&lt;BR /&gt;bdf&lt;BR /&gt;&lt;BR /&gt;df -kt&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Sep 2005 17:06:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpio-won-t-restore-in-a-certain-directory/m-p/4930270#M809321</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-09-29T17:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Cpio won't restore in a certain directory.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpio-won-t-restore-in-a-certain-directory/m-p/4930271#M809322</link>
      <description>There is one more thing that could do you in. Consider the case where you are cpio'ing from a file /hmnt/my.cpio that is itself restoring /hmnt/my.cpio, the cpio image could overwrite itself. It would be a good idea to also&lt;BR /&gt;cpio -i[c]vt &amp;lt; my.cpio and post that listing.</description>
      <pubDate>Thu, 29 Sep 2005 17:11:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpio-won-t-restore-in-a-certain-directory/m-p/4930271#M809322</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-09-29T17:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Cpio won't restore in a certain directory.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpio-won-t-restore-in-a-certain-directory/m-p/4930272#M809323</link>
      <description>I don't seem to have time to mess with this right now but when I get time, if the problem still exists I will bring it back up.&lt;BR /&gt;&lt;BR /&gt;for now though I am closing the thread&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;H</description>
      <pubDate>Thu, 06 Oct 2005 14:47:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpio-won-t-restore-in-a-certain-directory/m-p/4930272#M809323</guid>
      <dc:creator>Howard Marshall</dc:creator>
      <dc:date>2005-10-06T14:47:54Z</dc:date>
    </item>
  </channel>
</rss>

