Ubuntu Pastebin

Paste from me at Fri, 6 Mar 2015 23:02:13 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
# /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/sdb6 during installation
UUID=3f310d1f-9cfe-498b-8a07-de9c1c2371e1 / ext4 errors=remount-ro 0 1
# /boot was on /dev/sdb1 during installation
UUID=5f70127d-9756-433c-b634-32e388c8ab26 /boot ext4 defaults 0 2
# swap was on /dev/sdb5 during installation
UUID=090f4383-7968-41de-b6b7-d50e8aadb06e none swap sw 0 0
/dev/disk/by-uuid/afe0deba-c4da-457e-bdd3-bc3a37623fae /media/aaron/data auto nosuid,nodev,nofail,x-gvfs-show 0 0
Download as text