Difference between revisions of "Defragmentation"

From Observer GigaFlow Support | VIAVI Solutions Inc.
Jump to: navigation, search
(Created page with "Defragmentation of the data drive for GigaFlow may cause performance issues. As such, please ensure that defragmentation process is enabled on the data drive. If it can't be e...")
 
Line 1: Line 1:
 
Defragmentation of the data drive for GigaFlow may cause performance issues.
 
Defragmentation of the data drive for GigaFlow may cause performance issues.
 +
 
As such, please ensure that defragmentation process is enabled on the data drive.
 
As such, please ensure that defragmentation process is enabled on the data drive.
 +
 
If it can't be enabled (i.e. due to storage spaces being the media type) please schedule defragmentation using the following (using d drive as example)
 
If it can't be enabled (i.e. due to storage spaces being the media type) please schedule defragmentation using the following (using d drive as example)
  
 
  SCHTASKS /CREATE /SC DAILY /TN "Defragmenter for D drive" /RU SYSTEM /TR "defrag d:" /ST 01:30
 
  SCHTASKS /CREATE /SC DAILY /TN "Defragmenter for D drive" /RU SYSTEM /TR "defrag d:" /ST 01:30

Revision as of 17:33, 16 November 2021

Defragmentation of the data drive for GigaFlow may cause performance issues.

As such, please ensure that defragmentation process is enabled on the data drive.

If it can't be enabled (i.e. due to storage spaces being the media type) please schedule defragmentation using the following (using d drive as example)

SCHTASKS /CREATE /SC DAILY /TN "Defragmenter for D drive" /RU SYSTEM /TR "defrag d:" /ST 01:30