Ubuntu Pastebin

Paste from david at Sun, 4 Oct 2015 02:18:50 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
# /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=e2134f25-3709-4afb-85e9-72b1e6b46ca3 /               ext4    errors=remount-ro,noatime 0       1
# /home was on /dev/sda5 during installation
UUID=0c2b9dac-89d4-4eff-a3e0-348ca1103eb8 /home           ext4    defaults,noatime        0       2
# swap was on /dev/sda6 during installation
#UUID=c1aea0ba-3370-465c-a431-d903816e8732 none            swap    sw              0       0
/dev/mapper/cryptswap1 none swap sw 0 0
Download as text