<?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: lost+found file systm crrptn in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lost-found-file-systm-crrptn/m-p/2517892#M648450</link>
    <description>Hi!&lt;BR /&gt;Please read the following doc:&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90672/B2355-90672_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90672/00/00/45-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90672/00/00/45-toc.html&amp;amp;searchterms=lost%2bfound&amp;amp;queryid=20010417-100343" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90672/B2355-90672_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90672/00/00/45-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90672/00/00/45-toc.html&amp;amp;searchterms=lost%2bfound&amp;amp;queryid=20010417-100343&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;follow those steps&lt;BR /&gt;&lt;BR /&gt;good luck.</description>
    <pubDate>Tue, 17 Apr 2001 16:07:08 GMT</pubDate>
    <dc:creator>Pedro Sousa</dc:creator>
    <dc:date>2001-04-17T16:07:08Z</dc:date>
    <item>
      <title>lost+found file systm crrptn</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lost-found-file-systm-crrptn/m-p/2517891#M648449</link>
      <description>hi all,&lt;BR /&gt;&lt;BR /&gt;i have many files starting with # in all of rootvg file systems lost+founds.  is there any way to recover where they belong&lt;BR /&gt;&lt;BR /&gt;thx in advance&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Apr 2001 15:54:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lost-found-file-systm-crrptn/m-p/2517891#M648449</guid>
      <dc:creator>David Bellamy</dc:creator>
      <dc:date>2001-04-17T15:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: lost+found file systm crrptn</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lost-found-file-systm-crrptn/m-p/2517892#M648450</link>
      <description>Hi!&lt;BR /&gt;Please read the following doc:&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90672/B2355-90672_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90672/00/00/45-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90672/00/00/45-toc.html&amp;amp;searchterms=lost%2bfound&amp;amp;queryid=20010417-100343" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90672/B2355-90672_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90672/00/00/45-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90672/00/00/45-toc.html&amp;amp;searchterms=lost%2bfound&amp;amp;queryid=20010417-100343&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;follow those steps&lt;BR /&gt;&lt;BR /&gt;good luck.</description>
      <pubDate>Tue, 17 Apr 2001 16:07:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lost-found-file-systm-crrptn/m-p/2517892#M648450</guid>
      <dc:creator>Pedro Sousa</dc:creator>
      <dc:date>2001-04-17T16:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: lost+found file systm crrptn</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lost-found-file-systm-crrptn/m-p/2517893#M648451</link>
      <description>The Unix book we have says that the names for files placed in the lost and found represent the inodes for the files.  You have to examine the file to figure out where it goes. since it could be from anywhere.  Try the "file" command. Ascii files should be easy; open and look at it.  Other files may be more difficult.  Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Tue, 17 Apr 2001 16:11:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lost-found-file-systm-crrptn/m-p/2517893#M648451</guid>
      <dc:creator>Mark Vollmers</dc:creator>
      <dc:date>2001-04-17T16:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: lost+found file systm crrptn</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lost-found-file-systm-crrptn/m-p/2517894#M648452</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;All files placed in the lost+found directory receive names &lt;BR /&gt;#inode_number.&lt;BR /&gt;You can try to identify them just doing&lt;BR /&gt;cd lost_found&lt;BR /&gt;file *&lt;BR /&gt;this command clasify all these files.&lt;BR /&gt;Then for ascii files just look into them by for example &lt;BR /&gt;more \#number&lt;BR /&gt;For binary files you can check them by&lt;BR /&gt;strings \#number  more&lt;BR /&gt;&lt;BR /&gt;Good Luck!</description>
      <pubDate>Tue, 17 Apr 2001 16:16:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lost-found-file-systm-crrptn/m-p/2517894#M648452</guid>
      <dc:creator>Wieslaw Krajewski</dc:creator>
      <dc:date>2001-04-17T16:16:19Z</dc:date>
    </item>
  </channel>
</rss>

