daily pastebin goal
52%
SHARE
TWEET

asefer

a guest Mar 31st, 2015 176 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. proc            /proc           proc    nodev,noexec,nosuid 0       0
  9. # / was on /dev/sda3 during installation
  10. UUID=a1c44a67-346b-4166-8a80-0aa9fc99239b /               ext4    errors=remount-ro 0       1
  11. # /boot was on /dev/sda2 during installation
  12. UUID=56073412-eff1-437a-9ab9-eb850c03a5b6 /boot           ext2    defaults        0       2
  13. # /tmp was on /dev/sda6 during installation
  14. UUID=09c0b0eb-b70f-470d-bd80-d7668b4383bb /tmp            ext4    noexec,nosuid,nodev        0       2
  15. # swap was on /dev/sda5 during installation
  16. UUID=3bd8eb88-e974-411f-b37b-6fe3491e356a none            swap    sw              0       0
RAW Paste Data
Top