Ubuntu Pastebin

Paste from Kale1 at Sun, 11 Jan 2015 19:52:27 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
$ cat /mnt/etc/fstab
# /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=5ad6e980-f16a-4896-b8f4-cb38085d3d90 /               ext4    errors=remount-ro 0       1
#/dev/mapper/isw_djjhdccddg_Volume0p2 /boot/efi       vfat    defaults        0       1
# swap was on /dev/sdc7 during installation
#UUID=bd980073-cdfe-4611-8132-3955d4847a88 none            swap    sw              0       0
/dev/mapper/cryptswap1 none swap sw 0 0
UUID=98CF-7DF1	/boot/efi	vfat	defaults	0	1
Download as text