Advertisement
Guest User

Untitled

a guest
Nov 6th, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. /dev/sda1: UUID="3726-5453" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="cc6f701e-04dc-431f-bb3f-f7a9fb27a657"
  2. /dev/sda2: UUID="e0377900-fb3f-4fe0-9c27-508dcb27627d" TYPE="ext4" PARTUUID="4f60137f-a617-4da0-8be1-35548c54a98e"
  3. /dev/sda3: UUID="228d23ac-d104-46cc-9499-c8e32cbec464" TYPE="swap" PARTUUID="fd634ba3-00ec-4327-baf0-8c2d6d2da818"
  4. # /etc/fstab: static file system information.
  5. #
  6. # Use 'blkid' to print the universally unique identifier for a
  7. # device; this may be used with UUID= as a more robust way to name devices
  8. # that works even if disks are added and removed. See fstab(5).
  9. #
  10. # <file system> <mount point> <type> <options> <dump> <pass>
  11. # / was on /dev/sda2 during installation
  12. UUID=e0377900-fb3f-4fe0-9c27-508dcb27627d / ext4 errors=remount-ro 0 1
  13. # /boot/efi was on /dev/sda1 during installation
  14. UUID=3726-5453 /boot/efi vfat umask=0077 0 1
  15. # swap was on /dev/sda3 during installation
  16. UUID=228d23ac-d104-46cc-9499-c8e32cbec464 none swap sw 0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement