dtalley11

LG Vortex

Feb 6th, 2013
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.56 KB | None | 0 0
  1. cat /proc/mtd
  2. dev:    size   erasesize  name
  3. mtd0: 00500000 00020000 "boot"
  4. mtd1: 05000000 00020000 "cache"
  5. mtd2: 00500000 00020000 "recovery"
  6. mtd3: 00140000 00020000 "splash"
  7. mtd4: 0bb00000 00020000 "system"
  8. mtd5: 00080000 00020000 "fota_usd_mdm"
  9. mtd6: 006a0000 00020000 "fota_sto_mdm"
  10. mtd7: 0b8e0000 00020000 "userdata"
  11. mtd8: 00080000 00020000 "misc"
  12. mtd9: 00180000 00020000 "persist"
  13.  
  14. cat /proc/partitions
  15. major minor  #blocks  name
  16.   31        0       5120 mtdblock0
  17.   31        1      81920 mtdblock1
  18.   31        2       5120 mtdblock2
  19.   31        3       1280 mtdblock3
  20.   31        4     191488 mtdblock4
  21.   31        5        512 mtdblock5
  22.   31        6       6784 mtdblock6
  23.   31        7     189312 mtdblock7
  24.   31        8        512 mtdblock8
  25.   31        9       1536 mtdblock9
  26.  179        0    7778304 mmcblk0
  27.  179        1    7777280 mmcblk0p1
  28.  
  29.  ls -l /
  30. drwxr-xr-x    3 root     root             0 Feb  6 21:29 acct
  31. drwxrwx--x    1 system   cache         2048 Jan 30 00:05 cache
  32. drwxr-xr-x    2 root     root             0 Dec 31  1969 chargerimages
  33. dr-x------    2 root     root             0 Feb  6 21:29 config
  34. lrwxrwxrwx    1 root     root            17 Feb  6 21:29 d -> /sys/kernel/debug
  35. drwxrwx--x    1 system   system        2048 Jan 30 00:07 data
  36. -rw-r--r--    1 root     root           118 Dec 31  1969 default.prop
  37. drwxr-xr-x   14 root     root          3300 Feb  6 21:29 dev
  38. lrwxrwxrwx    1 root     root            11 Feb  6 21:29 etc -> /system/etc
  39. -rwxr-x---    1 root     root         98544 Dec 31  1969 init
  40. -rwxr-x---    1 root     root          1677 Dec 31  1969 init.goldfish.rc
  41. -rwxr-x---    1 root     root         15212 Dec 31  1969 init.rc
  42. -rwxr-x---    1 root     root          9078 Dec 31  1969 init.thunderc.rc
  43. drwxrwxr-x    6 root     system           0 Feb  6 21:29 mnt
  44. dr-xr-xr-x  115 root     root             0 Dec 31  1969 proc
  45. drwx------    2 root     root             0 Mar 29  2011 root
  46. drwxr-x---    2 root     root             0 Dec 31  1969 sbin
  47. drwxrwx--x    2 system   system           0 Feb  6 21:29 sd-ext
  48. lrwxrwxrwx    1 root     root            11 Feb  6 21:29 sdcard -> /mnt/sdcard
  49. drwxr-xr-x   12 root     root             0 Dec 31  1969 sys
  50. drwxr-xr-x    1 root     root          2048 Apr 11  2012 system
  51. -rw-r--r--    1 root     root             0 Dec 31  1969 ueventd.goldfish.rc
  52. -rw-r--r--    1 root     root          4078 Dec 31  1969 ueventd.rc
  53. -rw-r--r--    1 root     root           990 Dec 31  1969 ueventd.thunder.rc
  54. lrwxrwxrwx    1 root     root            14 Feb  6 21:29 vendor -> /system/vendo
  55. r
Advertisement
Add Comment
Please, Sign In to add comment