It seems like Windows 8's defrag command has some new options, including:

/K Perform slab consolidation on the specified volumes.

Does anyone know what this means in English?

link|improve this question

69% accept rate
feedback

2 Answers

I couldn't find anything specifically explaining what this means in the context of Windows 8's defragmenter. But "slab consolidation" generally refers to moving objects so that objects that round up to the same allocation size are placed together.

The benefit of doing this is usually pretty minimal. But it does tend to reduce the average seek time when a large number of small objects are accessed.

link|improve this answer
feedback
up vote 0 down vote accepted

This PDF seems to have an explanation of this, along with new NTFS features.

It says:

  • Slab Consolidation

    • Efficiently defrags files to minimize the number of allocated slabs

    • A slab is the unit of allocation on a thin provisioned volume

    • Requires support for IOCTL_STORAGE_QUERY_PROPERTY requesting a property ID of: StorageDeviceLBProvisioningProperty

      • Retrieves a volume's slab size
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.