Ubuntu Pastebin

Paste from Alfasus at Tue, 28 Apr 2015 22:09:07 +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/sdb1 during installation
UUID=64bd5868-1b02-4e55-bca4-4ae1020fc427 /               ext4    errors=remount-ro 0       1
# /home was on /dev/sdb3 during installation
UUID=bcefa3af-376e-465a-971e-455d549d1233 /home           ext4    defaults        0       2
# swap was on /dev/sdb5 during installation
UUID=f8048037-d871-4c34-9206-4c884091827a none            swap    sw              0       0
/dev/fd0        /media/floppy0  auto    rw,user,noauto,exec,utf8 0       0
Download as text