Ubuntu Pastebin

Paste from petter at Sat, 28 Jan 2017 22:50:18 +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/sdc2 during installation
UUID=97237e8e-0c4d-4648-b5b6-145fe409756d /               btrfs   defaults,relatime,ssd,subvol=@ 0       1
# /boot/efi was on /dev/sda1 during installation
UUID=9C74-5BF4  /boot/efi  vfat umask=0077 0 1
# /home was on /dev/sdb1 during installation
UUID=244d20e2-b86d-4306-b6c8-26b6da5848a2 /home           ext4    defaults,relatime        0       2
#/dev/mapper/cryptswap1 none swap sw 0 0
/dev/mapper/cryptswap2 none swap sw 0 0
Download as text