dtalley11

mount

Feb 3rd, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.79 KB | None | 0 0
  1. # mount
  2. mount
  3. rootfs on / type rootfs (ro,relatime)
  4. tmpfs on /dev type tmpfs (rw,relatime,mode=755)
  5. devpts on /dev/pts type devpts (rw,relatime,mode=600)
  6. proc on /proc type proc (rw,relatime)
  7. sysfs on /sys type sysfs (rw,relatime)
  8. none on /acct type cgroup (rw,relatime,cpuacct)
  9. tmpfs on /mnt/asec type tmpfs (rw,relatime,mode=755,gid=1000)
  10. tmpfs on /mnt/obb type tmpfs (rw,relatime,mode=755,gid=1000)
  11. none on /dev/cpuctl type cgroup (rw,relatime,cpu)
  12. /dev/block/mtdblock3 on /system type yaffs2 (ro,relatime)
  13. /dev/block/mtdblock5 on /data type yaffs2 (rw,nosuid,nodev,relatime)
  14. /dev/block/mtdblock4 on /cache type yaffs2 (rw,nosuid,nodev,relatime)
  15. /dev/block/mtdblock5 on /cache/download type yaffs2 (rw,nosuid,nodev,relatime)
  16. /sys/kernel/debug on /sys/kernel/debug type debugfs (rw,relatime)
Advertisement
Add Comment
Please, Sign In to add comment