ABB · System
The root partition of the flash disk has 15% or less free space remaining. This warning indicates that critical system operations may be impacted, potentially leading to instability, inability to store new logs, updates, or temporary files. Continued operation with low space can cause system crashes.
Click steps to track your progress.
1. Access the device's file system (e.g., via SSH, FTP, or web interface) and navigate to the root partition.
2. Identify large directories and files using `du -sh *` command (if Linux-based) to pinpoint space consumers.
3. Manually purge old log files, temporary files, or non-essential application data, adhering to system-specific guidelines for deletion paths (e.g., `/var/log`).
4. Review the log rotation configuration (e.g., `logrotate` settings) to ensure logs are compressed and deleted after a defined retention period.
5. If persistent, consider reinstalling the operating system or application firmware to reclaim full disk space, ensuring a backup of critical configurations beforehand.