Network storage mount with script

Hi!
Is it possible to mount a NAS drive as a network storage (Config\System\Storage) with some kind of script or automation?
I would like to make a starting sequence like this:
when Samba NAS is loaded => map this network storage => start Frigate
Currently the OS try to mount the network storage sooner, then Samba NAS is ready.
Thanks in advance!
BR,
Zsolt

**EDIT: Samba NAS can mount the network drive, but the name will change to capital letters. So in my case the shared drive become FRIGATE. The current workaround is the following:
mount-usb-drive-in-hassio

***EDIT2: for a delayed startup, set mqtt_enable to true at the Samba NAS config (yaml mode, because its hidden by default). After that you can start Frigate with the new mqtt sensors, when the network share is mounted.
For example:

alias: Start Frigate
description: ""
trigger:
  - platform: numeric_state
    entity_id:
      - sensor.sambanas_disk_frigate_sambanas_fsuse_pct_frigate
    for:
      hours: 0
      minutes: 0
      seconds: 5
    above: 0
condition: []
action:
  - metadata: {}
    data:
      addon: ccab4aaf_frigate-fa
    action: hassio.addon_start
mode: restart