GNU bug report logs - #20578
du counts a multiple times bind-mounted directory just for the first listed directory in a directory lists

Previous Next

Package: coreutils;

Reported by: Toralf Förster <toralf.foerster <at> gmx.de>

Date: Thu, 14 May 2015 18:38:02 UTC

Severity: normal

Tags: notabug

Done: Assaf Gordon <assafgordon <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 20578 <at> debbugs.gnu.org (full text, mbox):

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: Toralf Förster <toralf.foerster <at> gmx.de>, 
 20578 <at> debbugs.gnu.org
Subject: Re: bug#20578: du counts a multiple times bind-mounted directory
 just for the first listed directory in a directory lists
Date: Thu, 14 May 2015 19:35:36 -0700
Toralf Förster wrote:
> I do bind-mount a directory from the host (~35 GB of downloaded package files) onto a directory of each of the chroots to save space and bandwith.
> A "du -ms" however counts that value just for the first listed directories

It sounds like 'du' is doing the right thing.  du is supposed to count disk 
usage, which means it's not supposed to double-count files.

If you prefer each directory to be considered independently, you can use 'du a; 
du b' rather than 'du a b'.  Or possibly you may want the --count-links or 
--apparent-size options.




This bug report was last modified 6 years and 293 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.