I'm unable to mount a samba share

Hi,
I’m unable to mount a samba share where I store my roms for retrogaming. I don’t use any user name and password: every user on my lan can access it.
I follow the cifs.mount.sample in /.config/system.d and I created storage-roms-mame.mount as follow:
[Unit]

Description=Mounting Mame folder on samba

Requires=network-online.service

After=network-online.service

Before=kodi.service

[Mount]

What=//192.168.1.130/Giuochini/roms/mame/

Where=/storage/roms/mame

#The following option might not be required if your CIFS/SAMBA share is shared publicly without requiring any credentials
)

#Options=username=YOURUSERNAME,password=YOURPASSWORD

Type=cifs

[Install]

WantedBy=multi-user.target

Then I Tried systemctl restart storage-roms-mame.mount which failed.
I tried to manual mount with mount -t cifs //192.168.1.130/Giuochini/roms/mame/ /storage/roms/mame/ which failed with invalid argument.

What am I doing wrong?

I tried with NFS and it works