How does storage space in our phone is partitioned? How can we access our storage space?
Asked
Active
Viewed 1,531 times
0
-
You can see partitions and their usage in apps like DiskInfo – Robert Sep 05 '18 at 17:13
1 Answers
0
Most Android phones have eMMC (flash memory), partitioned in GUID partition table (GPT) just like a PC's hard disk. There are usually less or more 50 partitions on a latest Android phone. OS uses /system while user uses /data mainly. Internal SD card is /data/media. Other partitions are smaller.
For more details, visit this link.
If you have a rooted phone, you can use Linux tools (parted, gdisk etc.) to manipulate Android 's partition table. But that's really risky.
To fully access storage space, you need root permissions.
Irfan Latif
- 20,353
- 3
- 70
- 213