-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"files size" differs from "du -bs" results in quick view on folder #165
Comments
test folder included to reproduce this easily |
far doesn't care about directory (own node) size reported by stat, that explain case when size in far less than in du |
is this behavour can be considered expected? should be documented somehow at least, I guess. |
re-checked with d81151c 10 bytes go to nowhere |
I know. its again related to symlinks |
found the (possible) reason of home folder size difference. so, to reprocude
btw, I still see some size difference after cleaning the recycle bin, investigating |
far's quick view still shows ~/.wine taking 55G, but it really takes about 800M, and 55G is my desktop folder size. not sure if it matters. but then total size of ~ is calculated, .wine's 55G are not included. |
du -bs doesn't include size of objects pointed by symlinks, not sure whats wrong with your desktop dir, for me disabled symlinks gives almost same size of ~ as du -bs |
reproduced. the magic is, with "follow symlinks" option turned off, size of directories having symlinks pointing to them is not included in calculation to reproduce:
sample included UPD: seem to be fixed in 76ca1d0 |
still, even with "scan symbolic links", far's "files size" is slightly greater then du -bs |
dosdevices.zip |
whats inside of dosdevices? |
|
also about scenario with lost size when disabled symlinks - was it checked before or after recent commit 76ca1d0 ? |
and what size shows far per each that file if enter dosdevices in ctrl+3 mode? |
before. seems that 76ca1d0 fixed it. |
..and if select them |
I meant selected with ins to see their size in status area.. Anyway, check with recent changes |
..and now? |
fixed with dosdevices, .wine and whole ~ in "no symbolic links scan" mode, YEAH :) |
Don't know.. it was so in original version.. |
guessed about temporary tree file. so waiting a little bit for du to show actual result. 59 411 034 356 59 411 212 209 unxed@rs ~ $ sudo du -bs ~
|
looks good..
|
Thanks for detailed explanation! |
not sure if it can be considered bug or feature, but this behavour causes confusion at least
The text was updated successfully, but these errors were encountered: