1823058 Members
3178 Online
109645 Solutions
New Discussion юеВ

File system limits

 
SOLVED
Go to solution
Mauro Gatti
Valued Contributor

File system limits

Hi all,
while I was trying to copy via NFS from a windows machine to unix machine a lot of files I found out there was a limit (I suppose) on number of directories you can create in a vxfs filesystem.
In effect the copy crashed always at the same place. So I tried to create a new dir and i got:
# mkdir mauro
mkdir: cannot create mauro: Too many links

Could you tell me what filesystem limits are for vxfs and hfs?
Do you know if there is any solution?

Thank You

Mauro
Ubi maior, minor cessat!
3 REPLIES 3
Peter Godron
Honored Contributor
Solution

Re: File system limits

Naveej.K.A
Honored Contributor

Re: File system limits

Hi Mauro,

The number of directories on a VxFS filesystem depends on the vx_max parameter and the limit is 32767. But if you install the patch, PHKL_28185 this can be increased to 65534

Regards,
Naveej
practice makes a man perfect!!!
Mauro Gatti
Valued Contributor

Re: File system limits

Solution found!
Ubi maior, minor cessat!