Weird size difference when copying files #liveusb #diskusage #copyandpaste
Weird size difference when copying files #liveusb #diskusage #copyandpaste
Massive storage space usage on Windows with WSL #2204 #windowssubsystemforlinux #diskusage #storage
I want to use my NVMe, SSD and HDD on Ubuntu #partitioning #harddrive #ssd #diskusage
Claude Code's compaction discards data that's still on disk
https://github.com/anthropics/claude-code/issues/26771
#HackerNews #ClaudeCode #Compaction #Discard #Data #Disk #DataManagement #DiskUsage

Preflight Checklist I have searched existing requests and this feature hasn't been requested yet This is a single feature request (not multiple features) Problem Statement When auto-compaction trig...
Logs, databases, and caches grow under /var. Learn why Linux admins monitor the /var directory to prevent disk issues and service failures.
Full guide here: https://ostechnix.com/why-linux-admins-should-monitor-var/
#Logs #Var #Linuxadmin #Diskusage #Linuxhowto #Linuxcommands
The Rust uutils' du command in Ubuntu 25.10 shows incorrect disk size usage when parent and subdirectories overlap. A Bug Report Filed.
More details here: https://ostechnix.com/rust-uutils-du-command-wrong-size-ubuntu-25-10/
#du #Directorysize #Diskusage #Rust #Uutils #Ubuntu2510 #Bug #Linux
I've recently been struggling with disk space on one of my servers.
"df" is showing all my disk space is gone but "du" is not finding any files that would amount to filling up the disk.
Finally,, "lsof" reveals it is log files that has been rotated in a docker container but still are open (but marked deleted) đ¤Śââď¸
I could restart the docker containers at a regular interval to release the deleted files...
But is there a better way to handle this?
Display disk usage in GB on Linux: use du -sh --block-size=1G . (GNU/Linux) or du -sg . (macOS/BSD). Simplest universal method: du -sh . auto-scales to GB. For scripts: set export BLOCKSIZE=1G. #Linux #CommandLine #DiskUsage
https://pupuweb.com/how-can-i-make-the-linux-du-command-report-disk-usage-in-gigabytes/