Ubuntu Pastebin

Paste from mv at Wed, 10 May 2017 18:25:42 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
# /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/sda6 during installation
UUID=c2384e3c-1b0d-470a-afdd-c62b49ae60ea /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/sda2 during installation
UUID=9408-6CA4  /boot/efi       vfat    defaults        0       1
# /home was on /dev/sda7 during installation
UUID=835f1228-62e0-4fa1-84b9-7566f0b9730e /home           ext4    defaults        0       2

tmpfs /tmp tmpfs defaults,noatime,nosuid,nodev,noexec,mode=1777,size=2048M 0 0'
Download as text