Created on
04-23-2025
07:07 AM
Edited on
04-24-2025
01:16 AM
By
Jean-Philippe_P
Description | This article explains 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 end
This command is used to log and capture the first few packets of a session that matches this policy. Only the first packets of a new session are captured, not the entire session.
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 commands:
show full-configuration | grep -f "capture-packet enable"
That output from this command will display policies that have this setting enabled so the setting can be removed from the policies if desired. |