Ticket #4290 (closed enhancement: duplicate)
Show directory sizes doesn't handle hard links
Reported by: | birdie | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | mc-core | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
It would be great if this command took hard links into consideration.
Change History
comment:2 Changed 3 years ago by birdie
mkdir 1 && cd 1 dd if=/dev/zero of=test bs=1M count=1 ln test test2 ln test test3 ln test test4 du . 1024 .
mc shows 4194304 bytes
Note: See
TracTickets for help on using
tickets.
Are you sure?
#3647