rolinh / dfc

Report file system space usage information with style
BSD 3-Clause "New" or "Revised" License
106 stars 10 forks source link

dfc showing warnings about permissions #10

Closed nrobinaubertin closed 8 years ago

nrobinaubertin commented 8 years ago

Hello, dfc is actually displaying warnings when it cannot stat some files/folders due to permissions. I don't know if it's intended since df (from gnu coreutils) does not do that.

Again, I didn't read any code of dfc and I don't know if it's wanted. Thanks for making this awesome tool !

rolinh commented 8 years ago

Hi @nrobinaubertin,

Thanks for reporting this issue. Commit f584ba2084e5f3ba3f12e492eb7287c66f2ae729 fixes this behavior. I'll work on publishing a new version of dfc as soon as I find time to work on it. The new version is almost ready to be published.

Cheers!