Ubuntu Pastebin

Paste from kiki at Wed, 27 Dec 2017 11:46:36 +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
22
23
24
# /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/sda1 during installation
UUID=1d79bf75-9171-4dc7-91f6-7ff1b127041f /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda5 during installation
UUID=fdf4a26e-08d0-412e-a3d6-a3b88dccf9bc none            swap    sw              0       0
#Datenplatte
UUID=7aa26e84-6515-497f-8958-7f71ce64be49  /media/Datenplatte    ext3    defaults        0       2
#Filme
UUID=45b06124-5e93-4656-883a-9f130b0dc38d  /media/Filme    ext3    defaults        0       2
#Server
#//192.168.xxx.xx:/volume1  /media/Server1  cifs username=xxx, password=xxx,file_mode=0775,dir_mode=0775,uid=1000,gid=1000   0   0
#Server
#//192.168.xxx.xx/volume1  /media/Datenplatte2   cifs username=xxx, password=xxx,file_mode=0775,dir_mode=0775,uid=1000,gid=1000   0   0
#NAS Synology Datenplatte
192.168.xxx.xx:/volume1/Datenplatte /mnt/Datenplatte nfs rw,soft,bg,nolock,users 0 0

#NAS Synology Filme
192.168.xxx.xx:/volume1/Filme /mnt/Filme nfs rw,soft,bg,nolock,users 0 0
Download as text