Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Maximum limit for the number of directories and directory can contain?: (5 Items)
   
Maximum limit for the number of directories and directory can contain?  
Does anyone know if or what the maximum number of directories that can be created is.  Our system creates a time stamped
 log file file in a new directory each time the system starts.  Is there a limit on how many times this can be done??
Re: Maximum limit for the number of directories and directory can contain?  
What filesystem type?
Re: Maximum limit for the number of directories and directory can contain?  
QNX6
RE: Maximum limit for the number of directories and directory can contain?  
The qnx6fs does not have any specific limit to the number of files or directories that can be present on the disk.  Of 
course disk space and performance issues should be considered.  File and directory look ups have an O(N) cost.

-----Original Message-----
From: Mark Bangert [mailto:community-noreply@qnx.com] 
Sent: October-18-12 5:40 AM
To: general-filesystems
Subject: Re: Maximum limit for the number of directories and directory can contain?

QNX6



_______________________________________________

General
http://community.qnx.com/sf/go/post96424
To cancel your subscription to this discussion, please e-mail general-filesystems-unsubscribe@community.qnx.com
Re: RE: Maximum limit for the number of directories and directory can contain?  
From my own experience I would recommend checking number of free inodes on the disk, as it can be limiting the number of
 possible files on the disk. If necessary, create the filesystem with appropriate number of inodes. You can see these 
number with "chkqnx6fs -s" command

Regards, PKY

> The qnx6fs does not have any specific limit to the number of files or 
> directories that can be present on the disk.  Of course disk space and 
> performance issues should be considered.  File and directory look ups have an 
> O(N) cost.
> 
> -----Original Message-----
> From: Mark Bangert [mailto:community-noreply@qnx.com] 
> Sent: October-18-12 5:40 AM
> To: general-filesystems
> Subject: Re: Maximum limit for the number of directories and directory can 
> contain?
> 
> QNX6
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post96424
> To cancel your subscription to this discussion, please e-mail general-
> filesystems-unsubscribe@community.qnx.com