daily pastebin goal
71%
SHARE
TWEET

Untitled

a guest Jul 28th, 2015 164 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. christoph@christoph-dell:~$ cat /etc/fstab
  2. # /etc/fstab: static file system information.
  3. #
  4. # Use 'blkid' to print the universally unique identifier for a
  5. # device; this may be used with UUID= as a more robust way to name devices
  6. # that works even if disks are added and removed. See fstab(5).
  7. #
  8. # <file system> <mount point>   <type>  <options>       <dump>  <pass>
  9. # / was on /dev/sda5 during installation
  10. UUID=2ed5ca1c-cff1-4114-b6b1-d16b7bd0da5f /               ext4    errors=remount-ro 0       1
  11. # /boot/efi was on /dev/sda2 during installation
  12. UUID=A0EE-BC2E  /boot/efi       vfat    defaults        0       1
  13. # swap was on /dev/sda6 during installation
  14. UUID=0bec8629-ad74-49f2-8314-32b54fe3e50d none            swap    sw              0       0
  15. #/dev/mapper/cryptswap1 none swap sw 0 0
RAW Paste Data
Top