Ubuntu Pastebin

Paste from RicKJames at Fri, 3 Feb 2017 23:11:46 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
# /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/sdd1 during installation
UUID=33ff6dbc-6d80-496f-b880-b24aaf18bef8 /               ext4   discard,noatime,nodiratime,errors=remount-ro 0       1
# swap was on /dev/sdc5 during installation
UUID=9e3b5196-e8ca-4a7e-8537-c0f4fb7a93d3 none            swap    sw              0       0
# Move /tmp to RAM
tmpfs /tmp tmpfs defaults,noexec,nosuid 0 0
Download as text