Advertisement
Guest User

Untitled

a guest
Feb 10th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. # /etc/fstab: static file system information.
  2. #
  3. # Use 'blkid' to print the universally unique identifier for a device; this may
  4. # be used with UUID= as a more robust way to name devices that works even if
  5. # disks are added and removed. See fstab(5).
  6. #
  7. # <file system> <mount point> <type> <options> <dump> <pass>
  8. UUID=17c89b39-ed73-411d-89c9-8da563f438 swap swap defaults,noatime,discard 0 0
  9. UUID=8585-BFF8 /boot/efi vfat defaults,noatime 0 2
  10. UUID=25487912-ab93-478-8c2b-365805f479 / ext4 defaults,noatime,discard 0 1
  11. UUID=43ec5beb-0aee-4d7b-ac43-0b0a86bf85 swap swap defaults,noatime,discard 0 0
  12. tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement