Cyber Command Disk (Data Partition)

Jackson Ma Lv1Posted 2025-Mar-18 13:45

There was 100% disk full (Data Partition), what is the data in this data partition,  how can I clean those data to reduce the disk usage %?

Thank you

Zonger has solved this question and earned 10 coins.

Posting a reply earns you 2 coins. An accepted reply earns you 20 coins and another 10 coins for replying within 10 minutes. (Expired) What is Coin?

Enter your mobile phone number and company name for better service. Go

The data partition in a system typically stores logs, temporary files, application data or backup files. To reduce disk usage, first identify large files using commands like "du -sh *" or "df -h". You can safely delete old logs (/var/log), temporary files (/tmp) and unnecessary cache files.
Is this answer helpful?
Zonger Posted 2025-Mar-19 05:42
  
The data partition in a system typically stores logs, temporary files, application data or backup files. To reduce disk usage, first identify large files using commands like "du -sh *" or "df -h". You can safely delete old logs (/var/log), temporary files (/tmp) and unnecessary cache files.
Jackson Ma Lv1Posted 2025-Mar-19 10:06
  
This 100% disk full (Data Partition) is on Cyber Command (show in System Menu - Maintenance),  the logging option has been setup "Usage Threshold for Cleanup"  65%, but still no clean up even after restart the Cyber Command.
Ayra Lv1Posted 2025-Mar-22 14:25
  

The data partition in a system typically stores logs, temporary files, application data or backup files. To reduce disk usage, first identify large files using commands like "du -sh *" or "df -h". You can safely delete old logs (/var/log), temporary files (/tmp) and unnecessary
pmateus Lv3Posted 2025-Mar-24 22:18
  
Hi,

To display the 10 largest folders/files including the sub-directories, run
# du -Sh | sort -rh | head -10

Then check it if they are logs, or rotation logs that you can remove. Or any other files that shouldn't be there.
Usually if there lots of logs, it can indicate an issue on your system that is generating a lots of error logs, you should check them to figure out if there exist some issue.

Thanks.

I Can Help:

Change

Moderator on This Board

134
72
23

Started Topics

Followers

Follow

0
5
5

Started Topics

Followers

Follow

37
4
0

Started Topics

Followers

Follow

Trending Topics

Board Leaders