Ubuntu Pastebin

Paste from wasweissich at Sun, 3 Dec 2017 18:32:53 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
# 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/sda2 during installation
UUID=f0e2c170-a19d-455d-bf8e-6b2514e50333 /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/sda1 during installation
UUID=739A-A40D  /boot/efi       vfat    umask=0077      0       1
/swapfile                                 none            swap    sw              0       0
#/dev/mapper/cryptswap1 none swap sw 0 0


# blkid

/dev/sda2: UUID="f0e2c170-a19d-455d-bf8e-6b2514e50333" TYPE="ext4" PARTUUID="0b97720d-1259-4298-a3d4-0cb3aee50898"
/dev/sda1: UUID="739A-A40D" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="90efe882-9b5c-4ee6-9dfc-7afad89f4dce"
Download as text