Sprawdź przestrzeń dysku Ubuntu
# shows total, available, and used.
df / -h
Busy Beaver
# shows total, available, and used.
df / -h
df -h
or
df -h --total
or
lsblk
du -cha --max-depth=1 / | grep -E "M|G"
df -h
# Just open System Monitor from Dash and select the Filesystems tab!!!