This commit is contained in:
Yorhel 2024-07-24 14:46:36 +02:00
parent 436c5b5294
commit 477101e733
26 changed files with 126 additions and 9 deletions

View file

@ -124,8 +124,11 @@ excluded
`"pattern"`
: If the path matched an exclude pattern.
`"otherfs"`
: If the item is on a different device/filesystem.
`"otherfs"` or `"othfs"`
: If the item is on a different device/filesystem. Every version of ncdu
versions recognizes `"otherfs"` when importing, but versions 1.20 or
2.4 and earlier wrote `"othfs"` when exporting. Later versions
recognize both strings and output `"otherfs"`.
`"kernfs"`
: If the item has been excluded with `--exclude-kernfs` (since ncdu 1.15).