Guest User

Untitled

a guest
Nov 21st, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. shell@android:/ $ su
  2. su
  3. shell@android:/ # df
  4. df
  5. Filesystem Size Used Free Blksize
  6. /dev 416M 84K 416M 4096
  7. /mnt/asec 416M 0K 416M 4096
  8. /mnt/obb 416M 0K 416M 4096
  9. /efs 19M 8M 11M 4096
  10. /system 1G 818M 693M 4096
  11. /cache 1007M 17M 990M 4096
  12. /data 11G 9G 1G 4096
  13. /storage/sdcard0 11G 9G 1G 4096
  14. /mnt/asec/com.playcreek.DeathWorm-1 15M 14M 1M 4096
  15. /mnt/asec/com.keramidas.TitaniumBackupPro-1 2M 108K 1M 4096
  16. /mnt/asec/com.gameloft.android.ANMP.GloftN3HM-1 56M 55M 1M 4096
  17. /storage/extSdCard 29G 13G 15G 32768
  18. shell@android:/ # mount | grep extSdCard
  19. mount | grep extSdCard
  20. /dev/block/vold/179:17 /storage/extSdCard vfat rw,dirsync,nosuid,nodev,noexec,noatime,nodiratime,uid=1000,gid=1023,fmask=0002,dmask=0002,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
  21. shell@android:/ # cd /data/data/com.google.android.music
  22. cd /data/data/com.google.android.music
  23. shell@android:/data/data/com.google.android.music # ll
  24. ll
  25. drwxrwx--x u0_a115 u0_a115 2012-09-10 23:42 app_sslcache
  26. lrwxrwxrwx root root 2012-09-10 23:45 cache -> /mnt/extSdCard/GoogleMusicCache/cache
  27. drwxrwx--x u0_a115 u0_a115 2012-09-10 23:42 databases
  28. drwxr-xr-x system system 2012-09-10 23:42 lib
  29. drwxrwx--x u0_a115 u0_a115 2012-09-12 20:06 shared_prefs
  30. shell@android:/data/data/com.google.android.music #
Add Comment
Please, Sign In to add comment