Ubuntu Pastebin

Paste from fenris at Mon, 23 Mar 2015 12:10:29 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
# /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=05067029-de7a-4f5a-85d0-8597238f29bb /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda5 during installation
UUID=f3a21e2d-6396-41c1-bfd0-12ba5f93e2f1 none            swap    sw              0       0
#/dev/fd0        /media/floppy0  auto    rw,user,noauto,exec,utf8 0       0

# Beginning of the block added by the VMware software
#.host:/ /mnt/hgfs vmhgfs defaults,ttl=5,uid=1000,gid=1000 0 0
.host:/ /mnt/hgfs vmhgfs defaults 0 0
# End of the block added by the VMware software
Download as text