[SOLVED] files copied to NAS are invisible for other systems

I have a partition on a NAS that I mount from four Mageia 9 workstations to share data. However, when I copy a file from one workstation to a directory on this mounted partition, the other workstations do not see this file.
From fstab:
What do I have to change to get this working?
From fstab:
- Code: Select all
/dev/vg1/lv_analyses /mnt/analyses xfs _netdev,x-systemd.requires=iscsi-login.service,rw,relatime,inode64,logbufs=8,logbsize=128k,sunit=256,swidth=256,noquota 1 2
What do I have to change to get this working?