Guest User

Untitled

a guest
Jul 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 KB | None | 0 0
  1. ubuntu@ubuntu:~$ mount
  2. aufs on / type aufs (rw)
  3. none on /proc type proc (rw,noexec,nosuid,nodev)
  4. none on /sys type sysfs (rw,noexec,nosuid,nodev)
  5. udev on /dev type tmpfs (rw,mode=0755)
  6. /dev/sr0 on /cdrom type iso9660 (rw)
  7. /dev/loop0 on /rofs type squashfs (rw)
  8. none on /sys/fs/fuse/connections type fusectl (rw)
  9. none on /sys/kernel/debug type debugfs (rw)
  10. none on /sys/kernel/security type securityfs (rw)
  11. none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  12. none on /dev/shm type tmpfs (rw,nosuid,nodev)
  13. tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
  14. none on /var/run type tmpfs (rw,nosuid,mode=0755)
  15. none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
  16. none on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
  17. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  18. gvfs-fuse-daemon on /home/ubuntu/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=ubuntu)
  19. /dev/sdb1 on /media/c91443fb-36c6-4a18-9b2f-e2db16a3880c type reiserfs (rw,nosuid,nodev,uhelper=devkit)
  20. /dev/sda1 on /media/74a9f48d-e3cc-4caa-bf13-2b05168723f6 type ext3 (rw,nosuid,nodev,uhelper=devkit)
  21. ubuntu@ubuntu:~$ df -h
  22. Filesystem Size Used Avail Use% Mounted on
  23. aufs 628M 44M 585M 7% /
  24. udev 628M 240K 628M 1% /dev
  25. /dev/sr0 690M 690M 0 100% /cdrom
  26. /dev/loop0 668M 668M 0 100% /rofs
  27. none 628M 136K 628M 1% /dev/shm
  28. tmpfs 628M 12K 628M 1% /tmp
  29. none 628M 88K 628M 1% /var/run
  30. none 628M 0 628M 0% /var/lock
  31. none 628M 0 628M 0% /lib/init/rw
  32. /dev/sdb1 75G 63G 13G 84% /media/c91443fb-36c6-4a18-9b2f-e2db16a3880c
  33. /dev/sda1 74G 66G 4.6G 94% /media/74a9f48d-e3cc-4caa-bf13-2b05168723f6
  34. ubuntu@ubuntu:~$ mount
  35. aufs on / type aufs (rw)
  36. none on /proc type proc (rw,noexec,nosuid,nodev)
  37. none on /sys type sysfs (rw,noexec,nosuid,nodev)
  38. udev on /dev type tmpfs (rw,mode=0755)
  39. /dev/sr0 on /cdrom type iso9660 (rw)
  40. /dev/loop0 on /rofs type squashfs (rw)
  41. none on /sys/fs/fuse/connections type fusectl (rw)
  42. none on /sys/kernel/debug type debugfs (rw)
  43. none on /sys/kernel/security type securityfs (rw)
  44. none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  45. none on /dev/shm type tmpfs (rw,nosuid,nodev)
  46. tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
  47. none on /var/run type tmpfs (rw,nosuid,mode=0755)
  48. none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
  49. none on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
  50. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  51. gvfs-fuse-daemon on /home/ubuntu/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=ubuntu)
  52. /dev/sdb1 on /media/c91443fb-36c6-4a18-9b2f-e2db16a3880c type reiserfs (rw,nosuid,nodev,uhelper=devkit)
  53. /dev/sda1 on /media/74a9f48d-e3cc-4caa-bf13-2b05168723f6 type ext3 (rw,nosuid,nodev,uhelper=devkit)
  54. ubuntu@ubuntu:~$ df -h
  55. Filesystem Size Used Avail Use% Mounted on
  56. aufs 628M 44M 585M 7% /
  57. udev 628M 240K 628M 1% /dev
  58. /dev/sr0 690M 690M 0 100% /cdrom
  59. /dev/loop0 668M 668M 0 100% /rofs
  60. none 628M 136K 628M 1% /dev/shm
  61. tmpfs 628M 20K 628M 1% /tmp
  62. none 628M 88K 628M 1% /var/run
  63. none 628M 0 628M 0% /var/lock
  64. none 628M 0 628M 0% /lib/init/rw
  65. /dev/sdb1 75G 63G 13G 84% /media/c91443fb-36c6-4a18-9b2f-e2db16a3880c
  66. /dev/sda1 74G 66G 4.6G 94% /media/74a9f48d-e3cc-4caa-bf13-2b05168723f6
  67. ubuntu@ubuntu:~$ fdisk -l
  68. ubuntu@ubuntu:~$
Add Comment
Please, Sign In to add comment