Advertisement
motafoca

mount

May 24th, 2011
786
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. motafoca mobile # adb shell mount
  2. rootfs on / type rootfs (ro,relatime)
  3. tmpfs on /dev type tmpfs (rw,relatime,mode=755)
  4. devpts on /dev/pts type devpts (rw,relatime,mode=600)
  5. proc on /proc type proc (rw,relatime)
  6. sysfs on /sys type sysfs (rw,relatime)
  7. none on /acct type cgroup (rw,relatime,cpuacct)
  8. tmpfs on /mnt/asec type tmpfs (rw,relatime,mode=755,gid=1000)
  9. tmpfs on /mnt/obb type tmpfs (rw,relatime,mode=755,gid=1000)
  10. none on /dev/cpuctl type cgroup (rw,relatime,cpu)
  11. /dev/block/stl12 on /system type ext4 (rw,relatime,barrier=1,data=writeback)
  12. /dev/block/stl13 on /data type ext4 (rw,nosuid,nodev,relatime,barrier=1,data=writeback,noauto_da_alloc)
  13. /dev/block/stl14 on /cache type ext4 (rw,nosuid,nodev,relatime,barrier=1,data=writeback,noauto_da_alloc)
  14. /dev/block/stl13 on /cache/download type ext4 (rw,nosuid,nodev,relatime,barrier=1,data=writeback,noauto_da_alloc)
  15. /dev/block/vold/179:1 on /mnt/sdcard type vfat (rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro)
  16. /dev/block/vold/179:1 on /mnt/secure/asec type vfat (rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro)
  17. tmpfs on /mnt/sdcard/.android_secure type tmpfs (ro,relatime,size=0k,mode=000)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement