Ubuntu Pastebin

Paste from Nitrigaur at Sat, 24 Jun 2017 19:36:10 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
# /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>
/dev/mapper/SSD_Statisch-Root /               btrfs   defaults,subvol=@ 0       1
# /home was on /dev/sda8 during installation
#UUID=0eb21c1e-4e3b-4146-9eb4-6ff90e845b06 /home           btrfs   defaults,subvol=@home 0       2
/dev/sdb        /home   btrfs   defaults,subvol=ubuntuhome_sv   0       2
/dev/mapper/Physical_Extra-Opt1 /opt            btrfs   defaults        0       2
/dev/mapper/Physical_Extra-var /var            btrfs   defaults        0       2
# swap was on /dev/sda6 during installation
UUID=94e17379-d873-487a-84a3-0ad21f4ea890 none            swap    sw              0       0
Download as text