Ubuntu Pastebin

Paste from blake at Thu, 30 Nov 2017 07:38:21 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
blake@blake-XPS-13-9360:~$ cat /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/nvme0n1p6 during installation
UUID=661d5684-dce1-4f92-8da4-476a9941175f /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/nvme0n1p1 during installation
UUID=00F1-21CC  /boot/efi       vfat    umask=0077      0       1
# /home was on /dev/nvme0n1p7 during installation
UUID=05eddac7-8aa7-4a1e-9a9e-b65cdc6ae8c5 /home           ext4    defaults        0       2
/swapfile                                 none            swap    sw              0       0
Download as text