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 →
Add a new disk to a Windows Guest box and go to computer management and a message pops up: Offline (The disk is offline because of policy set by an administrator). As it turned out, this problem may appear … 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 →