Advertisement
fuser-invent

Nexus 7 2013 - adb shell df

May 26th, 2015
428
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. *Here we see that nothing is mounted on the emmc and everything is being run from tmp in the ram.
  2.  
  3. Bricked
  4.  
  5. E:\android_development\sdk\platform-tools>adb shell df
  6. Filesystem 1K-blocks Used Available Use% Mounted on
  7. tmpfs 925356 24 925332 0% /dev
  8. tmpfs 1758184 28 1758156 0% /tmp
  9.  
  10. Working
  11.  
  12. E:\android_development\sdk\platform-tools>adb shell df
  13. Filesystem 1K-blocks Used Available Use% Mounted on
  14. tmpfs 925356 48 925308 0% /dev
  15. tmpfs 925356 20 925336 0% /tmp
  16. /dev/block/mmcblk0p30
  17. 27373836 24490400 2883436 89% /data
  18. /dev/block/mmcblk0p30
  19. 27373836 24490400 2883436 89% /sdcard
  20. /dev/block/mmcblk0p23
  21. 564988 99332 465656 18% /cache
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement