From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <509071940710091531t4929a165k7cce6f53a6b50599@mail.gmail.com> Date: Tue, 9 Oct 2007 18:31:03 -0400 From: "Anthony Sorace" To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [9fans] Fossil thinks my free space is a wee bit more than it is Topicbox-Message-UUID: cd5e2240-ead2-11e9-9d60-3106f5b1d025 While untarring a big-ish file to a small-ish hard drive, I was running df on my fossil console to see if I was going to run out of space. The output from these successive runs is... not correct: prompt: fsys main df main: 1,644,601,344 used + 2,588,672 free = 1,647,190,016 (99% used) prompt: fsys main df main: 1,652,891,648 used + 35,184,366,387,200 free = 1,647,190,016 (100% used) prompt: fsys main df main: 1,666,473,984 used + 35,184,352,804,864 free = 1,647,190,016 (101% used) prompt: fsys main df main: 1,693,908,992 used + 35,184,325,369,856 free = 1,647,190,016 (102% used) Overdraft protection? For reference: :; ls -l /dev/sdC0/fossil --rw-r----- S 0 a a 1650169856 Aug 1 22:57 /dev/sdC0/fossil Things seem to be operating more-or-less normally so this isn't a huge issue, but it's clearly a reporting bug. Anthony