Ubuntu Pastebin

Paste from wolftune at Mon, 22 Jun 2015 02:19:58 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# /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=82174999-4881-4475-8d12-25652dc0db33 /               ext4    errors=remount-ro 0       1
# /home was on /dev/sda5 during installation
# UUID=81101621-4268-4aa6-a4f5-0a2f14d55dd1 /home           ext4    defaults        0       2
# /opt was on /dev/sda8 during installation
# UUID=1e52d1de-2edc-498c-94b4-1ffd49144bc4 /opt            ext4    defaults        0       2
# /tmp was on /dev/sda7 during installation
# UUID=d7894b1e-8ff5-4d3d-be43-dcbd9efb78aa /tmp            ext4    defaults        0       2
# swap was on /dev/sda9 during installation
# UUID=438d66a9-3409-4433-b18a-92b6d483243b none            swap    sw              0       0
# media drive /dev/sda6
# UUID=84134bed-1d1d-4aba-ac31-07eb139c2ba6 /mediafiles     ext4    defaults        0       2

# / is on /dev/sda1 as of 21jun15
UUID=16500500-eff4-408e-846b-52717c571b4d / ext4 errors=remount-ro 0 1

# swap is on /dev/sda2 as of 21jun15
UUID=ca9f7c69-96e7-4501-81bc-2b7f7b87e49b none              swap    sw 0       0
Download as text