Ubuntu Pastebin

Paste from 4 at Sat, 1 Oct 2016 21:14:47 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
cat /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/sda5 during installation
UUID=4c1d7082-fa2c-4a69-ae0e-bbffcf1a4c8a /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/sda1 during installation
UUID=3CD3-A50E  /boot/efi       vfat    umask=0077      0       1
# /home was on /dev/sda9 during installation
UUID=fb565164-d56f-4047-9f0e-ce361fdbb9fa /home           ext4    defaults        0       2
# swap was on /dev/sda10 during installation
#UUID=b1f79ed4-f08c-4f61-b59b-f084c56eab60 none            swap    sw              0       0
#UUID=2c546125-3d8d-46da-acd1-5146e8a3e26d none             swap    sw              0       0
#UUID=7522240c-341f-42a3-800a-b0c31da6e4e3                  swap    sw              0       0
Download as text