Ubuntu Pastebin

Paste from doom at Thu, 24 Nov 2016 21:45:11 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
# /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/sda1 during installation
UUID=87c51bda-7b55-445b-bcac-a687c7b01743 /               ext4    errors=remount-ro 0       1
# /home was on /dev/sda3 during installation
UUID=54cac830-7e1d-4937-b485-74a39b947da4 /home           ext4    defaults        0       2
# swap was on /dev/sda2 during installation
#UUID=a913f615-a01c-42c0-bbe4-48680ddc95b4 none            swap    #sw              0       0
#/dev/mapper/cryptswap1 none swap sw 0 0
 UUID=d034293a-c216-490a-a08f-f1fb882ba451 none swap defaults 0 0 
Download as text