# Unmount Deka NFS in Instance

To release shared directories that are no longer used on VMs in an Instance. On the Cloudeka portal service page, select the Instance menu in Deka Flexi.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/26dekanfs/26.31%20unmount-deka-nfs-a.png" alt=""><figcaption><p>Unmount Deka NFS (a)</p></figcaption></figure>

Run the console on the VM to which the Deka NFS configuration will be released.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/26dekanfs/26.32%20unmount-deka-nfs-b.png" alt=""><figcaption><p>Unmount Deka NFS (b)</p></figcaption></figure>

After logging into the VM by entering the Username with root and Password used, you can run this syntax command.

```
umount [IP Address-Deka NFS]:/mnt/nfs
```

To ensure that it has successfully detached from the VM by running this syntax.

```
df -h
```

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/26dekanfs/26.33%20unmount-deka-nfs-c.png" alt=""><figcaption><p>Unmount Deka NFS (c)</p></figcaption></figure>
