Ubuntu Pastebin

Paste from kiki at Wed, 27 Dec 2017 11:39:22 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
# /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=e96dd6e7-886b-464d-956d-c91ddc25f60d /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/sda1 during installation
UUID=255B-ED9E  /boot/efi       vfat    umask=0077      0       1
# swap was on /dev/sda3 during installation
UUID=f3312bb8-7d90-4558-bd81-c6b5af5b55d1 none            swap    sw              0       0
#nfs 
#192.168.xxx.xx:/volume1/Datenplatte /mnt/Datenplatte nfs rw,soft,bg,nolock,users 0 0
192.168.xxx.xx:/volume1/Datenplatte /mnt/Datenplatte nfs auto,nofail,noatime,nolock,intr,tcp,actimeo=1800,users 0 0
192.168.xxx.xx:/volume1/Filme /mnt/Filme nfs auto,nofail,noatime,nolock,intr,tcp,actimeo=1800,users 0 0 
#Nas Datenplatte nfs geht nicht deshalb cifs
#//server1.local/datenplatte/ /mnt/Datenplatte cifs defaults,username=xxx,password=xxx,file_mode=0777,dir_mode=0777,iocharset=utf8,sec=ntlm 0 0
Download as text