-
Notifications
You must be signed in to change notification settings - Fork 751
Storage Analyzer
Matthias Urhahn edited this page Jan 25, 2018
·
5 revisions
This features sorts your device content by file size and allows you to quickly find out where most of you space it taken up.
The following locations are supported:
- Primary and secondary public storages (e.g.
/storage/emulated/0
,/storage/sdcard1
etc) - Portable storages, think usb otg devices (though support for that is still a WIP as of v4.5.9)
- Primary and secondary private storages (e.g.
/data
,/mnt/expand
) - System cache partition (e.g.
/cache
) - System partition (e.g.
/system
)
The storage analyzer displays allocated size
instead of file size
. For more details on this, see here.
Some storage items such as /data
and /cache
can only be scanned with root permission, but their total size may still be determined without root (e.g. using df
). To show them enable this setting.