> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vessl.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Tips and limitations

### CIFS mount

VESSL providers FlexVolume storage type to support CIFS mount.

<Steps>
  <Step title="Install CIFS FlexVolume plugin">
    Install the
    [CIFS FlexVolume plugin](https://github.com/fstab/cifs).
  </Step>

  <Step title="Create secret.yaml">
    Create a `secret.yaml` for CIFS mount.
  </Step>

  <Step title="Fill in the options">
    Fill in the options in the create dataset dialog.
  </Step>
</Steps>

<img style={{ borderRadius: '0.5rem' }} src="https://mintcdn.com/vesslai/o4gNoh1CnnKmD81a/images/datasets/tips/cifs.png?fit=max&auto=format&n=o4gNoh1CnnKmD81a&q=85&s=fd323c52b55ed02850162d735c248b28" width="1216" height="956" data-path="images/datasets/tips/cifs.png" />

### Using other mount options not supported by VESSL

By using **HostPath** mount, you can work around to use other mount options which are not supported by VESSL.

<Steps>
  <Step title="Mount storage on host machines">
    Mount the storage on all host machines, in the same path. (e.g.
    `/mnt/s3fs-mnist-data`)
  </Step>

  <Step title="Mount dataset with HostPath">
    Mount the dataset with the **HostPath** option.
  </Step>
</Steps>
