ubuntu-mate@ubuntu-mate:~$ sudo blkid
/dev/sda1: UUID="1d79bf75-9171-4dc7-91f6-7ff1b127041f" TYPE="ext4" PARTUUID="0006a462-01"
/dev/loop0: TYPE="squashfs"
/dev/sda5: UUID="2214566e-3768-4be6-b71d-fbf17c2c9443" TYPE="swap" PARTUUID="0006a462-05"
/dev/sdf1: UUID="2017-08-01-11-54-09-00" LABEL="Ubuntu-MATE 16.04.3 LTS amd64" TYPE="iso9660" PTUUID="5055a901" PTTYPE="dos" PARTUUID="5055a901-01"
/dev/sdf2: SEC_TYPE="msdos" UUID="398E-230F" TYPE="vfat" PARTUUID="5055a901-02"
ubuntu-mate@ubuntu-mate:~$
# /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/sdd1 during installation
UUID=1d79bf75-9171-4dc7-91f6-7ff1b127041f / ext4 errors=remount-ro 0 1
# swap was on /dev/sdd5 during installation
UUID=2214566e-3768-4be6-b71d-fbf17c2c9443 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.x.x.x /media/Server1 cifs username=x, password=x,file_mode=0775,dir_mode=0775,uid=1000,gid=1000 0 0
#Server
#//192.x.x.x/volume1 /media/Datenplatte2 cifs username=x, password=x,file_mode=0775,dir_mode=0775,uid=1000,gid=1000 0 0
#NAS Synology Datenplatte
192.x.x.x/Datenplatte /mnt/Datenplatte nfs rw,soft,bg,nolock,users 0 0
#NAS Synology Filme
192.168.178.49:/volume1/Filme /mnt/Filme nfs rw,soft,bg,nolock,users 0 0