Ubuntu Pastebin

Paste from max at Wed, 13 Apr 2016 20:37:28 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
max@max-i7:~$ cat /etc/fstab
# /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/sdb5 during installation
#UUID=76b64a70-c3ef-4556-942c-2fe539dfe0c4 /               ext4    discard,noatime,errors=remount-ro  0       1
UUID=76b64a70-c3ef-4556-942c-2fe539dfe0c4 /               ext4    noatime,errors=remount-ro  0       1
# /home was on /dev/sda6 during installation
#UUID=c7e4c878-c256-45ae-9bb1-f898c516926c /home           ext4    defaults        0       2
/dev/mapper/vgmaxi7-lvvar                  /var            ext4 defaults  0 2
/dev/mapper/vgmaxi7-lvhome                 /home           ext4 defaults  0  2
# swap was on /dev/sda5 during installation
UUID=52a23551-43d1-427c-abfd-64c4a4ad33a2 none            swap    sw              0       0
/dev/mapper/vgmaxi7-lvvm  /home/max/vm                    ext4   relatime    0      2
#/dev/mapper/vgmaxi7-lvoldmax  /home/max/oldmax            ext4   relatime    0      2
/dev/mapper/vgmaxi7-lvmaster  /home/max/master            ext4   relatime    0      2
Download as text