Ubuntu Pastebin

Paste from reck7 at Mon, 23 Oct 2017 20:43:37 +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/sda5 during installation
UUID=9cf758af-3aa8-4e6c-a489-ada9b4e38736 /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/sda2 during installation
UUID=42B4-7DEB  /boot/efi       vfat    umask=0077      0       1
# /home was on /dev/sda7 during installation
UUID=02d8f743-1bc2-450f-a8c5-568d12eef6a8 /home           ext4    defaults        0       2
# swap was on /dev/sda6 during installation
UUID=ba7b79ac-6ec4-4f55-90a5-d14aca60f8b4 none            swap    sw              0       0
# NAS Entries
#10.10.10.5:/volume1/photo /nas/photo nfs rsize=8192,wsize=8192,timeo=14,intr
#10.10.10.5:/volume1/data /nas/data nfs rsize=8192,wsize=8192,timeo=14,intr
#10.10.10.5:/volume1/backup /nas/backup nfs rsize=8192,wsize=8192,timeo=14,intr
#10.10.10.5:/volume1/video /nas/video nfs rsize=8192,wsize=8192,timeo=14,intr
#10.10.10.5:/volume1/music /nas/music nfs rsize=8192,wsize=8192,timeo=14,intr
Download as text