<?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: confusion about disk space - where's my 5GB? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/confusion-about-disk-space-where-s-my-5gb/m-p/3900301#M25995</link>
    <description>Yeah, /u01 is mounted, that's why I can see the content under.&lt;BR /&gt;Thanks!</description>
    <pubDate>Fri, 17 Nov 2006 15:30:02 GMT</pubDate>
    <dc:creator>yyghp</dc:creator>
    <dc:date>2006-11-17T15:30:02Z</dc:date>
    <item>
      <title>confusion about disk space - where's my 5GB?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/confusion-about-disk-space-where-s-my-5gb/m-p/3900299#M25993</link>
      <description>I noticed there were a same disk space issue on three of our oracle 10g servers, running Red Hat Enterprise Linux 3.&lt;BR /&gt;When I use "df -h", I could see:&lt;BR /&gt;# df -h&lt;BR /&gt;Filesystem            Size  Used Avail Use% Mounted on&lt;BR /&gt;...&lt;BR /&gt;/dev/vg00/lv06        9.7G  8.2G  1.1G  90% /u01&lt;BR /&gt;&lt;BR /&gt;Which showed /u01 had used 8.2GB.&lt;BR /&gt;&lt;BR /&gt;While I checked with "du -ks":&lt;BR /&gt;# du -ks /u01&lt;BR /&gt;3139912 /u01&lt;BR /&gt;# du -hs /u01&lt;BR /&gt;2.9G    /u01&lt;BR /&gt;&lt;BR /&gt;( /u01 is an Oracle directory )&lt;BR /&gt;# du -hs /u01/app/oracle&lt;BR /&gt;2.9G    /u01/app/oracle&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It showed only 3GB!&lt;BR /&gt;Why? Where's the other 5GB?&lt;BR /&gt;Thanks!</description>
      <pubDate>Fri, 17 Nov 2006 12:05:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/confusion-about-disk-space-where-s-my-5gb/m-p/3900299#M25993</guid>
      <dc:creator>yyghp</dc:creator>
      <dc:date>2006-11-17T12:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: confusion about disk space - where's my 5GB?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/confusion-about-disk-space-where-s-my-5gb/m-p/3900300#M25994</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;have you checked with&lt;BR /&gt;&lt;BR /&gt;"fdisk -l" ?&lt;BR /&gt;Is this disk "mounted"?</description>
      <pubDate>Fri, 17 Nov 2006 14:29:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/confusion-about-disk-space-where-s-my-5gb/m-p/3900300#M25994</guid>
      <dc:creator>Alpha977</dc:creator>
      <dc:date>2006-11-17T14:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: confusion about disk space - where's my 5GB?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/confusion-about-disk-space-where-s-my-5gb/m-p/3900301#M25995</link>
      <description>Yeah, /u01 is mounted, that's why I can see the content under.&lt;BR /&gt;Thanks!</description>
      <pubDate>Fri, 17 Nov 2006 15:30:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/confusion-about-disk-space-where-s-my-5gb/m-p/3900301#M25995</guid>
      <dc:creator>yyghp</dc:creator>
      <dc:date>2006-11-17T15:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: confusion about disk space - where's my 5GB?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/confusion-about-disk-space-where-s-my-5gb/m-p/3900302#M25996</link>
      <description>Usually a discrepancy between df and du is caused by some files having been deleted while a process is still holding them open. Until the process either exits or explicitly closes the file the space won't be freed, but the links in the filesystem are gone so you can't see or measure it.&lt;BR /&gt;&lt;BR /&gt;lsof might help find open-but-unlinked files.</description>
      <pubDate>Fri, 17 Nov 2006 18:05:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/confusion-about-disk-space-where-s-my-5gb/m-p/3900302#M25996</guid>
      <dc:creator>Heironimus</dc:creator>
      <dc:date>2006-11-17T18:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: confusion about disk space - where's my 5GB?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/confusion-about-disk-space-where-s-my-5gb/m-p/3900303#M25997</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Generally when this happens there is a process with a file handle on a file you deleted as sysadmin.&lt;BR /&gt;&lt;BR /&gt;Kill the process and the space is recognized.&lt;BR /&gt;&lt;BR /&gt;The different utils have been known to give inconsistent answers and normally a system boot clears this up.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sat, 18 Nov 2006 13:24:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/confusion-about-disk-space-where-s-my-5gb/m-p/3900303#M25997</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-11-18T13:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: confusion about disk space - where's my 5GB?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/confusion-about-disk-space-where-s-my-5gb/m-p/3900304#M25998</link>
      <description>Thanks!&lt;BR /&gt;Yes, the space was released after restart the oracle services.&lt;BR /&gt;Points added!</description>
      <pubDate>Sun, 19 Nov 2006 10:29:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/confusion-about-disk-space-where-s-my-5gb/m-p/3900304#M25998</guid>
      <dc:creator>yyghp</dc:creator>
      <dc:date>2006-11-19T10:29:24Z</dc:date>
    </item>
  </channel>
</rss>

