Ubuntu Pastebin

Paste from pete_1 at Fri, 1 Jul 2016 20:20:44 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
# /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>
proc            				 /proc		 proc	 nodev,noexec,nosuid		 0 0
# / was on /dev/sda3 during installation
UUID=d4844461-e28f-4edf-bbe7-17cf6f7aaf2a 	 /		 ext4	 errors=remount-ro		 0 1
# /home was on /dev/sda1 during installation
UUID=bb2ec647-6f1e-44ac-9709-012f939f8094 	 /home           ext4	 defaults			 0 2
# swap was on /dev/sda2 during installation
UUID=19d2088a-1434-4e2f-86f8-640a00fa8998 	 none		 swap	 sw				 0 0
/dev/mapper/cryptswap1				 none		 swap 	 sw				 0 0
UUID=02958EEA2AB4ED9E				 /media/ntfs	 ntfs-3g rw,uid=1000,gid=1000,nodev	 0 0
Download as text