Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: LinkQuotaExceeded



Chavdar Ivanov wrote:

> I wonder if it is because of some limitation in the (ufs2) filesystem
> the build is going on.

UFS has a limit of 32767 links per file and this limit applies to the
number of subdirectories a directory can have too.  Does

  find . -links +30000

find anything when you see the error?  This might get a lot of output if
you really have files with many links, but will show just a single entry
for a directory that has lots of subdirectories.

Cheers,
Simon.


Home | Main Index | Thread Index | Old Index