All mounted filesystems as JSON
Run 'duf -json' to dump every detected filesystem (local, network, fuse, special, loops, binds) as a JSON array of {device, mount_point, fs_type, total, free, used, usage, inodes_*}. Mount points / device paths are scrubbed of the real hostname before display.
Local filesystems, ASCII text view
Run 'duf -only local -style ascii -theme ansi' to show only physically-attached filesystems (skipping network/pseudo/loop mounts) in plain ASCII (no unicode box drawing) with neutral ANSI colors. ASCII style keeps the Output panel readable when the page font isn't fixed-width-unicode-friendly.
# duf - Help
Source: https://github.com/muesli/duf
```
Usage of C:\CFusionExtra\duf\duf.exe:
-all
include pseudo, duplicate, inaccessible file systems
-avail-threshold string
specifies the coloring threshold (yellow, red) of the avail column, must be integer with optional SI prefixes (default "10G,1G")
-hide string
hide specific devices, separated with commas:
local, network, fuse, special, loops, binds
-hide-fs string
hide specific filesystems, separated with commas
-hide-mp string
hide specific mount points, separated with commas (supports wildcards)
-inodes
list inode information instead of block usage
-json
output all devices in JSON format
-only string
show only specific devices, separated with commas:
local, network, fuse, special, loops, binds
-only-fs string
only specific filesystems, separated with commas
-only-mp string
only specific mount points, separated with commas (supports wildcards)
-output string
output fields: mountpoint, size, used, avail, usage, inodes, inodes_used, inodes_avail, inodes_usage, type, filesystem
-sort string
sort output by: mountpoint, size, used, avail, usage, inodes, inodes_used, inodes_avail, inodes_usage, type, filesystem (default "mountpoint")
-style string
style: unicode, ascii (default "unicode")
-theme string
color themes: dark, light, ansi (default "dark")
-usage-threshold string
specifies the coloring threshold (yellow, red) of the usage bars as a floating point number from 0 to 1 (default "0.5,0.9")
-version
display version
-warnings
output all warnings to STDERR
-width uint
max output width
```