Ubuntu Pastebin

Paste from hoodedice at Wed, 24 Jun 2015 07:53:47 +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
24
25
26
27
28
29
30
31
32
# /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/sdc5 during installation
UUID=3d6c4df8-f8eb-477b-9737-fb9cd90ab634 /               ext4    noatime,errors=remount-ro 0       1
# /boot was on /dev/sdc1 during installation
UUID=79890f01-644d-4ab7-b58b-86253202e676 /boot           ext4    defaults        0       2
# /boot/efi was on /dev/sda2 during installation
UUID=940D-D192  /boot/efi       vfat    umask=0077      0       1
# swap was on /dev/sda7 during installation
UUID=7bb59a79-eef7-4ef0-bf71-3c5e572f9f78 none            swap    sw              0       0


# /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/sdc5 during installation
UUID=3d6c4df8-f8eb-477b-9737-fb9cd90ab634 /               ext4    noatime,errors=remount-ro 0       1
# /boot was on /dev/sdc1 during installation
#UUID=79890f01-644d-4ab7-b58b-86253202e676 /boot           ext4    #defaults        0       2
# /boot/efi was on /dev/sda2 during installation
#UUID=940D-D192  /boot/efi       vfat    umask=0077      0       1
# swap was on /dev/sda7 during installation
UUID=7bb59a79-eef7-4ef0-bf71-3c5e572f9f78 none            swap    sw              0       0
Download as text