dvblsd
It can be useful to optimize the contiguous file allocation size for the file system if you use disk intensive applications. You may not notice a difference but it is probably worthwhile doing anyway.
The larger the drive, the greater the size allocated.
Backup the Registry, run RegEdit, and locate the Key below
Key: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet
\Control\FileSystem]
In the right pane, create a new DWORD Value Name and call it ContigFileAllocSize
Give ContigFileAllocSize a Value Data of
200 or 400 or 800 or 1000 (KB values in Hexadecimal)
OR
512 or 1024 or 2048 or 4096 (KB equivalent in Decimal)
A good all round size is 4096, that is waht I use. This will help the drive from defragmenting during IO operations.
The larger the drive, the greater the size allocated.
Backup the Registry, run RegEdit, and locate the Key below
Key: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet
\Control\FileSystem]
In the right pane, create a new DWORD Value Name and call it ContigFileAllocSize
Give ContigFileAllocSize a Value Data of
200 or 400 or 800 or 1000 (KB values in Hexadecimal)
OR
512 or 1024 or 2048 or 4096 (KB equivalent in Decimal)
A good all round size is 4096, that is waht I use. This will help the drive from defragmenting during IO operations.