Prev: Max # of files allowed in directory under UFS & under VxFS (Veritas File System) in Solaris 10
Next: Max # of files allowed in directory under UFS & under VxFS (Veritas File System) in Solaris 10
From: Ian Collins on 18 May 2010 18:34 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 |