Advertisement
Guest User

Untitled

a guest
May 24th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. ubuntu@ubuntu:~$ mount
  2. /cow on / type overlayfs (rw)
  3. proc on /proc type proc (rw,noexec,nosuid,nodev)
  4. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  5. udev on /dev type devtmpfs (rw,mode=0755)
  6. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  7. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  8. /dev/sr0 on /cdrom type iso9660 (ro,noatime)
  9. /dev/loop0 on /rofs type squashfs (ro,noatime)
  10. none on /sys/fs/fuse/connections type fusectl (rw)
  11. none on /sys/kernel/debug type debugfs (rw)
  12. none on /sys/kernel/security type securityfs (rw)
  13. tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
  14. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  15. none on /run/shm type tmpfs (rw,nosuid,nodev)
  16. gvfs-fuse-daemon on /home/ubuntu/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=ubuntu)
  17. /dev/sda3 on /mnt type ext4 (rw)
  18. /proc on /mnt/proc type none (rw,bind)
  19. /sys on /mnt/sys type none (rw,bind)
  20. ubuntu@ubuntu:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement