daily pastebin goal
9%
SHARE
TWEET

fstab

a guest Jan 2nd, 2017 88 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. # / was on /dev/sda2 during installation
  9. UUID=b4ce55f4-869f-41c5-b0b5-955b8cd07a59 /               btrfs   defaults,subvol=@ 0       1
  10. # /StringD was on /dev/sda4 during installation
  11. UUID=4099b754-7005-4573-9f43-bae324736a92 /StringD        btrfs   defaults        0       2
  12. # /StringE was on /dev/sda6 during installation
  13. UUID=86778088-af90-4022-a6ad-677f65316be1 /StringE        btrfs   defaults        0       2
  14. # /boot/efi was on /dev/sda1 during installation
  15. UUID=34DD-E0D2  /boot/efi       vfat    umask=0077      0       1
  16. # /home was on /dev/sda3 during installation
  17. UUID=0f988c86-64f1-4549-aab0-8309ab34b5f8 /home           btrfs   defaults,subvol=@home 0       2
  18. # swap was on /dev/sda5 during installation
  19. UUID=266dcddb-cf2d-4c9e-a795-ed5aac9de5d8 none            swap    sw              0       0
RAW Paste Data
Top