matteoserva / MegaFuse

MEGA client for linux, based on FUSE
Other
249 stars 79 forks source link

`du` command not working #37

Open tYYGH opened 9 years ago

tYYGH commented 9 years ago
# du -hs megamount/
0    megamount/
# (find megamount/ -type f -printf '%s+'; echo 0) | bc -lq
835159896

It seems that du does not use the same API that find is using, and it fails.