Advertisement
Guest User

Untitled

a guest
Aug 15th, 2017
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. moro@Falco123:/etc$ cd ~/
  2. moro@Falco123:~$ free -h
  3. total used free shared buff/cache available
  4. Mem: 7.6G 1.2G 5.5G 42M 899M 6.1G
  5. Swap: 14G 0B 14G
  6. moro@Falco123:~$ swapon -s
  7. Filename Type Size Used Priority
  8. /dev/dm-0 partition 15624700 0 -1
  9. moro@Falco123:~$ sudo b1kid
  10. [sudo] password for moro:
  11. sudo: b1kid: command not found
  12. moro@Falco123:~$ sudo blkid
  13. /dev/sda1: UUID="2E84-9AF9" TYPE="vfat" PARTUUID="21922e0c-924c-4f39-8cd8-8fbc6a140c7c"
  14. /dev/sda2: UUID="11eda78c-a5b8-43bc-b49c-beaebe5a2ac3" TYPE="ext4" PARTUUID="200c40c3-c03e-467e-98e6-6cc5effcea0f"
  15. /dev/sda3: UUID="8a7ffb1b-4edb-49fc-9e2c-d3a350f60f82" TYPE="swap" PARTUUID="889fe783-dec6-475a-9ef9-747435898bf1"
  16. /dev/sda4: UUID="128c5b72-1f01-4db9-b3ad-42f2d5395e04" TYPE="ext4" PARTUUID="7203bbd4-3c3b-49eb-9bee-a1f00c4b715a"
  17. /dev/mapper/cryptswap2: UUID="6a7ed0ee-3a1e-42ac-9b7d-5d61ee333093" TYPE="swap"
  18. moro@Falco123:~$ cat /etc/fstab
  19. # /etc/fstab: static file system information.
  20. #
  21. # Use 'blkid' to print the universally unique identifier for a
  22. # device; this may be used with UUID= as a more robust way to name devices
  23. # that works even if disks are added and removed. See fstab(5).
  24. #
  25. # <file system> <mount point> <type> <options> <dump> <pass>
  26. # / was on /dev/sda2 during installation
  27. UUID=11eda78c-a5b8-43bc-b49c-beaebe5a2ac3 / ext4 errors=remount-ro 0 1
  28. # /boot/efi was on /dev/sda1 during installation
  29. UUID=2E84-9AF9 /boot/efi vfat umask=0077 0 1
  30. #/swapfile none swap sw 0 0
  31. /dev/mapper/cryptswap1 none swap sw 0 0
  32. /dev/mapper/cryptswap2 none swap sw 0 0
  33. moro@Falco123:~$ cat /etc/crypttab
  34. cryptswap1 UUID=211081f4-558e-41f4-9b94-337b10845122 /dev/urandom swap,offset=1024,cipher=aes-xts-plain64
  35. cryptswap2 UUID=8a7ffb1b-4edb-49fc-9e2c-d3a350f60f82 /dev/urandom swap,offset=1024,cipher=aes-xts-plain64
  36. moro@Falco123:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement