Technical Tip: 'Capture-packet cannot be enabled without storage disk' error
| Description | This article describes how to resolve the 'Capture-packet cannot be enabled without storage disk' error when attempting to modify a policy. |
| Scope | FortiGate. |
| Solution | While attempting to modify a policy, the following error is seen:
Capture packet cannot be enabled without storage disk
Attempting to modify the policy using the CLI, the same error is displayed.
config firewall policy edit <policy ID> end
The capture-packet setting can cause the above error and prevent modifications to the policy.
Disable capture-packet on the necessary policy and save it.
config firewall policy end
To confirm if other policies have this setting, run the following command:
show full-configuration | grep -f "capture-packet enable"
The output from this command will display policies that have this setting enabled, so the setting can be removed from the policies if desired. |

