<?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: Max. files on disk in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/max-files-on-disk/m-p/4940977#M72641</link>
    <description>[quote]&lt;BR /&gt;In the mean time, you can make it appear there are many more files on a disk using search lists.&lt;BR /&gt;&lt;BR /&gt;$ DEFINE MYDISK DISK1,DISK2,DISK3,DISK4&lt;BR /&gt;&lt;BR /&gt;Make sure all disks have similar directory structures on them, and "rotate" the search list to distribute files.&lt;BR /&gt;[/quote]&lt;BR /&gt;&lt;BR /&gt;We tried a similar trick once to "enlarge" a disk, but ran into trouble:&lt;BR /&gt;&lt;BR /&gt;$ DEFINE MYDISK DISK1:[DIR1.DIR2.], DISK2:[DIR1.DIR2.]/TRANS=CONCEALED&lt;BR /&gt;&lt;BR /&gt;and DIR3.DIR existed on each DISKn[DIR1.DIR2]; The contents of course was different (newest written on DISK1:[DIR1.DIR2.DIR3].&lt;BR /&gt;But when the application tried to access MYDISK:[DIR3]FILE.DAT (the file exists on DISK2:[DIR1.DIR2.DIR3]) RMS returned File not Found. Tracking down the reason, it as found that when reversing the searchlist, the problem was gone. The solution was to keep each base directory (DIR3, DIR4 etc, on the same level) on one disk only.&lt;BR /&gt;</description>
    <pubDate>Thu, 17 Nov 2005 05:16:22 GMT</pubDate>
    <dc:creator>Willem Grooters</dc:creator>
    <dc:date>2005-11-17T05:16:22Z</dc:date>
    <item>
      <title>Max. files on disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/max-files-on-disk/m-p/4940971#M72635</link>
      <description>I would like to INIT a disk for a lot of file, but I can't seem to get more than 16711679 as maximum number of allowed files.&lt;BR /&gt;I've tries to increase/decrease clustersize, max headers, max files...&lt;BR /&gt;&lt;BR /&gt;Is this an VMS limit?</description>
      <pubDate>Wed, 16 Nov 2005 05:25:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/max-files-on-disk/m-p/4940971#M72635</guid>
      <dc:creator>Fabian Kempers_1</dc:creator>
      <dc:date>2005-11-16T05:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Max. files on disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/max-files-on-disk/m-p/4940972#M72636</link>
      <description>On what vesion of VMS? There where relevant changes in V7.2</description>
      <pubDate>Wed, 16 Nov 2005 05:49:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/max-files-on-disk/m-p/4940972#M72636</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-11-16T05:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Max. files on disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/max-files-on-disk/m-p/4940973#M72637</link>
      <description>The file index number is a 24-bit value.&lt;BR /&gt;&lt;BR /&gt;16711679 = 0.FE.FF.FF(16)</description>
      <pubDate>Wed, 16 Nov 2005 05:56:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/max-files-on-disk/m-p/4940973#M72637</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-11-16T05:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Max. files on disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/max-files-on-disk/m-p/4940974#M72638</link>
      <description>OpenVMS 7.3-2</description>
      <pubDate>Wed, 16 Nov 2005 06:00:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/max-files-on-disk/m-p/4940974#M72638</guid>
      <dc:creator>Fabian Kempers_1</dc:creator>
      <dc:date>2005-11-16T06:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Max. files on disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/max-files-on-disk/m-p/4940975#M72639</link>
      <description>Hi.&lt;BR /&gt;&lt;BR /&gt;The maximum size you can specify for any volume is calculated as follows:&lt;BR /&gt;&lt;BR /&gt; (volume size in blocks)/(cluster factor + 1)&lt;BR /&gt;&lt;BR /&gt;You can modify cluster factor and increase max files.&lt;BR /&gt;Saludos.&lt;BR /&gt;Daniel.</description>
      <pubDate>Wed, 16 Nov 2005 06:52:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/max-files-on-disk/m-p/4940975#M72639</guid>
      <dc:creator>Daniel Fernandez Illan</dc:creator>
      <dc:date>2005-11-16T06:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Max. files on disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/max-files-on-disk/m-p/4940976#M72640</link>
      <description>Fabian,&lt;BR /&gt;&lt;BR /&gt;  As you've discovered, the current ODS-2 and ODS-5 architectural limit on maximum files allowed on a simgle volume is 2^24-2^16-1 = 16711679&lt;BR /&gt;&lt;BR /&gt;  Engineering is aware that the limits of existing file systems is rapidly being overtaken by available technology. What they need is to know what customers need, with business cases to justify the engineering work to extend those limits that need extending (in other words, show them the money!).&lt;BR /&gt;&lt;BR /&gt;  In the mean time, you can make it appear there are many more files on a disk using search lists.&lt;BR /&gt;&lt;BR /&gt;$ DEFINE MYDISK DISK1,DISK2,DISK3,DISK4&lt;BR /&gt;&lt;BR /&gt;  Make sure all disks have similar directory structures on them, and "rotate" the search list to distribute files.</description>
      <pubDate>Wed, 16 Nov 2005 20:59:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/max-files-on-disk/m-p/4940976#M72640</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2005-11-16T20:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Max. files on disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/max-files-on-disk/m-p/4940977#M72641</link>
      <description>[quote]&lt;BR /&gt;In the mean time, you can make it appear there are many more files on a disk using search lists.&lt;BR /&gt;&lt;BR /&gt;$ DEFINE MYDISK DISK1,DISK2,DISK3,DISK4&lt;BR /&gt;&lt;BR /&gt;Make sure all disks have similar directory structures on them, and "rotate" the search list to distribute files.&lt;BR /&gt;[/quote]&lt;BR /&gt;&lt;BR /&gt;We tried a similar trick once to "enlarge" a disk, but ran into trouble:&lt;BR /&gt;&lt;BR /&gt;$ DEFINE MYDISK DISK1:[DIR1.DIR2.], DISK2:[DIR1.DIR2.]/TRANS=CONCEALED&lt;BR /&gt;&lt;BR /&gt;and DIR3.DIR existed on each DISKn[DIR1.DIR2]; The contents of course was different (newest written on DISK1:[DIR1.DIR2.DIR3].&lt;BR /&gt;But when the application tried to access MYDISK:[DIR3]FILE.DAT (the file exists on DISK2:[DIR1.DIR2.DIR3]) RMS returned File not Found. Tracking down the reason, it as found that when reversing the searchlist, the problem was gone. The solution was to keep each base directory (DIR3, DIR4 etc, on the same level) on one disk only.&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Nov 2005 05:16:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/max-files-on-disk/m-p/4940977#M72641</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2005-11-17T05:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Max. files on disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/max-files-on-disk/m-p/4940978#M72642</link>
      <description>Thans all for the info.</description>
      <pubDate>Thu, 17 Nov 2005 08:01:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/max-files-on-disk/m-p/4940978#M72642</guid>
      <dc:creator>Fabian Kempers_1</dc:creator>
      <dc:date>2005-11-17T08:01:23Z</dc:date>
    </item>
  </channel>
</rss>

