Monday, November 5, 2018

Command to list partitions?



I want to list the partitions on my phone - system, boot, recovery etc. What terminal command should I use? The mount command just lists mount points.



Answer



Use one of those:
cat /proc/mounts
mount
# free disk space of mounted fs'

df
# this shows you available devices
cat /proc/partitions


ps: Lines containing asec are moved-to-sdcard apps (it's each an encrypted volume per app for security reasons)


No comments:

Post a Comment

samsung galaxy s 2 - Cannot restore Kies backup after firmware upgrade

I backed up my Samsung Galaxy S2 on Kies before updating to Ice Cream Sandwich. After the upgrade I tried to restore, but the restore fails ...