<?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: file system full in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/file-system-full/m-p/3342932#M13416</link>
    <description>if you can umount this partition&lt;BR /&gt;then umount it and run fsck on it.&lt;BR /&gt;&lt;BR /&gt;unfet that mount it back and see it it's still full.</description>
    <pubDate>Wed, 28 Jul 2004 02:55:21 GMT</pubDate>
    <dc:creator>Alexander Chuzhoy</dc:creator>
    <dc:date>2004-07-28T02:55:21Z</dc:date>
    <item>
      <title>file system full</title>
      <link>https://community.hpe.com/t5/operating-system-linux/file-system-full/m-p/3342931#M13415</link>
      <description>After removed a largest file about 3GB,&lt;BR /&gt;but /usr remains full.&lt;BR /&gt;how could it be? /usr allocated total 3.8GB&lt;BR /&gt;&lt;BR /&gt;[root@ecfarm3 /]# df -h&lt;BR /&gt;&lt;BR /&gt;Filesystem            Size  Used Avail Use% Mounted on&lt;BR /&gt;&lt;BR /&gt;/dev/ida/c0d0p1         1.9G  408M  1.4G  22% /&lt;BR /&gt;&lt;BR /&gt;/dev/ida/c0d0p5          26G   19G  5.7G  77% /data5&lt;BR /&gt;&lt;BR /&gt;/dev/ida/c0d0p6         3.8G  3.8G     0 100% /usr&lt;BR /&gt;&lt;BR /&gt;/dev/ida/c0d0p7         984M  246M  688M  27% /var&lt;BR /&gt;&lt;BR /&gt;what is the problem? &lt;BR /&gt;Dose linux has bugs?&lt;BR /&gt;can you explain above that.?&lt;BR /&gt;&lt;BR /&gt;give me the solution to resolve the problem..&lt;BR /&gt;except rebooting linux box.&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jul 2004 02:44:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/file-system-full/m-p/3342931#M13415</guid>
      <dc:creator>jackfiled</dc:creator>
      <dc:date>2004-07-28T02:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: file system full</title>
      <link>https://community.hpe.com/t5/operating-system-linux/file-system-full/m-p/3342932#M13416</link>
      <description>if you can umount this partition&lt;BR /&gt;then umount it and run fsck on it.&lt;BR /&gt;&lt;BR /&gt;unfet that mount it back and see it it's still full.</description>
      <pubDate>Wed, 28 Jul 2004 02:55:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/file-system-full/m-p/3342932#M13416</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-07-28T02:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: file system full</title>
      <link>https://community.hpe.com/t5/operating-system-linux/file-system-full/m-p/3342933#M13417</link>
      <description>I cannot umount it&lt;BR /&gt;still using.</description>
      <pubDate>Wed, 28 Jul 2004 03:39:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/file-system-full/m-p/3342933#M13417</guid>
      <dc:creator>jackfiled</dc:creator>
      <dc:date>2004-07-28T03:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: file system full</title>
      <link>https://community.hpe.com/t5/operating-system-linux/file-system-full/m-p/3342934#M13418</link>
      <description>You can't or you wish not to?&lt;BR /&gt;Cause if you can't&lt;BR /&gt;there is &lt;BR /&gt;umount -l /dev/ida/c0d0p6&lt;BR /&gt;&lt;BR /&gt;or you can use the fuser command to see who is using the partition. &lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jul 2004 03:41:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/file-system-full/m-p/3342934#M13418</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-07-28T03:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: file system full</title>
      <link>https://community.hpe.com/t5/operating-system-linux/file-system-full/m-p/3342935#M13419</link>
      <description>remembeber that you can delete a file that is still in use by one or more processes. These processes will not realize that the file was deleted, and the disk space used by that file will not be freed until the processes stop using it.&lt;BR /&gt;If you know that there are one or more program that were using that file, close them.&lt;BR /&gt;&lt;BR /&gt;Ciao&lt;BR /&gt;Claudio</description>
      <pubDate>Wed, 28 Jul 2004 03:53:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/file-system-full/m-p/3342935#M13419</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2004-07-28T03:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: file system full</title>
      <link>https://community.hpe.com/t5/operating-system-linux/file-system-full/m-p/3342936#M13420</link>
      <description>#fuser -v  (disk/dir)  tells you who is using this file or try #fuser -k it kills users using this file. Than you can umnount and mount it as you wish.</description>
      <pubDate>Wed, 28 Jul 2004 07:11:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/file-system-full/m-p/3342936#M13420</guid>
      <dc:creator>Petr Simik_1</dc:creator>
      <dc:date>2004-07-28T07:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: file system full</title>
      <link>https://community.hpe.com/t5/operating-system-linux/file-system-full/m-p/3342937#M13421</link>
      <description>OK it works.&lt;BR /&gt;&lt;BR /&gt;first I could get the process used the file&lt;BR /&gt;fuser -v /dir&lt;BR /&gt;&lt;BR /&gt;then,&lt;BR /&gt;&lt;BR /&gt;I could kill the process, file system &lt;BR /&gt;&lt;BR /&gt;remains normal capacity  as it removed file.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;as you tell me that &lt;BR /&gt;&lt;BR /&gt;the disk space used by that file will not be&lt;BR /&gt;&lt;BR /&gt; freed until the processes stop using it.&lt;BR /&gt;&lt;BR /&gt;thanks all</description>
      <pubDate>Wed, 28 Jul 2004 19:39:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/file-system-full/m-p/3342937#M13421</guid>
      <dc:creator>jackfiled</dc:creator>
      <dc:date>2004-07-28T19:39:01Z</dc:date>
    </item>
  </channel>
</rss>

