HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Maximum number of subdirectories
Operating System - HP-UX
1834461
Members
3062
Online
110067
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
03-13-2000 09:29 AM
03-13-2000 09:29 AM
Maximum number of subdirectories
Hi there -
Our application is creating a large number of subdirectories in which data is
being archived.
We find that the call to create a new directory fails after 32,767 sub
directories have been created in a single directory.
Is there some way to tune this to allow for a larger number of subdirectories
to be created?
Thanks in advance,
Jim
Our application is creating a large number of subdirectories in which data is
being archived.
We find that the call to create a new directory fails after 32,767 sub
directories have been created in a single directory.
Is there some way to tune this to allow for a larger number of subdirectories
to be created?
Thanks in advance,
Jim
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2000 05:09 PM
03-13-2000 05:09 PM
Re: Maximum number of subdirectories
Each subdirectory has its .. linked to the directory
that you are in. The number of links a file/directory
can have is given in /usr/include/sys/inode.h
short ic_nlink; /*2: number of links to file*/
The max value of a variable of type short is 32767.
There is no way to change this.
With such large numbers of file/directories in one
directory your performance is going to suffer.
that you are in. The number of links a file/directory
can have is given in /usr/include/sys/inode.h
short ic_nlink; /*2: number of links to file*/
The max value of a variable of type short is 32767.
There is no way to change this.
With such large numbers of file/directories in one
directory your performance is going to suffer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2000 10:31 PM
03-13-2000 10:31 PM
Re: Maximum number of subdirectories
Drat... Time to start changing a lot of source code, I suppose. Thanks for your
help.
help.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP