Ubuntu Pastebin

Paste from e at Sun, 14 Jun 2015 14:58:07 +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/sda2 during installation
UUID=e0c0a921-c5fc-45c3-b375-785d52e56a60 /               ext4    errors=remount-ro 0       1
# /media/data was on /dev/sda3 during installation
UUID=4fb6cdca-5642-4684-8a63-42a7f5e9ed1d /mnt/data     ext4    rw,auto,noexec,uid=1000        0       2
# swap was on /dev/sda1 during installation
UUID=fdc2d9bd-6f2d-4035-8c0d-8c7bc31009f9 none            swap    sw              0       0
Download as text