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...")
 
 
(One intermediate revision by one user not shown)
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)
 +
* 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