<?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: Cycles in lost+found in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cycles-in-lost-found/m-p/2968515#M927720</link>
    <description>Have you tried cd into it, then find . -exec rm \{}; ?&lt;BR /&gt;</description>
    <pubDate>Sat, 10 May 2003 01:30:56 GMT</pubDate>
    <dc:creator>Decio Miname</dc:creator>
    <dc:date>2003-05-10T01:30:56Z</dc:date>
    <item>
      <title>Cycles in lost+found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cycles-in-lost-found/m-p/2968509#M927714</link>
      <description>After fscking one of our Apollo workstation (running HPUX B.10.20 with HFS) I found a cycle in lost+found. It also contains two non-empty directories (according to rm -r) but when I execute "ls -ali" in these directories I don't see anything but . and ..&lt;BR /&gt;&lt;BR /&gt;Is there a way to clean this?</description>
      <pubDate>Thu, 08 May 2003 13:29:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cycles-in-lost-found/m-p/2968509#M927714</guid>
      <dc:creator>Eric Swalens</dc:creator>
      <dc:date>2003-05-08T13:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Cycles in lost+found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cycles-in-lost-found/m-p/2968510#M927715</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;Run "rm -rf".&lt;BR /&gt;&lt;BR /&gt;regards</description>
      <pubDate>Thu, 08 May 2003 13:51:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cycles-in-lost-found/m-p/2968510#M927715</guid>
      <dc:creator>LucianoCarvalho</dc:creator>
      <dc:date>2003-05-08T13:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Cycles in lost+found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cycles-in-lost-found/m-p/2968511#M927716</link>
      <description>I think that the "cycle" you mention is caused by the fact that the names are probably starting with a "#" character and "#" is the comment character, so anything you type after it (and the "#" itself) is ignored.&lt;BR /&gt;&lt;BR /&gt;This problem can be worked-around by putting a backslash ("\") in fron of every "#", i.e. for example:&lt;BR /&gt;&lt;BR /&gt;cd \#123456&lt;BR /&gt;ls&lt;BR /&gt;rm \#234567&lt;BR /&gt;....&lt;BR /&gt;cd ..&lt;BR /&gt;rmdir \#123456&lt;BR /&gt;&lt;BR /&gt;Please let us know whether or not this was indeed your problem and whether or not it is now solved.</description>
      <pubDate>Fri, 09 May 2003 10:09:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cycles-in-lost-found/m-p/2968511#M927716</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2003-05-09T10:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Cycles in lost+found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cycles-in-lost-found/m-p/2968512#M927717</link>
      <description>I protected the # using double quotes, same result with \.&lt;BR /&gt;&lt;BR /&gt;Here is the lost+found content (lost+found has inode number 3)&lt;BR /&gt;&lt;BR /&gt;- lost+found contains 3 directories who's inode numbers are 116749, 223236 and 223238.&lt;BR /&gt;&lt;BR /&gt;- when I "ls -ali \#116749" or 223236, I see . and .. but "rm -rf \#116749" fails with error "Directory not empy".&lt;BR /&gt;&lt;BR /&gt;- 223238 contains three directories: the first one has inode 116749, the second one 223238 (the cycle) and the last one 223241.&lt;BR /&gt;&lt;BR /&gt;- 223241 contains one directory: the one that has inode 116749.&lt;BR /&gt;&lt;BR /&gt;I re-run fsck but it does not find any inconsistencies...</description>
      <pubDate>Fri, 09 May 2003 10:51:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cycles-in-lost-found/m-p/2968512#M927717</guid>
      <dc:creator>Eric Swalens</dc:creator>
      <dc:date>2003-05-09T10:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cycles in lost+found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cycles-in-lost-found/m-p/2968513#M927718</link>
      <description>If the directories are really corrupt, you can often fix things with unlink(1M) ("man 1m unlink), clri(1M) (only for HFS filesystems) and a subsequent fsck(1M).&lt;BR /&gt;&lt;BR /&gt;When using these tools, make sure that you undersand *exactly* what the problem and the fix is. If not, leave things as they are, especially since fsck does not complain at the moment and the directories probably only take very little space.</description>
      <pubDate>Fri, 09 May 2003 11:03:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cycles-in-lost-found/m-p/2968513#M927718</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2003-05-09T11:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Cycles in lost+found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cycles-in-lost-found/m-p/2968514#M927719</link>
      <description>I was not aware that unlink() was implemented in a tool. I'll backup the partition and give it a try.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.</description>
      <pubDate>Fri, 09 May 2003 11:27:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cycles-in-lost-found/m-p/2968514#M927719</guid>
      <dc:creator>Eric Swalens</dc:creator>
      <dc:date>2003-05-09T11:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cycles in lost+found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cycles-in-lost-found/m-p/2968515#M927720</link>
      <description>Have you tried cd into it, then find . -exec rm \{}; ?&lt;BR /&gt;</description>
      <pubDate>Sat, 10 May 2003 01:30:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cycles-in-lost-found/m-p/2968515#M927720</guid>
      <dc:creator>Decio Miname</dc:creator>
      <dc:date>2003-05-10T01:30:56Z</dc:date>
    </item>
  </channel>
</rss>

