---
title: "Mount File Storage"
sidebar_label: "Mount File Storage"
sidebar_position: 1
description: "How to mount file storage to a dedicated server, cloud server, or Managed Kubernetes cluster"
toc_max_heading_level: 2
---

import Formbricks from '@theme/MDXComponents/Formbricks'
import Tabs from '@theme/Tabs'
import TabItem from '@theme/TabItem'
import {TabItemLabel} from '@selectel/docux/components'
import MountStorageToCloudServer from '@site/i18n/en/docusaurus-plugin-content-docs/current/_partials/file-storage/mount-storage-to-cloud-server.mdx'
import MountStorageToDedicatedServer from '@site/i18n/en/docusaurus-plugin-content-docs/current/_partials/file-storage/mount-storage-to-dedicated-server.mdx'
import MountStorageToMKS from '@site/i18n/en/docusaurus-plugin-content-docs/current/_partials/file-storage/mount-storage-to-mks.mdx'

# Mount File Storage

File storage can be mounted to:

* [a cloud server](#mount-file-storage-to-cloud-server);
* [a dedicated server](#mount-file-storage-to-dedicated-server);
* [a Managed Kubernetes cluster](#mount-file-storage-to-managed-kubernetes-cluster).

## Mount File Storage to a Cloud Server \{#mount-file-storage-to-cloud-server}

<MountStorageToCloudServer />

## Mount File Storage to a Dedicated Server \{#mount-file-storage-to-dedicated-server}

<MountStorageToDedicatedServer />

## Mount File Storage to a Managed Kubernetes Cluster \{#mount-file-storage-to-managed-kubernetes-cluster}

<MountStorageToMKS />

<Formbricks />
