Ubuntu Pastebin

Paste from doomed at Sun, 30 Apr 2017 21:43:26 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
  more /etc/fstab
# /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=9cff8f70-1ef0-48a4-8989-ac50523102d5 /               ext4    errors=remount
-ro 0       1
# /home was on /dev/sda3 during installation
UUID=54cac830-7e1d-4937-b485-74a39b947da4 /home           ext4    defaults      
  0       2
# swap was on /dev/sda2 during installation
#UUID=d034293a-c216-490a-a08f-f1fb882ba451 none            swap    sw           
   0       0               #
/dev/mapper/cryptswap1 none swap sw 0 0 #
Download as text