Ubuntu Pastebin

Paste from brohan at Sun, 17 Jul 2016 20:41:36 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda4 during installation
UUID=1cd00786-8a1e-4e8e-b300-1558114e9ddd /               ext4    errors=remount-ro 0       1
# /boot was on /dev/sda2 during installation
UUID=4fa8cf2f-8f01-4736-83de-8594d44a305a /boot           ext4    defaults        0       2
# /boot/efi was on /dev/sda1 during installation
UUID=7AB0-2B42  /boot/efi       vfat    umask=0077      0       1
# /home was on /dev/sdb1 during installation
UUID=ec65a7eb-26d7-4215-a0c5-97da8c5029ed /home           ext4    defaults        0       2
# swap was on /dev/sda3 during installation
UUID=ffe6dd9a-c027-49be-8bde-cffcd666410e none            swap    sw              0       0
Download as text