Ubuntu Pastebin

Paste from rikan at Mon, 13 Mar 2017 13:08:33 +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/sda7 during installation
UUID=0cc467fd-7136-458f-8cb2-3752be815766 /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/sda1 during installation
#UUID=B2BE-9D7E  /boot/efi       vfat    umask=0077      0       1
# swap was on /dev/sda8 during installation
UUID=7de2c04f-67ae-4e1a-a7dc-bb22f4c3aeaf none            swap    sw              0       0
UUID=B2BE-9D7E	/boot/efi	vfat	defaults	0	1
Download as text