Ubuntu Pastebin

Paste from reza_sam at Mon, 21 Mar 2016 15:17:05 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
# /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/sda7 during installation
UUID=dd39fb5e-d826-48b2-96b7-48dd95666839 /               ext4    errors=remount-ro 0       1
# /boot was on /dev/sda6 during installation
UUID=2e405b89-ca74-40ea-a922-2b34b6bece2e /boot           ext4    defaults        0       2
# /boot/efi was on /dev/sda2 during installation
UUID=6450-55F2  /boot/efi       vfat    umask=0077      0       1
# /home was on /dev/sda8 during installation
UUID=3734550c-c14d-4390-ba52-e67cb0adedab /home           ext4    defaults        0       2
# swap was on /dev/sda3 during installation
UUID=82b092c1-1bc9-4315-8299-ba83590a4727 none            swap    sw              0       0
Download as text