<?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 about filesystem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/about-filesystem/m-p/2726089#M64313</link>
    <description>expert,&lt;BR /&gt;there is a filesystem in my system,after i copy a 5GB file to it ,i type "bdf",i can see the used byte 5GB,but after i delete the file from the filesystem, the result of "bdf" also show the used byte 5GB.after umount and mount the filesystem ,i can see the normal value.&lt;BR /&gt;i meet this situation several times,so i recreate the lv, but the problem still exist.&lt;BR /&gt;how can i do.&lt;BR /&gt;</description>
    <pubDate>Fri, 17 May 2002 03:59:29 GMT</pubDate>
    <dc:creator>itkennyw</dc:creator>
    <dc:date>2002-05-17T03:59:29Z</dc:date>
    <item>
      <title>about filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-filesystem/m-p/2726089#M64313</link>
      <description>expert,&lt;BR /&gt;there is a filesystem in my system,after i copy a 5GB file to it ,i type "bdf",i can see the used byte 5GB,but after i delete the file from the filesystem, the result of "bdf" also show the used byte 5GB.after umount and mount the filesystem ,i can see the normal value.&lt;BR /&gt;i meet this situation several times,so i recreate the lv, but the problem still exist.&lt;BR /&gt;how can i do.&lt;BR /&gt;</description>
      <pubDate>Fri, 17 May 2002 03:59:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-filesystem/m-p/2726089#M64313</guid>
      <dc:creator>itkennyw</dc:creator>
      <dc:date>2002-05-17T03:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: about filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-filesystem/m-p/2726090#M64314</link>
      <description>Is the process that creates the file still active when you try to remove it ?</description>
      <pubDate>Fri, 17 May 2002 04:07:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-filesystem/m-p/2726090#M64314</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-05-17T04:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: about filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-filesystem/m-p/2726091#M64315</link>
      <description>hi,&lt;BR /&gt;I think is a common problem . Try this after deleting the 5GB file.&lt;BR /&gt;#fuser -u /yourdirectory&lt;BR /&gt;Some process might be accesing that&lt;BR /&gt;#fuser -ku /yourdriectory&lt;BR /&gt;Now&lt;BR /&gt;#cd yourdirectory&lt;BR /&gt;#ll -R&lt;BR /&gt;#bdf&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Fri, 17 May 2002 04:08:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-filesystem/m-p/2726091#M64315</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-05-17T04:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: about filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-filesystem/m-p/2726092#M64316</link>
      <description>It's not unusual for "bdf" to immediately show the update, especially true if the process that reserved that space is still active. In your case if it is just normal file then I would say "bdf" will eventually show the available space, you just have to wait a bit longer. &lt;BR /&gt;I would recommend use "du" to check the filesystem space, because that will be reflected immediately. Another "experiment" you acn try is instead of removing the file, try "zeroing" it .. like so ..&lt;BR /&gt;&lt;BR /&gt;# &amp;gt;yourfile&lt;BR /&gt;# rm yourfile&lt;BR /&gt;&lt;BR /&gt;which will make the size zero and now try the "bdf" again. It should reflect the available space immediately.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 May 2002 04:18:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-filesystem/m-p/2726092#M64316</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-05-17T04:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: about filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-filesystem/m-p/2726093#M64317</link>
      <description>Two possibilities.&lt;BR /&gt;&lt;BR /&gt;1. It may be used by processes so that it is still opened though you don't see it in which  case you can use SivaKumar's method.&lt;BR /&gt;&lt;BR /&gt;2. Depending on your file system mount options, the change may not be immediately visible. Wait for a couple of minutes and then see after rm is returned.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Fri, 17 May 2002 04:19:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-filesystem/m-p/2726093#M64317</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-05-17T04:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: about filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-filesystem/m-p/2726094#M64318</link>
      <description>See threads like:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xb37650011d20d6118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xb37650011d20d6118ff40090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xee2518276953d61190040090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xee2518276953d61190040090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xc0621012aa92d5118ff10090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xc0621012aa92d5118ff10090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;(I did a search "file delete space").&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;Hartmut&lt;BR /&gt;</description>
      <pubDate>Fri, 17 May 2002 04:22:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-filesystem/m-p/2726094#M64318</guid>
      <dc:creator>Hartmut Lang</dc:creator>
      <dc:date>2002-05-17T04:22:11Z</dc:date>
    </item>
  </channel>
</rss>

