<?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 File system space .... in Operating System - Tru64 Unix</title>
    <link>https://community.hpe.com/t5/operating-system-tru64-unix/file-system-space/m-p/3929626#M19628</link>
    <description>Hi ...&lt;BR /&gt;The file system is using 84% &lt;BR /&gt;i deleted all files and directories (using rm -R *) that were in that filesystem and right now only are :&lt;BR /&gt;&lt;BR /&gt;.tags&lt;BR /&gt;quota.group&lt;BR /&gt;quota.user&lt;BR /&gt;&lt;BR /&gt;and capacity file system is showing 84% !!!!!!!!!!!&lt;BR /&gt;&lt;BR /&gt;why?&lt;BR /&gt;do i have to do other thing for put the file system in 0% ?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
    <pubDate>Sat, 20 Jan 2007 13:30:50 GMT</pubDate>
    <dc:creator>Manuales</dc:creator>
    <dc:date>2007-01-20T13:30:50Z</dc:date>
    <item>
      <title>File system space ....</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/file-system-space/m-p/3929626#M19628</link>
      <description>Hi ...&lt;BR /&gt;The file system is using 84% &lt;BR /&gt;i deleted all files and directories (using rm -R *) that were in that filesystem and right now only are :&lt;BR /&gt;&lt;BR /&gt;.tags&lt;BR /&gt;quota.group&lt;BR /&gt;quota.user&lt;BR /&gt;&lt;BR /&gt;and capacity file system is showing 84% !!!!!!!!!!!&lt;BR /&gt;&lt;BR /&gt;why?&lt;BR /&gt;do i have to do other thing for put the file system in 0% ?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Sat, 20 Jan 2007 13:30:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/file-system-space/m-p/3929626#M19628</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2007-01-20T13:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: File system space ....</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/file-system-space/m-p/3929627#M19629</link>
      <description>Try with quotacheck, for example:&lt;BR /&gt;&lt;BR /&gt;# quotacheck -v user_domain#users&lt;BR /&gt;&lt;BR /&gt;The domain and fileset information you can get from the first column of df.</description>
      <pubDate>Sat, 20 Jan 2007 13:48:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/file-system-space/m-p/3929627#M19629</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-01-20T13:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: File system space ....</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/file-system-space/m-p/3929628#M19630</link>
      <description>Daniela,&lt;BR /&gt;&lt;BR /&gt;Why don't you share some concrete data with us in stead of letting us guess/speculate.&lt;BR /&gt;The output from 'df -k' would be a good start. Be sure so show all of it, not just the line with the mountpoint in question. &lt;BR /&gt;&lt;BR /&gt;Is that 'filesystem' perhaps an AdvFS FILESET, carved from a domain? In that case the free space is really the free space in the domain, shared wtih all file systems / fileset under that domain.&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 20 Jan 2007 22:58:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/file-system-space/m-p/3929628#M19630</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-01-20T22:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: File system space ....</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/file-system-space/m-p/3929629#M19631</link>
      <description>&lt;!--!*#--&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;As an example of Hein's post see the following output from a df -k&lt;BR /&gt;&lt;BR /&gt;# df -k&lt;BR /&gt;Filesystem               1024-blocks        Used   Available Capacity  Mounted on&lt;BR /&gt;root_domain#root              274632      132238      131856    51%    /&lt;BR /&gt;/proc                              0           0           0   100%    /proc&lt;BR /&gt;usr_domain#usr               4194304     1833254     1809136    51%    /usr&lt;BR /&gt;usr_domain#var               4194304      521062     1809136    23%    /var&lt;BR /&gt;&lt;BR /&gt;Note that /usr and /var share the same file domain usr_domain. You can find the total space used in a domain by using showfdmn:&lt;BR /&gt;&lt;BR /&gt;# showfdmn -k usr_domain&lt;BR /&gt;&lt;BR /&gt;               Id              Date Created  LogPgs  Version  Domain Name&lt;BR /&gt;3f226ca9.00072301  Sat Jul 26 12:57:29 2003     512        4  usr_domain&lt;BR /&gt;&lt;BR /&gt;  Vol    1K-Blks        Free  % Used  Cmode  Rblks  Wblks  Vol Name&lt;BR /&gt;   3L    4194304     1809136     57%     on    256    256  /dev/disk/dsk40a&lt;BR /&gt;&lt;BR /&gt;and the space being used by all of the filesets with showfsets:&lt;BR /&gt;&lt;BR /&gt;# showfsets -k usr_domain&lt;BR /&gt;usr&lt;BR /&gt;        Id           : 3f226ca9.00072301.1.8001&lt;BR /&gt;        Files        :    43998,  SLim=        0,  HLim=        0&lt;BR /&gt;        Blocks  (1k) :  1833254,  SLim=        0,  HLim=        0&lt;BR /&gt;        Quota Status : user=off group=off&lt;BR /&gt;        Object Safety: off&lt;BR /&gt;        Fragging     : on&lt;BR /&gt;        DMAPI        : off&lt;BR /&gt;var&lt;BR /&gt;        Id           : 3f226ca9.00072301.2.8001&lt;BR /&gt;        Files        :     3556,  SLim=        0,  HLim=        0&lt;BR /&gt;        Blocks  (1k) :   521062,  SLim=        0,  HLim=        0&lt;BR /&gt;        Quota Status : user=off group=off&lt;BR /&gt;        Object Safety: off&lt;BR /&gt;        Fragging     : on&lt;BR /&gt;        DMAPI        : off&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Rob</description>
      <pubDate>Sun, 21 Jan 2007 03:17:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/file-system-space/m-p/3929629#M19631</guid>
      <dc:creator>Rob Leadbeater</dc:creator>
      <dc:date>2007-01-21T03:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: File system space ....</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/file-system-space/m-p/3929630#M19632</link>
      <description>Hi manuales&lt;BR /&gt;&lt;BR /&gt;You may need to wait for a longer time to see the space reduction. Or you can do an unmount and mount the fsets. If you use trucluster you need to use the cfsmgr to forcefully unmount and mount the entire domain (Beware if you have multiple fsets in the same domin all will be unmounted).&lt;BR /&gt;&lt;BR /&gt;I had seen situations like you had mentioned only when the file system sapce hits 100%, It is strange to see that you got hit with 84% utliziation. An unmount and rmount should help you.&lt;BR /&gt;&lt;BR /&gt;TQ&lt;BR /&gt;Perumal</description>
      <pubDate>Mon, 22 Jan 2007 01:50:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/file-system-space/m-p/3929630#M19632</guid>
      <dc:creator>perumal_2</dc:creator>
      <dc:date>2007-01-22T01:50:06Z</dc:date>
    </item>
  </channel>
</rss>

