Ubuntu Pastebin

Paste from root at Tue, 14 Jun 2016 16:09:35 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
# /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=c2554d40-4517-4e99-bdf4-c589cf16ff04	/               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/sda1 during installation
#UUID=79A3-D595  /boot/efi       vfat    defaults        0       1
# swap was on /dev/sda2 during installation
#UUID=8da3e8a5-59c6-47e8-b58c-9f4ea06e1013 none            swap    sw              0       0
#/dev/mapper/cryptswap1 none swap sw 0 0
UUID=4daa0cda-e96d-4b2b-b83a-7523b38f04a0	none	swap	sw	0	0
tirosina:/mnt/hub/	/mnt/tyr/	nfs	_netdev,auto,nolock	0	0
valina:/mnt/hub/	/mnt/hub/	nfs	_netdev,auto,nolock	0	0
UUID=79A3-D595	/boot/efi	vfat	defaults	0	1
Download as text