Weird size difference when copying files

Yesterday my Windows 11 install died after a faulty update that couldn't be undone (shocker), and I'm trying to copy all data from that 256GB SDD to an HDD with over 1TB free space using an Ubuntu ...

Ask Ubuntu

Massive storage space usage on Windows with WSL #2204 #windowssubsystemforlinux #diskusage #storage

https://askubuntu.com/q/1564768/612

Massive storage space usage on Windows with WSL

I've been using WSL on my work laptop and just recently I started getting store space errors, which is surprising because I have a 1TB SSD. I checked the storage settings and it shows Ubuntu 22.04.5

Ask Ubuntu

I want to use my NVMe, SSD and HDD on Ubuntu #partitioning #harddrive #ssd #diskusage

https://askubuntu.com/q/1564417/612

I want to use my NVMe, SSD and HDD on Ubuntu

I am having trouble setting up my SSD and HDD to be used as a separate storage. Ubuntu is installed on my NVMe, and I want to be able to use my SSD and HDD to install games, programs and other things

Ask Ubuntu
[FEATURE] Indexed transcript references in compaction summaries for surgical context recovery ¡ Issue #26771 ¡ anthropics/claude-code

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...

GitHub

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

Why Every Linux Admin Should Monitor the /var Directory - OSTechNix

Logs, databases, and caches grow under /var. Learn why Linux admins monitor the /var directory to prevent disk issues and service failures.

OSTechNix

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

[Bug] Rust uutils du Command Reports Wrong Size in Ubuntu 25.10 - OSTechNix

The Rust uutils' du command in Ubuntu 25.10 shows incorrect disk size usage when parent and subdirectories overlap.

OSTechNix

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?

#linux #docker #logrotation #diskusage

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/

How Can I Make the Linux du Command Report Disk Usage in Gigabytes? - PUPUWEB

Is There a Simple Way to Get the du Command to Display Sizes in GB? When managing files and directories on a Linux system, understanding how much space

PUPUWEB
GitHub - muesli/duf: Disk Usage/Free Utility - a better 'df' alternative

Disk Usage/Free Utility - a better 'df' alternative - muesli/duf

GitHub
A disk on a VPS I rent recently exceeded 90% usage. As I was poking around to figure out what I could get rid of, I came across two log files that had never been set to rotate. Over the approximately 10 years the service generating these logs has been running, they've accumulated 40 million lines representing tens of gigabytes of data. I think I can get rid of most of that.

#vps #DiskUsage #disk