Ubuntu Pastebin

Paste from fra_dolcino at Sun, 15 Mar 2015 13:36:13 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
root@ubuntu:/# 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=4239651a-df98-4ed7-9628-2fcca2c12b2b /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/sda1 during installation
#UUID=CF4E-D65B  /boot/efi       vfat    defaults        0       1
# /home was on /dev/sda4 during installation
UUID=03d48266-f05b-4d59-9d05-36caf95e6329 /home           ext4    defaults        0       2
# swap was on /dev/sda3 during installation
UUID=a9744d66-6b3b-4fef-8e76-7e794d678775 none            swap    sw              0       0
#UUID=CF4E-D65B	/boot/efi	vfat	defaults	0	1
root@ubuntu:/# 
Download as text