dtalley11

htc desire cat /proc/mtd && cat /proc/partitions

Feb 3rd, 2013
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.51 KB | None | 0 0
  1. cat /proc/mtd
  2. dev:    size   erasesize  name
  3. mtd0: 000a0000 00020000 "misc"
  4. mtd1: 00500000 00020000 "recovery"
  5. mtd2: 00280000 00020000 "boot"
  6. mtd3: 0e600000 00020000 "system"
  7. mtd4: 02800000 00020000 "cache"
  8. mtd5: 0a7a0000 00020000 "userdata"
  9.  
  10. cat /proc/partitions
  11. major minor  #blocks  name
  12.  
  13.   31        0        640 mtdblock0
  14.   31        1       5120 mtdblock1
  15.   31        2       2560 mtdblock2
  16.   31        3     235520 mtdblock3
  17.   31        4      40960 mtdblock4
  18.   31        5     171648 mtdblock5
Advertisement
Add Comment
Please, Sign In to add comment