Difference between revisions of "Defragmentation"

From Observer GigaFlow Support | VIAVI Solutions Inc.
Jump to: navigation, search
 
Line 4: Line 4:
  
 
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)
 +
* note, this should be entered into an administrative command shell.
  
 
  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

Latest revision as of 17:59, 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)

  • note, this should be entered into an administrative command shell.
SCHTASKS /CREATE /SC DAILY /TN "Defragmenter for D drive" /RU SYSTEM /TR "defrag d:" /ST 01:30