Guest User

Untitled

a guest
May 25th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 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/sda1 during installation
  7. UUID=06a31723-1f61-4bae-ae5d-403cd35d0adc / ext4 errors=remount-ro 0 1
  8. # /home was on /dev/sdb1 during installation
  9. UUID=a2a0bb88-9faf-4e83-91cc-f687e1b4525a /home ext4 defaults 0 2
  10. UUID=7a6cc92c-4c0d-42e2-baac-373287cf5b80 /srv ext4 defaults 0 2
  11. # swap was on /dev/sdc2 during installation
  12. UUID=f0f7785c-25b5-4770-b2b3-fd618ebf58c7 swap swap defaults 0 0
Add Comment
Please, Sign In to add comment