Ubuntu Pastebin

Paste from sayantan at Tue, 10 Mar 2015 19:16:09 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
# /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>
proc            /proc           proc    nodev,noexec,nosuid 0       0
# / was on /dev/sda7 during installation
UUID=a638240a-63ab-4d71-803b-f35addfd62f0 /               ext4    errors=remount-ro 0       1
# /boot was on /dev/sda6 during installation
UUID=df01064e-08d5-4e6a-97f0-527f4e7651a8 /boot           ext4    defaults        0       2
# /home was on /dev/sda8 during installation
UUID=51b18d40-ec75-46ec-b61d-6b1053bbd2e7 /home           ext4    defaults        0       2
# swap was on /dev/sda5 during installation
UUID=de0543cd-daf0-4f9f-a4ec-36701d7eeee4 none            swap    sw              0       0
Download as text