Add files via upload

This commit is contained in:
kneutron 2024-12-26 18:51:06 -07:00 committed by GitHub
parent d7cf45121a
commit 2aa906a147
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

11
proxmox/real-du.sh Normal file
View File

@ -0,0 +1,11 @@
#!/bin/bash
# show actual at-the-moment disk usage VS what applications see / what they can address in thin-provisioned / compressed storage
# REF: https://forum.proxmox.com/threads/when-migrating-to-smb-cifs-the-disk-expands.159645/#post-733180
du -h "$@" # ACTUAL space being taken up on disk at the moment - can grow to the "allocated limit"
# 288G .
du --apparent-size -h "$@" # What applications see / what they can actually address in a thin-provisioned / growable disk
# 352G .