duf icon indicating copy to clipboard operation
duf copied to clipboard

Disk Usage/Free Utility - a better 'df' alternative

Results 86 duf issues
Sort by recently updated
recently updated
newest added

The repository is up-to-date with the github releases. The update is done every night. All scripts are public on the website https://packages.azlux.fr/scripts/ Azlux

About this output: ![image](https://user-images.githubusercontent.com/1453362/112462558-7b9a8380-8d61-11eb-9f22-86259d5c5771.png) IMHO all **/dev/loop*** filesystems should be in the special devices section (or in new 'virtual devices' section). Regards.

On storage servers with many drives, "local devices" shows storage drives mixed with / and /boot partitions - which have completely different size/usage and this causes confusion. It would be...

So I have multiple subvolumes mounted of my BTRFS /, to exclude them from snapshots, as you can see below. I think it would be nice to somehow group them...

I have an ntfs partition mounted that is detected as "fuseblk" and nothing further. I'd expect duf to recognize NTFS here. lsblk reports it as ntfs correctly. I mounted it...

I have some entries in my /etc/fstab which are bind mounts: ``` /mnt/hdd/sources /src none defaults,bind 0 0 ``` `duf` shows them in the list of normal, non-special devices, but...

Hi guys, I like this utility, so I've packaged it in a format suitable for QNAP NAS. https://forum.qnap.com/viewtopic.php?f=320&t=157781 Cheers! 👍🏽

If I use autodetection (the default), or specify my -width to the actual terminal width, duf will wrap before it uses the full width of the terminal. However, if I...

bug

Operating system: openSUSE Tumbleweed, built from source using official go version 1.14.9. When running `duf` as user, I get permission denied: ``` $ ./duf /sys/kernel/debug/tracing: permission denied [tables ommitted] ```...

So df says this: `/dev/mapper/ubuntu--vg-root 232G 210G 9.8G 96% /` And duf says this: `│ / │ 231.5G │ 209.9G │ 9.8G │ [##################..] 90.7% │ ext4 │ /dev/ubuntu--vg/root │`...