Ubuntu Pastebin

Paste from heeen at Wed, 20 May 2015 16:53:58 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
root@kubuntu:/etc# cat 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/sdb1 during installation
UUID=b5b1c937-2323-47de-ac0c-354e4720f843 /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/sda1 during installation
#UUID=2860-11F4  /boot/efi       vfat    umask=0077      0       1
# /home was on /dev/sdb2 during installation
UUID=4a637f9e-e823-4f4b-8d78-4fd1c7e85cdd /home           ext4    defaults        0       2
UUID=2860-11F4  /boot/efi       vfat    defaults        0       1
Download as text