Ubuntu Pastebin

Paste from passt at Sat, 12 Mar 2016 12:50:36 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
# cat /etc/fstab 
# /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/sda5 during installation
#UUID=6a1edb17-587f-4384-809d-15a6a79ffb8a /               ext4    errors=remount-ro 0       1
UUID=97ae48f1-c495-4b79-b3ae-d3147a50950e /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda6 during installation
UUID=6cb8d526-b284-4f21-a490-81dbf8510d05 none            swap    sw              0       0
Download as text