Ubuntu Pastebin

Paste from alessio_paternoster at Fri, 15 Jul 2016 16:58:43 +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
# /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/sdb2 during installation
UUID=456eac0e-4757-40b1-9119-b8521ef9f54b /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/sdb1 during installation
UUID=5662-D88C  /boot/efi       vfat    umask=0077      0       1
# /home was on /dev/sda1 during installation
UUID=1d8bf05f-39ae-4355-a399-8e4ebc886c8a /home           ext4    defaults        0       2
# /srv was on /dev/sda3 during installation
UUID=758f6b1e-c1d5-4a27-941f-2f45da871e0b /srv            ext4    defaults        0       2
# /tmp was on /dev/sda4 during installation
UUID=c7e95ef1-ea6f-467f-87de-19728b28ad4b /tmp            ext4    defaults        0       2
# /var was on /dev/sda2 during installation
UUID=84cff833-6b1d-47e7-ba0a-c3eb47eae67c /var            ext4    defaults        0       2
# swap was on /dev/sda5 during installation
#UUID=ceb93b01-d5c4-44d0-809b-a64368d8ae12 none            swap    sw              0       0
Download as text