<?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: How many files per directory in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-many-files-per-directory/m-p/3901269#M26038</link>
    <description>Hello!&lt;BR /&gt;&lt;BR /&gt;i don't have idea, but i belive the limit is only your diskspace.&lt;BR /&gt;&lt;BR /&gt;I hope i'm not wrong, but in ext3 this limit doesn't exist.</description>
    <pubDate>Mon, 20 Nov 2006 12:36:13 GMT</pubDate>
    <dc:creator>Alpha977</dc:creator>
    <dc:date>2006-11-20T12:36:13Z</dc:date>
    <item>
      <title>How many files per directory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-many-files-per-directory/m-p/3901268#M26037</link>
      <description>Hi All, I have a Dl380 running AS 3, update 8. we are running ext3 on our server. Can anyone tell me how many files per directory the OS will support? &lt;BR /&gt;&lt;BR /&gt;Thanks and point will be assigned.</description>
      <pubDate>Mon, 20 Nov 2006 11:32:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-many-files-per-directory/m-p/3901268#M26037</guid>
      <dc:creator>Ragni Singh</dc:creator>
      <dc:date>2006-11-20T11:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: How many files per directory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-many-files-per-directory/m-p/3901269#M26038</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;i don't have idea, but i belive the limit is only your diskspace.&lt;BR /&gt;&lt;BR /&gt;I hope i'm not wrong, but in ext3 this limit doesn't exist.</description>
      <pubDate>Mon, 20 Nov 2006 12:36:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-many-files-per-directory/m-p/3901269#M26038</guid>
      <dc:creator>Alpha977</dc:creator>
      <dc:date>2006-11-20T12:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: How many files per directory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-many-files-per-directory/m-p/3901270#M26039</link>
      <description>You can create as many files as you want into any directory for a specific file system as log as you have free inodes.&lt;BR /&gt;&lt;BR /&gt;You can check the inode usage with df -i. You can use dumpe2fs to view the number of inodes for a file system (ext2/ext3).</description>
      <pubDate>Mon, 20 Nov 2006 13:29:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-many-files-per-directory/m-p/3901270#M26039</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-11-20T13:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: How many files per directory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-many-files-per-directory/m-p/3901271#M26040</link>
      <description>It used to have a performance penalty if you have too many files in one directory.&lt;BR /&gt;I don't know how many (thousands?) and if this is still true.&lt;BR /&gt;&lt;BR /&gt;JP</description>
      <pubDate>Mon, 20 Nov 2006 16:27:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-many-files-per-directory/m-p/3901271#M26040</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2006-11-20T16:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: How many files per directory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-many-files-per-directory/m-p/3901272#M26041</link>
      <description>In Solaris there is a limitation on the number of subdirectories that can be created, is that not the case with Linux? How many inodes can be created before hiting a limit. &lt;BR /&gt;&lt;BR /&gt;Thaks and points will be assigned.</description>
      <pubDate>Tue, 21 Nov 2006 13:20:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-many-files-per-directory/m-p/3901272#M26041</guid>
      <dc:creator>Ragni Singh</dc:creator>
      <dc:date>2006-11-21T13:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: How many files per directory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-many-files-per-directory/m-p/3901273#M26042</link>
      <description>Each file or directory need at least one inode, so the number of file / directories is limited by the number of free inodes, visible with the "df -i" command (as Ivan said).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Patrick</description>
      <pubDate>Tue, 21 Nov 2006 13:56:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-many-files-per-directory/m-p/3901273#M26042</guid>
      <dc:creator>Patrick Terlisten</dc:creator>
      <dc:date>2006-11-21T13:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: How many files per directory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-many-files-per-directory/m-p/3901274#M26043</link>
      <description>I don't find anywhere the information about a specific directory limits. The inode limit is a fact. Anyway, too many files or directories on just one directory will affect the performance a lot. If you want to do that, consider the use of directory index:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.archlinux.org/index.php/Ext3_Filesystem_Tips" target="_blank"&gt;http://wiki.archlinux.org/index.php/Ext3_Filesystem_Tips&lt;/A&gt;</description>
      <pubDate>Wed, 22 Nov 2006 08:15:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-many-files-per-directory/m-p/3901274#M26043</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-11-22T08:15:05Z</dc:date>
    </item>
  </channel>
</rss>

