Advertisement
Guest User

Untitled

a guest
Oct 7th, 2015
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. # /etc/fstab: static file system information.
  2. #
  3. # Use 'blkid' to print the universally unique identifier for a
  4. # device; this may be used with UUID= as a more robust way to name devices
  5. # that works even if disks are added and removed. See fstab(5).
  6. #
  7. # <file system> <mount point> <type> <options> <dump> <pass>
  8. #
  9. UUID=23dcbfa4-31e3-4a0a-8ca3-792826bdfa0e / ext4 defaults,rw,noatime,discard 0 1
  10. UUID=b45b77aa-9027-45f1-b5c5-1d400df1fc56 swap swap defaults 0 0
  11. UUID=90158006-78dc-4e21-ac28-62a7be2dc4d2 /home ext4 defaults,rw,relatime,data=ordered 0 0
  12. UUID=B1E5-1852 /boot/efi vfat defaults,rw,noatime 0 0
  13. UUID=4b5e14f0-8275-44fc-8060-7b6160a80a41 /home/lizzia/Downloads ext4 defaults,rw,relatime,data=ordered 0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement