Advertisement
Guest User

Untitled

a guest
Jul 29th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. rootfs / rootfs ro 0 0
  2. tmpfs /dev tmpfs rw,mode=755 0 0
  3. devpts /dev/pts devpts rw,mode=600 0 0
  4. proc /proc proc rw 0 0
  5. sysfs /sys sysfs rw 0 0
  6. none /acct cgroup rw,cpuacct 0 0
  7. tmpfs /mnt/asec tmpfs rw,mode=755,gid=1000 0 0
  8. tmpfs /mnt/obb tmpfs rw,mode=755,gid=1000 0 0
  9. none /dev/cpuctl cgroup rw,cpu 0 0
  10. /dev/block/mtdblock0 /system yaffs2 rw 0 0
  11. /dev/block/mtdblock1 /data yaffs2 rw,nosuid,nodev 0 0
  12. /dev/block/vold/179:0 /mnt/sdcard vfat rw,dirsync,nosuid,nodev,noexec,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
  13. /dev/block/vold/179:0 /mnt/secure/asec vfat rw,dirsync,nosuid,nodev,noexec,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
  14. tmpfs /mnt/sdcard/.android_secure tmpfs ro,size=0k,mode=000 0 0
  15.  
  16. emulator -avd Donut -partition-size 512
  17.  
  18. > adb shell df
  19. ...
  20. /system: 508416K total, 61332K used, 447084K available (block size 4096)
  21. ...
  22.  
  23. > adb shell df
  24. ...
  25. /system: 65536K total, 61204K used, 4332K available (block size 4096)
  26. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement