Advertisement
Guest User

Untitled

a guest
Oct 1st, 2011
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. daniel@daniel-Satellite-M40X:~$ free -m
  2. total used free shared buffers cached
  3. Mem: 494 405 89 0 9 133
  4. -/+ buffers/cache: 262 232
  5. Swap: 1999 57 1942
  6.  
  7.  
  8. daniel@daniel-Satellite-M40X:~$ cat /etc/fstab
  9. # /etc/fstab: static file system information.
  10. #
  11. # Use 'blkid -o value -s UUID' to print the universally unique identifier
  12. # for a device; this may be used with UUID= as a more robust way to name
  13. # devices that works even if disks are added and removed. See fstab(5).
  14. #
  15. # <file system> <mount point> <type> <options> <dump> <pass>
  16. proc /proc proc nodev,noexec,nosuid 0 0
  17. # / was on /dev/sda1 during installation
  18. UUID=266993e7-df52-4780-a74f-3390a183b7cc / ext4 errors=remount-ro 0 1
  19. # swap was on /dev/sda5 during installation
  20. UUID=3b27083b-426d-4c62-bf0f-8e56d56bc559 none swap sw 0 0
  21.  
  22.  
  23. daniel@daniel-Satellite-M40X:~$ sudo blkid
  24. [sudo] password for daniel:
  25. /dev/sda1: UUID="266993e7-df52-4780-a74f-3390a183b7cc" TYPE="ext4"
  26. /dev/sda3: UUID="3b27083b-426d-4c62-bf0f-8e56d56bc559" TYPE="swap"
  27.  
  28.  
  29. daniel@daniel-Satellite-M40X:~$ cat /etc/initramfs-tools/conf.d/resume
  30. resume=UUID=3b27083b-426d-4c62-bf0f-8e56d56bc559
  31. daniel@daniel-Satellite-M40X:~$
  32.  
  33.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement