Ubuntu Pastebin

Paste from Nokaji at Mon, 20 Jul 2015 20:50:23 +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>
# / was on /dev/sdb6 during installation
UUID=4e3290b7-71bd-4601-aae6-30a4a8d3efe7 /               ext4    errors=remount-ro 0       1
# swap was on /dev/sdb5 during installation
UUID=d2d0bafa-0c0d-41ea-9519-9af9d589fb9b none            swap    sw              0       0
/dev/fd0        /media/floppy0  auto    rw,user,noauto,exec,utf8 0       0
/dev/disk/by-uuid/369454A4945467FF /mnt/369454A4945467FF auto nosuid,nodev,nofail,x-gvfs-show 0 0
/dev/disk/by-uuid/125CBA2E5CBA0D0B /mnt/125CBA2E5CBA0D0B auto nosuid,nodev,nofail,x-gvfs-show 0 0
/dev/disk/by-uuid/0690785990785163 /mnt/0690785990785163 auto nosuid,nodev,nofail,x-gvfs-name=750GB%20DLs1,x-gvfs-show 0 0
/dev/disk/by-uuid/781869301868EE96 /mnt/781869301868EE96 auto nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=750GB%20Pri 0 0
Download as text