Ubuntu Pastebin

Paste from spartan2276 at Thu, 12 May 2016 22:42:35 +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/sda1 during installation
UUID=331e2aeb-2a0c-4b7d-8844-56227db2e0d0 /               ext4    errors=remoun$
# swap was on /dev/sda5 during installation
UUID=3c3310c4-0ea4-4970-85e6-b8c0a38ec93b none            swap    sw           $
#Shared Drive(10TB) on /dev/sdb
UUID=6e104c56-43b7-4e46-be2c-f670f33dbd08 /shared ext4 errors=remount-ro 0 2
Download as text