Guest User

Untitled

a guest
Jul 3rd, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. # Use 'blkid' to print the universally unique identifier for a
  2. # device; this may be used with UUID= as a more robust way to name devices
  3. # that works even if disks are added and removed. See fstab(5).
  4. #
  5. # <file system> <mount point> <type> <options> <dump> <pass>
  6. # / was on /dev/sdb3 during installation
  7. UUID=1caeba90-cf26-4540-92d7-6131b42e2d7c / ext4 errors=remount-ro 0 1
  8. # /boot/efi was on /dev/sda2 during installation
  9. #UUID=FC18-F3D2 /boot/efi vfat umask=0077 0 1
  10. # swap was on /dev/sda10 during installation
  11. #UUID=98e3aa03-2737-476a-8b06-3ee0d1e9a7e1 none swap sw 0 0
  12. # swap was on /dev/sda13 during installation
  13. #UUID=a400b24e-ec3a-4134-8e16-3e4a3b25ada4 none swap sw 0 0
  14. # swap was on /dev/sdb2 during installation
  15. #UUID=415c1bab-5881-4d82-8168-1df5489f3277 none swap sw 0 0
  16. /dev/mapper/cryptswap1 none swap sw 0 0
  17. /dev/mapper/cryptswap2 none swap sw 0 0
  18. /dev/mapper/cryptswap3 none swap sw 0 0
  19. UUID=FC18-F3D2 /boot/efi vfat defaults 0 1
  20. 21,1 Bot
Add Comment
Please, Sign In to add comment