eolas/neuron/9445c5fd-135c-4b0b-a70c-7a6fd45d9d58/Disk_size_utilities.md
2025-04-05 10:32:40 +01:00

424 B

tags created
procedural
linux
Monday, February 10, 2025

Disk size utilities

Compare size of two directories in human-readable format

du -sh /dir_one /dir_two

View total capacity and space used

df -h /media/samsung-T7 # add more to compare if you like

# Filesystem              Size  Used Avail Use% Mounted on
# /dev/mapper/samsung-T7  916G   67G  850G   8% /media/samsung-T7