dysk
dysk copied to clipboard
A linux utility to get information on filesystems, like df but better
I noticed that lfs excludes snap mounts by default, as expected, but shows btrfs mount points. I've not yet found a tool that displays btrfs info in a way that...
dysk, and it's previous incarnation always takes ~1m30 seconds to load on my system, whereas the alternative dfrs shows disk usage immediately. ``` $ time dysk ┌──────────────┬───────┬────┬────┬─────────┬────┬────┬───────────────────────────┐ │ filesystem │...
# Description dysk never outputs color with watch -c. I'd expect this usage to be possible with `--color yes` (or force?). # steps to reproduce - use `watch -c dysk...
I have `dysk` installed on several systems. The recognition of the disk in the disk column gives mixed results. I have an external M.2 stick attached via USB3 show up...
Is it possible to install dysk on a router with a MediaTek MT7620A processor? Cpuinfo data: ``` system type : MediaTek MT7620A ver:2 eco:6 machine : Zbtlink ZBT-WE826 (16M) processor...
Please improve the release packages available on github by breaking them down by architecture and platform. This is make the deployment automation possible by using tools like ansible and others....
I've notices that the reporting on zfs pools is not accurate. The used value for each is not correct as can be seen here: ``` |system/logs |zfs | |301Mi| 9%...
It would be helpful to mention where the files from the release archive are meant to go, even if just as example. ``` /usr/local/bin/dysk /usr/local/share/man/man1/dysk.1 /usr/local/share/bash-completion/completions/_dysk /usr/local/share/bash-completion/completions/dysk.bash /usr/local/share/bash-completion/completions/dysk.elv /usr/local/share/bash-completion/completions/dysk.fish ```...
any chance to support windows in the future?
Is it possible to run dysk with multiple filter options for filestsystem? I tried `dysk -f '(type=xfs & type=zfs)'` and `dysk -f type=xfs,zfs` but that does not work. ``` no...