Ubuntu Pastebin

Paste from sysop at Mon, 18 Apr 2016 21:34:01 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
# /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/sda1 during installation
UUID=3a47f1f1-ed1f-4134-b6aa-be101a7d97b4 /               ext4    errors=remount-ro 0       1
# /home was on /dev/sda2 during installation
UUID=29a6fc4f-ff12-4cac-8eb1-e98e50f1107f /home           ext4    defaults        0       2
# /var was on /dev/sda8 during installation
UUID=136af805-5758-4880-acc4-0e1d35e2c266 /var            ext4    defaults        0       2
# swap was on /dev/sda5 during installation
UUID=192a4783-56fa-4fd0-a62f-c45a14c08482 none            swap    sw              0       0
#/moving /tmp to ram 27may13
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
Download as text