<?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 root file system usage in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-usage/m-p/3742121#M256306</link>
    <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;bdf shown / usage us 200MB however du only shown 100MB.&lt;BR /&gt;&lt;BR /&gt;=&amp;gt;du -ksx /&lt;BR /&gt;101392  /&lt;BR /&gt;=&amp;gt;bdf /&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol3     256000  205941   49984   80% /&lt;BR /&gt;&lt;BR /&gt;Is there anyway I can figure which process are occupying the space?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Wed, 01 Mar 2006 16:51:32 GMT</pubDate>
    <dc:creator>Camel_1</dc:creator>
    <dc:date>2006-03-01T16:51:32Z</dc:date>
    <item>
      <title>root file system usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-usage/m-p/3742121#M256306</link>
      <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;bdf shown / usage us 200MB however du only shown 100MB.&lt;BR /&gt;&lt;BR /&gt;=&amp;gt;du -ksx /&lt;BR /&gt;101392  /&lt;BR /&gt;=&amp;gt;bdf /&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol3     256000  205941   49984   80% /&lt;BR /&gt;&lt;BR /&gt;Is there anyway I can figure which process are occupying the space?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 01 Mar 2006 16:51:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-usage/m-p/3742121#M256306</guid>
      <dc:creator>Camel_1</dc:creator>
      <dc:date>2006-03-01T16:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: root file system usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-usage/m-p/3742122#M256307</link>
      <description>you can download and use lsof which will list all open files on / but you will come up with a huge list of processes, the easy way out is to reboot the hard way is to list all open files on / or you can list them all with fuser -cu that will list all  proceses on / (still same logic apply, a huge list).</description>
      <pubDate>Wed, 01 Mar 2006 16:58:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-usage/m-p/3742122#M256307</guid>
      <dc:creator>Deoncia Grayson_1</dc:creator>
      <dc:date>2006-03-01T16:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: root file system usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-usage/m-p/3742123#M256308</link>
      <description>See this thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1005845" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1005845&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;lsof +aL1 /&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Mar 2006 16:59:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-usage/m-p/3742123#M256308</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-03-01T16:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: root file system usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-usage/m-p/3742124#M256309</link>
      <description>thanks guys.&lt;BR /&gt;&lt;BR /&gt;lsof / and fuser return a huge list, it is hard to locate the problem.&lt;BR /&gt;&lt;BR /&gt;And lsof -aL1 / return nothing.&lt;BR /&gt;&lt;BR /&gt;Any other contribution please.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Mar 2006 17:07:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-usage/m-p/3742124#M256309</guid>
      <dc:creator>Camel_1</dc:creator>
      <dc:date>2006-03-01T17:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: root file system usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-usage/m-p/3742125#M256310</link>
      <description>&amp;gt;&amp;gt;&amp;gt;And lsof -aL1 / return nothing. Any other contribution please.&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;The command for locating that process is...&lt;BR /&gt;&lt;BR /&gt;# lsof +aL1 / &lt;BR /&gt;&lt;BR /&gt;...NOTE it's a plus "+" not minus "-" for the token specifier.&lt;BR /&gt;&lt;BR /&gt;cheers!</description>
      <pubDate>Wed, 01 Mar 2006 17:37:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-usage/m-p/3742125#M256310</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2006-03-01T17:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: root file system usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-usage/m-p/3742126#M256311</link>
      <description>Did you have a filesystem previously unmounted, which sits under /?  If the filesystem was unmounted, and stuuf was written there, then you mount said filesystem, you will have used space in /, but will not be able to see it at all.&lt;BR /&gt;&lt;BR /&gt;Hope it helps&lt;BR /&gt;&lt;BR /&gt;John</description>
      <pubDate>Wed, 01 Mar 2006 17:57:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-usage/m-p/3742126#M256311</guid>
      <dc:creator>John Payne_2</dc:creator>
      <dc:date>2006-03-01T17:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: root file system usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-usage/m-p/3742127#M256312</link>
      <description>use lsof command to check / direcory</description>
      <pubDate>Wed, 01 Mar 2006 20:49:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-file-system-usage/m-p/3742127#M256312</guid>
      <dc:creator>rayche</dc:creator>
      <dc:date>2006-03-01T20:49:40Z</dc:date>
    </item>
  </channel>
</rss>

