Guest User

Untitled

a guest
Feb 20th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.34 KB | None | 0 0
  1. # mount
  2. mount
  3. rootfs on / type rootfs (ro,noatime)
  4. tmpfs on /dev type tmpfs (rw,noatime,mode=111)
  5. devpts on /dev/pts type devpts (rw,noatime,mode=600)
  6. proc on /proc type proc (rw,noatime)
  7. sysfs on /sys type sysfs (rw,noatime)
  8. none on /acct type cgroup (rw,relatime,cpuacct)
  9. tmpfs on /mnt/asec type tmpfs (rw,noatime,mode=755,gid=1000)
  10. tmpfs on /mnt/obb type tmpfs (rw,noatime,mode=755,gid=1000)
  11. tmpfs on /mnt/usb type tmpfs (rw,noatime,mode=755,gid=1000)
  12. tmpfs on /app-cache type tmpfs (rw,noatime,size=7168k)
  13. none on /dev/cpuctl type cgroup (rw,relatime,cpu)
  14. /dev/block/mmcblk0p9 on /system type ext4 (ro,nodev,noatime,commit=20,barrier=1,nodelalloc,data=ordered)
  15. /dev/block/mmcblk0p7 on /cache type ext4 (rw,nosuid,nodev,noatime,commit=20,barrier=1,nodelalloc,data=ordered)
  16. /dev/block/mmcblk0p1 on /efs type ext4 (rw,nosuid,nodev,noatime,commit=20,barrier=1,nodelalloc,data=ordered)
  17. nil on /sys/kernel/debug type debugfs (rw,noatime)
  18. /dev/block/mmcblk0p10 on /data type ext4 (rw,nosuid,nodev,noatime,commit=20,barrier=1,data=ordered,noauto_da_alloc,discard)
  19. /dev/block/mmcblk0p4 on /mnt/.lfs type j4fs (rw,noatime)
  20. /dev/block/vold/179:11 on /mnt/sdcard type vfat (rw,dirsync,nosuid,nodev,noexec,noatime,nodiratime,uid=1000,gid=1015,fmask=0002,dmask=0002,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro,discard)
Add Comment
Please, Sign In to add comment