Ubuntu Pastebin

Paste from alex at Sat, 28 Oct 2017 08:47:58 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# /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/sda3 during installation
UUID=e777aaa5-031c-41b9-8082-ffe5f30de7ec /               ext4    errors=remount-ro        0       1
# /boot was on /dev/sda2 during installation
UUID=3cd97970-53f9-44aa-8b43-9da798a998ca /boot           ext4    defaults, noatime        0       2
# /boot/efi was on /dev/sda1 during installation
UUID=52D6-595B  /boot/efi       vfat    umask=0077      0       1
# /home was on /dev/sda5 during installation
UUID=8451a28a-334f-4ca1-ae0d-599dbb80c85f /home           ext4    defaults, noatime        0       2
# /media/Extra was on /dev/sdb2 during installation
UUID=cce916cb-5507-43a6-be9e-050560f07cb7 /media/Extra    ext4    defaults        		   0       2
# /media/Media was on /dev/sdb3 during installation
UUID=dc4413e8-965d-4904-9979-62f558656a4e /media/Media    ext4    defaults        		   0       2
# /opt was on /dev/sda4 during installation
UUID=8542f0ec-14d2-4b09-9072-d45c6cda1ded /opt            ext4    defaults, noatime        0       2
# swap was on /dev/sdb1 during installation
UUID=c5ad5e1e-df8d-4c79-8b0b-7a588f5d1625 none            swap    sw        		       0       0
Download as text