Ubuntu Pastebin

Paste from ri at Tue, 14 Apr 2015 18:59:32 +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/sda4 during installation
UUID=0a86e6be-49d1-44e1-8fbb-dc2f53cc786d /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/sda1 during installation
UUID=86AF-E1A4  /boot/efi       vfat    defaults        0      
# /dev/sdb1
UUID="b7ad5dfc-cfc0-4515-a122-17108b9d4994" TYPE="ext4"
ubuntu-gnome@ubuntu-gnome:/media/ubuntu-gnome/0a86e6be-49d1-44e1-8fbb-dc2f53cc786d/var/log$ 
Download as text