Partitioned directories

You can enable or disable the partitioned directories feature by setting the pdir_enable tunable. Specifying a value of 1 enables partitioned directories, while specifying a value of 0 disables partitioned directories. The default value is 1.

You can set the pdir_threshold tunable to specify the threshold value in terms of directory size in bytes beyond which VxFS will partition a directory if you enabled partitioned directories. The default value is 32768.

The -d option of the fsadm command removes empty hidden directories from partitioned directories. If you disabled partitioned directories, the fsadm -d command also converts partitioned directories to regular directories.

The partitioned directories feature operates only on disk layout Version 8 or later file systems.

Warning:

If the directories are huge, conversion between partitioned directories and regular directories or vice versa needs some time. If you enable the feature when the root directory already contains a large number of files, the conversion can occur at file system mount time, and can cause the mount to take a long time. Symantec recommends that the conversion is performed when directories are slightly or not populated.