Find largest files on disk drive
Want to quickly find the largest files eating up your disk? $ du -ah / | sort -rh | head -n 10 Shows top 10 biggest files/folders from root.
Continue reading →Want to quickly find the largest files eating up your disk? $ du -ah / | sort -rh | head -n 10 Shows top 10 biggest files/folders from root.
Continue reading →The disk is not full – but getting disk space utilization alerts snapd uses loop devices and they are listed as 100% use. To get zimbra to ignore loop devices su – zimbra zmlocalconfig -e zmstat_df_excludes=’/dev/loop0:/dev/loop1:/dev/loop2:/dev/loop3:/dev/loop4:/dev/loop5:/dev/loop6′ zmstatctl restart References https://wiki.zimbra.com/wiki/Disable_Disk_Space_Monitoring_for_Loop_Devices … Continue reading →
https://www.juniper.net/documentation/us/en/software/junos/qfabric-troubleshooting/cli/topics/task/system-storage-cleanup-qfx-series.html Clean up the file storage on the device by deleting system files. Request to delete system files. content_copy zoom_out_map user@host> request system storage cleanup The list of files to be deleted is displayed. content_copy zoom_out_map List of files to … Continue reading →
I upgraded my EX2300-24P and got an alarm light on the front. root@switch> show system alarms 1 alarms currently active Alarm time Class Description 2021-06-19 04:20:46 EDT Minor RE 0 /var partition usage is high Then I ran “show system … Continue reading →