From 08d9152f873b80102764889e553a4182962fe074 Mon Sep 17 00:00:00 2001 From: mdekstrand Date: Tue, 9 Apr 2024 14:45:07 +0000 Subject: [PATCH] Added a comment: Update after transferring more files --- ...t_1_cb1e92ef1412e68c12f6a1c9a10a7414._comment | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/bugs/available_space_miscomputed_on_large_macOS_volume/comment_1_cb1e92ef1412e68c12f6a1c9a10a7414._comment diff --git a/doc/bugs/available_space_miscomputed_on_large_macOS_volume/comment_1_cb1e92ef1412e68c12f6a1c9a10a7414._comment b/doc/bugs/available_space_miscomputed_on_large_macOS_volume/comment_1_cb1e92ef1412e68c12f6a1c9a10a7414._comment new file mode 100644 index 0000000000..ea323e9c51 --- /dev/null +++ b/doc/bugs/available_space_miscomputed_on_large_macOS_volume/comment_1_cb1e92ef1412e68c12f6a1c9a10a7414._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="mdekstrand" + avatar="http://cdn.libravatar.org/avatar/0acb8a6c848d39aa53d94bd81239b034" + subject="Update after transferring more files" + date="2024-04-09T14:45:07Z" + content=""" +After transferring many more files with `--force`, `git annex info` reports an available space of 17.46 terabytes, with following actual space: + +``` +$ df -h . +Filesystem Size Used Avail Capacity iused ifree %iused Mounted on +/dev/disk5s1 98Ti 2.3Ti 96Ti 3% 75k 1.0T 0% /Volumes/ABYSS +``` + +I suspect the problem is either an integer overflow of some kind, or an integer size/precision error reading from the disk space struct in the disk space library. +"""]]