Snapshot to a Windows Share in ECK

Hi,

I am trying to place snapshot on a windows share location. I tried mounting it in ECK.

  nodeSets:
  - config:
      node.data: true
      node.ingest: true
      node.master: true
      node.ml: false
      node.store.allow_mmap: false
      xpack.monitoring.collection.enabled: true
      logger.org.elasticsearch: warn
      path.repo: ["\\\\windowshare"]

When I test it after creating a repository. It works, when i place a snapshot on it, it says success.

Strange thing happens that when I go to the location to check files. Nothing is there. I login into pod and tried to find something useful bt nothing is there. Please help. Thanks.

Regards