Ubuntu Pastebin

Paste from fstab at Wed, 2 Sep 2015 18:24:35 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
# /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/sdc2 during installation
UUID=3e81020e-2e73-4682-9231-5a039c106cac /               auto    rw 		  0       1
# swap was on /dev/sdc1 during installation
UUID=57d4355c-5aa8-4744-9fc7-82a56a1bbf91 none            swap    sw              0       0

#windows
UUID=28F4CB75F4CB4432	/media/windows	auto	defaults	0	0

#data
UUID=1EEC-DE01	/media/data	auto 	defaults	0	0
Download as text