Ubuntu Pastebin

Paste from maartje at Fri, 13 Mar 2015 13:36:17 +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/sdb1 during installation
UUID=e58c66d2-0d4d-4c05-8259-1a9d1652c20f /               ext4    errors=remount-ro 0       1
# /windows was on /dev/sda1 during installation
UUID=9178-14B3  /windows        vfat    utf8,umask=007,gid=46 0       1
# swap was on /dev/sdb2 during installation
UUID=7cf0f433-6267-4535-b969-0b4a2c727eb1 none            swap    sw              0       0
Download as text