Drive manager don't mount wright drive

OK,
I have also problem with nfs mount but on archlinux laptop. It’s few months I must execute command after every reboot: sudo mount -a to make that drives mounted on my laptop. Now after that we do above I cannot mount that way:

mount: /home: /dev/nvme0n1p2 jest już zamontowany lub punkt montowania jest zajęty. (***is already mounted and mountpoin is taken***)
       dmesg(1) może podać więcej informacji o nieudanym wywołaniu systemowym mount. (***can provide more information about the failed system call mount***)

mount: /root: /dev/nvme0n1p2 jest już zamontowany lub punkt montowania jest zajęty.
       dmesg(1) może podać więcej informacji o nieudanym wywołaniu systemowym mount.
mount: /srv: /dev/nvme0n1p2 jest już zamontowany lub punkt montowania jest zajęty.
       dmesg(1) może podać więcej informacji o nieudanym wywołaniu systemowym mount.
mount: /var/cache: /dev/nvme0n1p2 jest już zamontowany lub punkt montowania jest zajęty.
       dmesg(1) może podać więcej informacji o nieudanym wywołaniu systemowym mount.
mount: /var/log: /dev/nvme0n1p2 jest już zamontowany lub punkt montowania jest zajęty.
       dmesg(1) może podać więcej informacji o nieudanym wywołaniu systemowym mount.
mount: /var/tmp: /dev/nvme0n1p2 jest już zamontowany lub punkt montowania jest zajęty.
       dmesg(1) może podać więcej informacji o nieudanym wywołaniu systemowym mount.

my /etc/fstab:

sudo cat /etc/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).
#
# <file system>             <mount point>  <type>  <options>  <dump>  <pass>
UUID=BB21-9F2B                            /boot/efi      vfat    umask=0077 0 2
UUID=417f187a-a42b-44a5-b6b3-c27517119ed0 /              btrfs   subvol=/@,defaults,noatime,autodefrag,compress=zstd,discard=async,ssd 0 0
UUID=417f187a-a42b-44a5-b6b3-c27517119ed0 /home          btrfs   subvol=/@home,defaults,noatime,autodefrag,compress=zstd,discard=async,ssd 0 0
UUID=417f187a-a42b-44a5-b6b3-c27517119ed0 /root          btrfs   subvol=/@root,defaults,noatime,autodefrag,compress=zstd,discard=async,ssd 0 0
UUID=417f187a-a42b-44a5-b6b3-c27517119ed0 /srv           btrfs   subvol=/@srv,defaults,noatime,autodefrag,compress=zstd,discard=async,ssd 0 0
UUID=417f187a-a42b-44a5-b6b3-c27517119ed0 /var/cache     btrfs   subvol=/@cache,defaults,noatime,autodefrag,compress=zstd,discard=async,ssd 0 0
UUID=417f187a-a42b-44a5-b6b3-c27517119ed0 /var/log       btrfs   subvol=/@log,defaults,noatime,autodefrag,compress=zstd,discard=async,ssd 0 0
UUID=417f187a-a42b-44a5-b6b3-c27517119ed0 /var/tmp       btrfs   subvol=/@tmp,defaults,noatime,autodefrag,compress=zstd,discard=async,ssd 0 0
UUID=8f7c97f0-2758-4001-95b0-57f15fb14228 swap           swap    defaults,noatime 0 0
tmpfs                                     /tmp           tmpfs   defaults,noatime,mode=1777 0 0
192.168.0.19:/mnt/Seagate /mnt/Seagate nfs defaults 0 0
192.168.0.19:/mnt/Toshiba/dietpi_userdata /mnt/Toshiba nfs defaults 0 0

The whole error message has nothing to do with NFS. It’s about all your other mount point /home or /root aso already being used.

OK, but before we fix that mounting in nfs server (dietpi-hp) the messege was only it create some symlink.
My question is do You know why I have to every restart of my laptop to manually mount that nfs drives?
Edit.
I forget to mention that I have other laptop with the same archlinux system and that /etc/fstab entry works fine with automount.
Regards

After reboot have a look to journalctl and dmesg. Maybe there are some hints on failed mounts.