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