IvanVolosyuk / diskusage

Automatically exported from code.google.com/p/diskusage
GNU General Public License v2.0
357 stars 63 forks source link

Sparse file support #30

Closed GoogleCodeExporter closed 7 years ago

GoogleCodeExporter commented 9 years ago
Request:
Please support sparse files by reporting both apparent and allocated file sizes.

Some smartphones use filesystems which support sparse files.  The diskusage app 
only appears to report the apparent file sizes.  One such phone is the Motorola 
Moto X which uses the F2FS filesystem on the data partition.

Original issue reported on code.google.com by argov...@gmail.com on 1 Jul 2014 at 8:48

IvanVolosyuk commented 7 years ago

Sparse files are supported, but I guess it was broken for a while. I found out this breakage just now. Will update app soon with the fix.

IvanVolosyuk commented 7 years ago

3.8.0 should have sparse file supported on arm devices.