- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Maximum number of files?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2002 05:40 AM
08-23-2002 05:40 AM
Maximum number of files?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2002 05:42 AM
08-23-2002 05:42 AM
Re: Maximum number of files?
There have been discussions as to whats the theoretical maximium files per dir before performance drops off significantly - and I think it was around 100-150,000 files per dir.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2002 05:44 AM
08-23-2002 05:44 AM
Re: Maximum number of files?
Vxfs filesystems will dynamically adjust the number of files, dirs for Vxfs filesystems. As for hfs filesystem (it is /stand in this case), the number of inodes is fixed. Therefore, the number of files, dirs is fixed too.
Hai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2002 05:51 AM
08-23-2002 05:51 AM
Re: Maximum number of files?
VxFS filesystems have unlimited inode capability constrained only by available disk space.
There is a kernel tunable called 'vx_maxlink' which has a ceiling of 2147483647. This is the maxiumum number of subdirectories in a VxFS filesystem.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2002 05:57 AM
08-23-2002 05:57 AM
Re: Maximum number of files?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2002 06:01 AM
08-23-2002 06:01 AM
Re: Maximum number of files?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2002 06:47 AM
08-23-2002 06:47 AM
Re: Maximum number of files?
I have another question about max file numbers -- sometime when you using '*' to run tar or even ls against a directory with lots files, it will fail, is there any such limitations?
thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2002 06:52 AM
08-23-2002 06:52 AM
Re: Maximum number of files?
As for Gary's question, that really has nothing to do with the size of the directory but rather with the maximum arguments size that the shell will handle.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2002 05:05 PM
08-26-2002 05:05 PM
Re: Maximum number of files?
Most shell programs also have troubles when referencing such large directories, too.
There have been some patches released (about a year ago)that fix some of the really outrageous problems, but I would not recommend building huge flat directories.