Ubuntu Pastebin

Paste from bhikk at Fri, 30 Dec 2016 11:06:14 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
# /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/mmcblk0p3 during installation
UUID=2a2a5de7-e636-4481-a85e-fec8de440f38 /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/mmcblk0p1 during installation
#UUID=AE73-D7EB  /boot/efi       vfat    umask=0077      0       1
# swap was on /dev/mmcblk0p4 during installation
UUID=8762e5d5-5afa-4a5f-ba7c-c5fae6936ea6 none            swap    sw              0       0
#commented out following line to remove cyrypt thing on boot
#/dev/mapper/cryptswap1 none swap sw 0 0
UUID=AE73-D7EB	/boot/efi	vfat	defaults	0	1
Download as text