Ubuntu Pastebin

Paste from gabriele at Thu, 16 Feb 2017 17:33:24 +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=3c889677-f92c-43f1-affa-ca3320c1b8f5 /               ext4    errors=remount-ro 0       1
# /home was on /dev/sdb5 during installation
UUID=100e6854-21e6-4c8d-9ac3-bfbc73af026d /home           ext4    defaults        0       2
# swap was on /dev/sda1 during installation
UUID=f594911d-5f27-4cd8-b23a-94857d052e28 none            swap    sw              0       0
Download as text