Tell me more ×
Android Enthusiasts Stack Exchange is a question and answer site for enthusiasts and power users of the Android operating system. It's 100% free, no registration required.

I've rooted my phone, put it in recovery mode, and have linked it to PC by adb shell. How can I view the list of storage devices and partitions? fdisk doesn't work.

share|improve this question

1 Answer

up vote 3 down vote accepted

I believe you want: cat /proc/mtd

Also useful: mount

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.