Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. mount
  2. /dev/sda1 on / type ext4 (rw,errors=remount-ro,commit=0)
  3. proc on /proc type proc (rw,noexec,nosuid,nodev)
  4. none 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. none on /dev type devtmpfs (rw,mode=0755)
  9. none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  10. none on /dev/shm type tmpfs (rw,nosuid,nodev)
  11. none on /var/run type tmpfs (rw,nosuid,mode=0755)
  12. none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
  13. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  14. gvfs-fuse-daemon on /home/blackstorm/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=blackstorm)
  15. /dev/sdb1 on /media/JEAN (LILA) type vfat (rw,nosuid,nodev,uhelper=udisks,uid=1000,gid=1000,shortname=mixed,dmask=0077,utf8=1,showexec,flush)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement