<?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: used is only 16GB , but it is not showing 1 gb free in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/used-is-only-16gb-but-it-is-not-showing-1-gb-free/m-p/4697430#M42335</link>
    <description>This is the wrong forum for Linux questions, I'll ask the moderators to move it.&lt;BR /&gt;&lt;BR /&gt;Typically this happens when a file removed while it is still open.  Once the process exits, the space will be returned to the free space.</description>
    <pubDate>Sun, 10 Oct 2010 10:55:29 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2010-10-10T10:55:29Z</dc:date>
    <item>
      <title>used is only 16GB , but it is not showing 1 gb free</title>
      <link>https://community.hpe.com/t5/operating-system-linux/used-is-only-16gb-but-it-is-not-showing-1-gb-free/m-p/4697429#M42334</link>
      <description>Hello Linux Gurus,&lt;BR /&gt;&lt;BR /&gt;Here I'm facing a issue with free disk and actual disk used&lt;BR /&gt;Below is the df -h /db output.&lt;BR /&gt;OS SLES 10.2&lt;BR /&gt;&lt;BR /&gt;/dev/mapper/vg01-lvol1&lt;BR /&gt;                       17G   16G   93M 100% /db &lt;BR /&gt;&lt;BR /&gt;Why it's showing 100%  used while only 16Gb is the used.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;</description>
      <pubDate>Sun, 10 Oct 2010 06:20:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/used-is-only-16gb-but-it-is-not-showing-1-gb-free/m-p/4697429#M42334</guid>
      <dc:creator>Sachin Jadhav</dc:creator>
      <dc:date>2010-10-10T06:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: used is only 16GB , but it is not showing 1 gb free</title>
      <link>https://community.hpe.com/t5/operating-system-linux/used-is-only-16gb-but-it-is-not-showing-1-gb-free/m-p/4697430#M42335</link>
      <description>This is the wrong forum for Linux questions, I'll ask the moderators to move it.&lt;BR /&gt;&lt;BR /&gt;Typically this happens when a file removed while it is still open.  Once the process exits, the space will be returned to the free space.</description>
      <pubDate>Sun, 10 Oct 2010 10:55:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/used-is-only-16gb-but-it-is-not-showing-1-gb-free/m-p/4697430#M42335</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-10-10T10:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: used is only 16GB , but it is not showing 1 gb free</title>
      <link>https://community.hpe.com/t5/operating-system-linux/used-is-only-16gb-but-it-is-not-showing-1-gb-free/m-p/4697431#M42336</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] Linux Gurus [...]&lt;BR /&gt;&lt;BR /&gt;An HP-UX forum might not be the best place to&lt;BR /&gt;look for those.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/familyhome.do?familyId=118" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/familyhome.do?familyId=118&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Why it's showing 100% used [...]&lt;BR /&gt;&lt;BR /&gt;Some "df" programs treat 90% full as "100%"&lt;BR /&gt;-- like setting the time ahead 30 minutes on&lt;BR /&gt;your alarm clock to get you up on time in the&lt;BR /&gt;morning.  I'm not sure what DNU "df" does,&lt;BR /&gt;but if all its percentages appear to be off&lt;BR /&gt;this way, then that could be the reason.&lt;BR /&gt;Actual GNU "df" documentation (or the source&lt;BR /&gt;code) might reveal the truth.&lt;BR /&gt;&lt;BR /&gt;Also, with numbers like "16" and "17", there&lt;BR /&gt;could be some round-off error.  (For example,&lt;BR /&gt;if "16" is really 16.4999, and "17" is&lt;BR /&gt;really 16.5001, then what's the ratio?)</description>
      <pubDate>Sun, 10 Oct 2010 11:04:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/used-is-only-16gb-but-it-is-not-showing-1-gb-free/m-p/4697431#M42336</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-10-10T11:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: used is only 16GB , but it is not showing 1 gb free</title>
      <link>https://community.hpe.com/t5/operating-system-linux/used-is-only-16gb-but-it-is-not-showing-1-gb-free/m-p/4697432#M42337</link>
      <description>&lt;!--!*#--&gt;Is it worth noting that on some operating&lt;BR /&gt;systems, it's trivial to get exact file&lt;BR /&gt;system size and usage info (in 512-byte&lt;BR /&gt;blocks), and then one can do the arithmetic&lt;BR /&gt;himself?  On VMS, for example, one can easily&lt;BR /&gt;"get device information":&lt;BR /&gt;&lt;BR /&gt;alp $ write sys$output f$getdvi( "dka0:", "maxblock")&lt;BR /&gt;71687372&lt;BR /&gt;&lt;BR /&gt;alp $ write sys$output f$getdvi( "dka0:", "freeblocks")&lt;BR /&gt;15364544&lt;BR /&gt;&lt;BR /&gt;A strong argument could be made that the&lt;BR /&gt;design of "df" for getting file system size&lt;BR /&gt;and usage is every bit as good as that of&lt;BR /&gt;"ls -l" when one is looking for date-time&lt;BR /&gt;info for a file.</description>
      <pubDate>Mon, 11 Oct 2010 02:14:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/used-is-only-16gb-but-it-is-not-showing-1-gb-free/m-p/4697432#M42337</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-10-11T02:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: used is only 16GB , but it is not showing 1 gb free</title>
      <link>https://community.hpe.com/t5/operating-system-linux/used-is-only-16gb-but-it-is-not-showing-1-gb-free/m-p/4697433#M42338</link>
      <description>In Linux ext2/ext3(/ext4?) filesystems, it is possible to reserve a part of disk space for root only. The intent was to allow important system daemons to run normally even if some user program allocates all the space it can get (and there are no quotas configured).&lt;BR /&gt;&lt;BR /&gt;For historical reasons, this feature is enabled by default. The percentage of disk space reserved for root only is 5% by default on my Debian system: on other Linux distributions, it might be 1% or 2%. &lt;BR /&gt;&lt;BR /&gt;When creating a new filesystem, you can disable this feature by using the option "-m 0" with mkfs.&lt;BR /&gt;&lt;BR /&gt;If you want to disable this feature in an already existing filesystem, use "tune2fs -m 0". (tune2fs -l &lt;DEVICE&gt; will show the current setting)&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;To view your current /db filesystem settings:&lt;BR /&gt;&lt;BR /&gt;tune2fs -l /dev/mapper/vg01-lvol1&lt;BR /&gt;&lt;BR /&gt;To remove the root-only reservation from your /db filesystem:&lt;BR /&gt;&lt;BR /&gt;umount /db&lt;BR /&gt;tune2fs -m 0 /dev/mapper/vg01-lvol1&lt;BR /&gt;mount /db&lt;BR /&gt;&lt;BR /&gt;MK&lt;/DEVICE&gt;</description>
      <pubDate>Mon, 11 Oct 2010 04:26:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/used-is-only-16gb-but-it-is-not-showing-1-gb-free/m-p/4697433#M42338</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-10-11T04:26:10Z</dc:date>
    </item>
  </channel>
</rss>

