You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cultprit is -i, --inodes list inode information instead of block usage
Which is not supported.
root@rpi5:~# df -PTi
df: unrecognized option: i
BusyBox v1.37.0 (2025-01-10 13:53:49 UTC) multi-call binary.
Usage: df [-PkmhT] [-t TYPE] [FILESYSTEM]...
Print filesystem usage statistics
-P POSIX output format
-k 1024-byte blocks (default)
-m 1M-byte blocks
-h Human readable (e.g. 1K 243M 2G)
-T Print filesystem type
-t TYPE Print only mounts of this type
Resulting in
Traceback (most recent call last):
File "/usr/sbin/wyng", line 5168, in <module>
aset = get_configs(options) ; dest = aset.dest
^^^^^^^^^^^^^^^^^^^^
File "/usr/sbin/wyng", line 2244, in get_configs
dest.detect_state(opts.dedup)
File "/usr/sbin/wyng", line 2556, in detect_state
raise ValueError("Missing or malformed tmp dir: "+repr(self.dtmp))
ValueError: Missing or malformed tmp dir: None
The text was updated successfully, but these errors were encountered:
Cultprit is
-i, --inodes list inode information instead of block usage
Which is not supported.
Resulting in
The text was updated successfully, but these errors were encountered: