Můj 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).
#
# systemd generates mount units based on this file, see systemd.mount(5).
# Please run 'systemctl daemon-reload' after making changes here.
#
#
# / was on /dev/sda2 during installation
UUID=14dc3947-14eb-400c-b523-edbf1c17c94c / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda1 during installation
UUID=F828-B5C7 /boot/efi vfat umask=0077 0 1
# swap was on /dev/sda3 during installation
UUID=8acd785f-654a-4762-8f12-1e17c8ac250e none swap sw 0 0
LABEL=steam /mnt/steam auto nosuid,nodev,nofail 0 0
# Připojení sdílení z 192.168.1.6
//192.168.1.6/Public /mnt/Public cifs username=*****,password=*****,iocharset=utf8,uid=1000,gid=1000,vers=3.0 0 0
//192.168.1.6/FTP /mnt/FTP cifs username=*****,password=*****,iocharset=utf8,uid=1000,gid=1000,vers=3.0 0 0
# Připojení sdílení z 192.168.1.20
//192.168.1.20/Web /mnt/Web cifs username=*****,password=*****,iocharset=utf8,uid=1000,gid=1000,vers=3.0 0 0