Originally posted by: janhen
Actually running AIX 5.2 GM7, i encountered a problem with creating sub-dir.
The FS is a jfs2 with some sub-dir. On one sub-dir, I must create a huge number of subdir, each containing files and subdirs. On the first subdir, I have 79632 subdirs and I can't create any more subdir, only files.
df output:
/dev/MKSYSBCKP 218234880 44507568 80% 461941 9% /mksysbckp
ls -l of FS content output
total 125931528
drwxr-xr-x 5 root system 4096 Jan 23 15:22 itsrm
drwxr-xr-x 2 root system 256 Nov 29 11:55 lost+found
-rw-r--r-- 1 root system 5837107200 Nov 29 16:45 mksysetudes03
-rw-r--r-- 1 root system 19188428800 Nov 29 17:44 mksysetudes06
-rw-r--r-- 1 root system 15138918400 Nov 29 17:28 mksysetudes08
-rw-r--r-- 1 root system 9096550400 Nov 29 21:37 mksysvpmv52
-rw-r--r-- 1 root system 15191040000 Dec 21 17:18 mksysvpmv5_2
drwxr-sr-x32767 root caomeca 4587520 Mar 16 08:33 nbes
nbes is the problem!
Error msg when trying mkdir
There are too many links to a file.
(find on dir nbes with -type l doesn't find any link!)
Are they some limitations in number of subdirs on one directory?
jfs2log has to play something?
And I can do mkdir on same level as nbes, it works!
#AIX-Forum