# NFS share on OpenMediaVault

If anyone is looking for the way to make this work for an NFS share on OpenMediaVault, use the following share options:

```bash
subtree_check,insecure,no_root_squash,anonuid=100,anongid=100
```

and make sure the folder you are sharing is owned by group <span style="color: rgb(224, 62, 45);">**'users' (gid 100)**</span>

<span style="color: rgb(224, 62, 45);">**Ins0mniA**</span>

<div class="notranslate" id="bkmrk-" style="all: initial;"></div>