Ubuntu Pastebin

Paste from Aideed at Sat, 14 Feb 2015 11:47:04 +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
# /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/sda3 during installation
UUID=f99207f7-6eec-4cfb-8803-f77d4a73127c /               ext4    errors=remount-ro 0       1
# /boot was on /dev/sda6 during installation
UUID=552fde61-51bf-4db8-bae1-2bc1debc5e49 /boot           ext4    defaults        0       2
# /home was on /dev/sda5 during installation
UUID=a53c2f18-eebf-4b46-9e89-c0e8f052e71f /home           ext4    defaults        0       2
# /tmp was on /dev/sda7 during installation
UUID=8629eaec-f537-4e58-a5b0-7530e3e482b0 /tmp            ext4    defaults        0       2
# /var was on /dev/sda8 during installation
UUID=53eb9ef0-38ba-4a95-9dfe-5ff4917e80d6 /var            ext4    defaults        0       2
# swap was on /dev/sda1 during installation
#UUID=6bf84c3d-00ce-4e5e-9f01-b191c1125b2d none            swap    sw              0       0
/dev/fd0        /media/floppy0  auto    rw,user,noauto,exec,utf8 0       0
/dev/mapper/cryptswap1 none swap sw 0 0
Download as text