Ubuntu Pastebin

Paste from ebandit at Fri, 10 Apr 2015 13:10:44 +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/sda1 during installation
UUID=773e2c3f-8fd5-4103-92e0-89f6315397bb /               ext4    errors=remount-ro 0       1
# /home was on /dev/sda5 during installation
UUID=a06332ce-10bb-49ad-bee1-3a1f5ff7fdb0 /home           ext4    defaults        0       2
# swap was on /dev/sda6 during installation
UUID=e528db0b-2f86-419b-8ff7-5fa7182088f6 none            swap    sw              0       0
Download as text