Hi @Steinar,
The recommendation in the Commvault documentation:
"Use a volume dedicated to the index cache directory formatted with a block allocation size of 32K." refers to the NTFS volume allocation unit size, which is the block allocation size specified when formatting the volume using the format command or Disk Management in Windows.
Block allocation size (allocation unit size) during volume formatting in Windows NTFS.
This is not the same as:
LogicalSectorSize (Bytes Per Sector) — typically 512 bytes or 4K.
PhysicalSectorSize — the size of the underlying physical sector on disk.
So, it is the allocation unit size (AUS) — the smallest chunk of disk space that a file can occupy.
Thanks,
Keshika