uutils/coreutils

count reflink disk usage only once in du

Open

#3,906 opened on Sep 5, 2022

View on GitHub
 (13 comments) (0 reactions) (0 assignees)Rust (1,852 forks)batch import
U - dugood first issue

Repository metrics

Stars
 (23,246 stars)
PR merge metrics
 (Avg merge 5d 23h) (239 merged PRs in 30d)

Description

uu-du reports little to no disk usage for hard links, but double (triple or more) counts disk used by reflinks. Would be nice if reflinks were counted only once.

Contributor guide