Ubuntu Pastebin

Paste from nicolas at Mon, 21 Dec 2015 19:55:55 +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/sda5 during installation
UUID=55c97968-f331-4740-86bc-9789a231eae5 /               ext4    errors=remount-ro 0       1
# /home was on /dev/sda6 during installation
UUID=2c9fee6a-f414-4bc0-b561-60cafa7d85e8 /home           ext4    defaults        0       2
# swap was on /dev/sda1 during installation
UUID=01aee4c2-9185-4330-94a7-1a93d1ec1410 none            swap    sw              0       0
Download as text