Disk Usage/Free Utility (duf) 0.8.1

Published by

Disk Usage/Free Utility (duf) is a customizable command line tool that monitors and analyzes disk usage.
If you're looking for a utility that can provide detailed information about your disk usage, free space, and filesystems. In that case, you might consider using Disk Usage/Free Utility (duf). This handy tool is written in Go, making it powerful and efficient.

One of the standout features of Disk Usage/Free Utility is its visually appealing and user-friendly format, which makes it easy to understand the data it presents. With Disk Usage/Free Utility, you can get a comprehensive overview of your disk usage and free space, giving you the insights you need to manage your system more effectively.

Disk Usage/Free Utility is a versatile solution for users on multiple platforms.

Usage

You can start duf without any command-line arguments:

duf

If you supply arguments, duf will only list specific devices & mount points:

duf /home /some/file

If you want to list everything (including pseudo, duplicate, inaccessible file systems):

duf --all

Filtering

You can show and hide specific tables:

duf --only local,network,fuse,special,loops,binds
duf --hide local,network,fuse,special,loops,binds
You can also show and hide specific filesystems:

duf --only-fs tmpfs,vfat
duf --hide-fs tmpfs,vfat
...or specific mount points:

duf --only-mp /,/home,/dev
duf --hide-mp /,/home,/dev
Wildcards inside quotes work:

duf --only-mp '/sys/*,/dev/*'

Display options

Sort the output:

duf --sort size
Valid keys are: mountpoint, size, used, avail, usage, inodes, inodes_used, inodes_avail, inodes_usage, type, filesystem.

Show or hide specific columns:

duf --output mountpoint,size,usage
Valid keys are: mountpoint, size, used, avail, usage, inodes, inodes_used, inodes_avail, inodes_usage, type, filesystem.

List inode information instead of block usage:

duf --inodes
If duf doesn't detect your terminal's colors correctly, you can set a theme:

duf --theme light

Color-coding & Thresholds

duf highlights the availability & usage columns in red, green, or yellow, depending on how much space is still available. You can set your own thresholds:

duf --avail-threshold="10G,1G"
duf --usage-threshold="0.5,0.9"

Similar:
10 Ways to Open the Command Prompt in Windows 11
How to Check Your Hard Disk Health Using WMIC
How to Check SMART Predict Failure in Windows
How to Find Your Hard Drive On, Off, and Run Time
How to Check Drive Temperature in Windows 10 & 11


  Download