From: Ian Collins on
On 05/19/10 10:10 AM, underh20 wrote:
> Hello,
>
> What is the maximum number of files allowed in a directory under UFS
> in Solaris 10 ?

It depends.

> What is the maximum number of files allowed in a directory under
> Veritas File System 5.0 in Solaris 10 ?

Pass.

> I'd like to know where to locate this maximum number under UFS and
> Veritas File System 5.0 in Solaris 10. Is there any way that we could
> modify this maximum number ?

df -o i reports the inode data for a UFS filesystem.

To increase the number, you have to recreate the filesystem.

See df_ufs(1M) and newfs(1M).

--
Ian Collins