<?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: [ About disk free size...] in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/about-disk-free-size/m-p/3531963#M68069</link>
    <description>Your info on the disk does not show your cluster-size.&lt;BR /&gt;If you INITted it without specifying /CLUSTER, then the cluster size is quite big. And if you have a lot of very small files, then A LOT of space is unused!&lt;BR /&gt;&lt;BR /&gt;That leads to the next question: What version of VMS are you on?&lt;BR /&gt;The hard link between disk size and minimum cluster size was only relaxed starting with VMS 7.2 (and I am not sure if that includes VAX, I think it does NOT!)&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
    <pubDate>Tue, 26 Apr 2005 07:27:16 GMT</pubDate>
    <dc:creator>Jan van den Ende</dc:creator>
    <dc:date>2005-04-26T07:27:16Z</dc:date>
    <item>
      <title>[ About disk free size...]</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/about-disk-free-size/m-p/3531959#M68065</link>
      <description>Our system is some problem.&lt;BR /&gt;&lt;BR /&gt;$ sh dev HGVXC$DKA0 /full&lt;BR /&gt;.........&lt;BR /&gt;Error count                    0&lt;BR /&gt;Total blocks             35553280&lt;BR /&gt;Sectors per track              64&lt;BR /&gt;Total cylinders             34720&lt;BR /&gt;Tracks per cylinder            16&lt;BR /&gt;Free blocks               3271640&lt;BR /&gt;Maximum files allowed      493795&lt;BR /&gt;...........&lt;BR /&gt;&lt;BR /&gt;AND&lt;BR /&gt;&lt;BR /&gt;$ sh def DKA0:[000000]&lt;BR /&gt;$ dir [...] /total /size&lt;BR /&gt;Total of 10187 files, 7847942 blocks.&lt;BR /&gt;Grand total of 214 directories&lt;BR /&gt;&lt;BR /&gt;35553280(Total blocks) - 3271640(Free blocks) = 32281640 blocks.&lt;BR /&gt;&lt;BR /&gt;I think that 7847942(dir [...] /total /size) must same 32281640 blocks.&lt;BR /&gt;&lt;BR /&gt;please, explain that status.&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Apr 2005 06:00:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/about-disk-free-size/m-p/3531959#M68065</guid>
      <dc:creator>BG Jeong</dc:creator>
      <dc:date>2005-04-26T06:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: [ About disk free size...]</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/about-disk-free-size/m-p/3531960#M68066</link>
      <description>What is the cluster size on this disk? Each file will occupy at least 1 cluster, reguardless of physical size of the data.&lt;BR /&gt;&lt;BR /&gt;You need to do a SIZE=ALLOCATED:&lt;BR /&gt;                dir [...]/grand/siz=all &lt;BR /&gt;&lt;BR /&gt;The unqualified DIR command gives the actuall physical size of the the files, but does not include the space used up by empty, but allocated blocks.&lt;BR /&gt;&lt;BR /&gt;i.e. a file that contains a single charactor will still use up and entire cluster of blocks.&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Apr 2005 06:34:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/about-disk-free-size/m-p/3531960#M68066</guid>
      <dc:creator>Aaron Lewis_1</dc:creator>
      <dc:date>2005-04-26T06:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: [ About disk free size...]</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/about-disk-free-size/m-p/3531961#M68067</link>
      <description>The answer by Aaron explains a (big?) part of the difference.&lt;BR /&gt;&lt;BR /&gt;But, there is more.&lt;BR /&gt;If someone has temporary files in use during your DIR command (for example, SORT workfiles), those DO use diskspace, and ARE subtracted from Free Blocks, but do NOT show in DIR.&lt;BR /&gt;A second source of difference is blocks that are "Incorrectly marked allocated". You can see those with ANAL/DISK and with DFU. Both can also correct that (together with some other device housekeeping cleanups).&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Tue, 26 Apr 2005 06:45:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/about-disk-free-size/m-p/3531961#M68067</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-04-26T06:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: [ About disk free size...]</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/about-disk-free-size/m-p/3531962#M68068</link>
      <description>No, not at all: 2 main reasons:&lt;BR /&gt;1. You see only blocks used, not the bigger    number of blocks allocated, and do not see the directory,header, and volume overhead with the directory command.&lt;BR /&gt;&lt;BR /&gt;2. a directory listing lists (and adds the size) also all alias files/directories, which can lead to a much higher than real number of blocks.&lt;BR /&gt;&lt;BR /&gt;But here, you seem to have a different problem:  You actually see almost nothing, only 7M out of 32M blocks!&lt;BR /&gt;Are You sure it was HGVXC$DKA0:[000000] when You did the directory ?&lt;BR /&gt;If yes, then there must be big amount of either big/many files with much allocated but not used space OR many/big files not in any directory ("lost files").&lt;BR /&gt;Do the same directory after an analyze/disk/repair.&lt;BR /&gt;If it is still not o.k. afterwards, then there must be files with huge amount of allocated unused space: the best tool to find those is the freeware DFU utility:&lt;BR /&gt;DFU search HGVXC$DKA0 /over_allocated=&lt;BIG&gt;&lt;/BIG&gt;</description>
      <pubDate>Tue, 26 Apr 2005 06:49:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/about-disk-free-size/m-p/3531962#M68068</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2005-04-26T06:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: [ About disk free size...]</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/about-disk-free-size/m-p/3531963#M68069</link>
      <description>Your info on the disk does not show your cluster-size.&lt;BR /&gt;If you INITted it without specifying /CLUSTER, then the cluster size is quite big. And if you have a lot of very small files, then A LOT of space is unused!&lt;BR /&gt;&lt;BR /&gt;That leads to the next question: What version of VMS are you on?&lt;BR /&gt;The hard link between disk size and minimum cluster size was only relaxed starting with VMS 7.2 (and I am not sure if that includes VAX, I think it does NOT!)&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Tue, 26 Apr 2005 07:27:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/about-disk-free-size/m-p/3531963#M68069</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-04-26T07:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: [ About disk free size...]</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/about-disk-free-size/m-p/3531964#M68070</link>
      <description>The cluster size cannot be the reason for the big amount: it's a 17GB disk, the default cluster size is about 35 blocks, for 10187 files this results in no more than 180MB wasted.&lt;BR /&gt;The big amount of some 15GB must be in lost/invisible files!&lt;BR /&gt;I'm not sure if analyze/disk/repair corrects also the cache.&lt;BR /&gt;A SET VOLUME/REBUILD=FORCE &lt;BR /&gt;could correct the free amount further, but I can't imagine 15GB lost by /NOREBUILD.</description>
      <pubDate>Tue, 26 Apr 2005 08:12:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/about-disk-free-size/m-p/3531964#M68070</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2005-04-26T08:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: [ About disk free size...]</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/about-disk-free-size/m-p/3531965#M68071</link>
      <description>One more possibility to diagnose:&lt;BR /&gt;What does &lt;BR /&gt; DFU report HGVXC$DKA0:&lt;BR /&gt;tell about total used/allocated say , based on the INDEXF.SYS analysis ?&lt;BR /&gt;&lt;BR /&gt;If the system is pre-VMS 7.3 (pre 7.2 ?), then another possibility are hidden "deep" directories: if You don't know the history of the disk, could it be that there are directories 8 level deep, which have been used as "concealed devices" ?&lt;BR /&gt;Such directories would not be seen by a Dir [...] in those old VMS versions.&lt;BR /&gt;If dir [*.*.*.*.*.*.*.*]*.dir is not empty, then this is the case, and You have to define a concealed device pointing to such a directory, and start the search there.</description>
      <pubDate>Tue, 26 Apr 2005 14:37:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/about-disk-free-size/m-p/3531965#M68071</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2005-04-26T14:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: [ About disk free size...]</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/about-disk-free-size/m-p/3531966#M68072</link>
      <description>&amp;gt; If the system is pre-VMS 7.3 (pre 7.2 ?), then another possibility are hidden "deep" directories . . .&lt;BR /&gt;&lt;BR /&gt;Whoa!  10 points for obscurity, Joseph!&lt;BR /&gt;&lt;BR /&gt;--Travis&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Apr 2005 17:56:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/about-disk-free-size/m-p/3531966#M68072</guid>
      <dc:creator>Travis Craig</dc:creator>
      <dc:date>2005-04-26T17:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: [ About disk free size...]</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/about-disk-free-size/m-p/3531967#M68073</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;you must expand your directory command with the [0,0] directory. There are a few big file (bitmap, indexf ... Also you have to use the allocation size of files, not the blocks in use.&lt;BR /&gt;&lt;BR /&gt;Best regards Rudolf Wingert</description>
      <pubDate>Wed, 27 Apr 2005 01:13:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/about-disk-free-size/m-p/3531967#M68073</guid>
      <dc:creator>Rudolf Wingert</dc:creator>
      <dc:date>2005-04-27T01:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: [ About disk free size...]</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/about-disk-free-size/m-p/3531968#M68074</link>
      <description>Obscurity ? I just don't know if the 8 directory level restriction was lifted in 7.3 or already in 7.2.&lt;BR /&gt;Definitely it was there up to VMS 7.1:&lt;BR /&gt;A demonstration what it means:&lt;BR /&gt;&lt;BR /&gt;OpenVMS V7.1  on node H1CALA  27-APR-2005&lt;BR /&gt;HUBER_H1CALA: dir $2$DKB300:[_USER.HUBER.1.2.3.4.5.6]&lt;BR /&gt;Directory $2$DKB300:[_USER.HUBER.1.2.3.4.5.6]&lt;BR /&gt;7.DIR;1&lt;BR /&gt;Total of 1 file.&lt;BR /&gt;HUBER_H1CALA: dir $2$DKB300:[_USER.HUBER.1.2.3.4.5.6.7]&lt;BR /&gt;%DIRECT-E-OPENIN, error opening $2$DKB300:[_USER.HUBER.1.2.3.4.5.6.7] as input&lt;BR /&gt;-RMS-F-DIR, error in directory name&lt;BR /&gt;HUBER_H1CALA: sh log/full deep&lt;BR /&gt;   "DEEP" [super] = "$2$DKB300:[_USER.HUBER.1.2.3.4.5.]" [concealed] (LNM$PROCESS_TABLE)&lt;BR /&gt;HUBER_H1CALA: dir deep:[*...]&lt;BR /&gt;Directory DEEP:[6]&lt;BR /&gt;7.DIR;1&lt;BR /&gt;...&lt;BR /&gt;Directory DEEP:[6.7.8.9.10.11]&lt;BR /&gt;12.DIR;1&lt;BR /&gt;Total of 1 file.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;A directory command can't see anything deeper than [_USER.HUBER.1...6], and can't count the blocks allocated for files there.&lt;BR /&gt;But one can fill the disk with files in deep:[*...] !</description>
      <pubDate>Wed, 27 Apr 2005 02:22:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/about-disk-free-size/m-p/3531968#M68074</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2005-04-27T02:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: [ About disk free size...]</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/about-disk-free-size/m-p/3531969#M68075</link>
      <description>Thanks everybody so much.&lt;BR /&gt;&lt;BR /&gt;Actually, strange events happened on our system.&lt;BR /&gt;when i heard that system did not communicated with PLC, i commanded &lt;BR /&gt;"show dev d".&lt;BR /&gt;however, disk size increased rapidly.&lt;BR /&gt;I rebooted system because have no idea.&lt;BR /&gt;&lt;BR /&gt;I should have "anal/disk/repair".. ^^&lt;BR /&gt;&lt;BR /&gt;but, where is DFU utility download site?&lt;BR /&gt;&lt;BR /&gt;thanks.</description>
      <pubDate>Wed, 27 Apr 2005 04:16:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/about-disk-free-size/m-p/3531969#M68075</guid>
      <dc:creator>BG Jeong</dc:creator>
      <dc:date>2005-04-27T04:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: [ About disk free size...]</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/about-disk-free-size/m-p/3531970#M68076</link>
      <description>DFU is on the VMS Freeware CD.&lt;BR /&gt;Go from the ITRC site to the HP OpenVMS main page, there You will find the link to the freeware pages.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Apr 2005 05:42:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/about-disk-free-size/m-p/3531970#M68076</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2005-04-27T05:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: [ About disk free size...]</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/about-disk-free-size/m-p/3531971#M68077</link>
      <description>The latest freeware CD version of DFU can be downloaded at &lt;A href="http://h71000.www7.hp.com/freeware/freeware70/dfu/" target="_blank"&gt;http://h71000.www7.hp.com/freeware/freeware70/dfu/&lt;/A&gt; for Alpha and I64.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;  Martin&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Apr 2005 06:10:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/about-disk-free-size/m-p/3531971#M68077</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2005-04-27T06:10:13Z</dc:date>
    </item>
  </channel>
</rss>

