Tags: #Gentoo Linux #disk #usage #df #du
Gentoo Linux: Disk Usage (Free Disk Space)
Posted on February 15, 2013
A hint to check a total hard disk usage or a specific directory usage in Gentoo Linux…
Usage
Disk usage including size in human-readable format:
$ df -h
Disk usage including filesystem types:
$ df -h -T
Disk usage including 1K-blocks info:
$ df -k
A specific directory usage:
$ du -sh /DIRECTORY