Advertisement
Guest User

settings

a guest
Sep 23rd, 2014
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. root@www [~]# mount
  2. /dev/xvda on / type ext4 (rw,noatime,errors=remount-ro,usrjquota=quota.user,jqfmt=vfsv0)
  3. /proc on /proc type proc (rw)
  4. sysfs on /sys type sysfs (rw)
  5. devpts on /dev/pts type devpts (rw,gid=5,mode=620)
  6. tmpfs on /dev/shm type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
  7. none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
  8. /tmp on /var/tmp type none (rw,noexec,nosuid,bind)
  9.  
  10. -----------
  11. root@www [~]# cat /etc/fstab
  12.  
  13. #
  14. # /etc/fstab
  15. # Created by anaconda on Sun Mar 9 13:40:48 2014
  16. #
  17. # Accessible filesystems, by reference, are maintained under '/dev/disk'
  18. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
  19. #
  20. /dev/xvda / ext4 noatime,errors=remount-ro,usrjquota=quota.user,jqfmt=vfsv0 0 1
  21. /dev/xvdb none swap sw 0 0
  22. tmpfs /dev/shm tmpfs nodev,nosuid,noexec,mode=1777 0 0
  23. devpts /dev/pts devpts gid=5,mode=620 0 0
  24. sysfs /sys sysfs defaults 0 0
  25. /proc /proc proc defaults 0 0
  26. root@www [~]#
  27.  
  28. -----------
  29. root@www [~]# df -kh
  30. Filesystem Size Used Avail Use% Mounted on
  31. /dev/xvda 25G 7.5G 17G 31% /
  32. tmpfs 997M 112K 997M 1% /dev/shm
  33. root@www [~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement