Ubuntu Pastebin

Paste from lubuntu at Thu, 26 Mar 2015 01:08:26 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
# /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=8d8628af-6931-46e5-9fef-29cbb7b126ec /               ext4    errors=remount-ro 0       1
# /home was on /dev/sda6 during installation
UUID=7bd3288d-bbb1-4b37-8bfb-eda35834f512 /home           ext4    defaults        0       2
# /var was on /dev/sda7 during installation
UUID=d2203301-8e12-43f7-914d-9ef7cec65b58 /var            ext4    defaults        0       2
Download as text