Advertisement
Guest User

mount

a guest
Feb 24th, 2012
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. san@san-desktop:~$ mount
  2. /dev/sdb2 on / type ext3 (rw,errors=remount-ro,commit=0)
  3. proc on /proc type proc (rw,noexec,nosuid,nodev)
  4. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  5. fusectl on /sys/fs/fuse/connections type fusectl (rw)
  6. none on /sys/kernel/debug type debugfs (rw)
  7. none on /sys/kernel/security type securityfs (rw)
  8. udev on /dev type devtmpfs (rw,mode=0755)
  9. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  10. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  11. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  12. none on /run/shm type tmpfs (rw,nosuid,nodev)
  13. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  14. gvfs-fuse-daemon on /home/san/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=san)
  15. san@san-desktop:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement