Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Compute Cloud
  • Yandex Container Solution
    • Resource relationships
    • Graphics processing units (GPUs)
      • Overview
      • Disks
      • Disk snapshots
      • Creating scheduled snapshots
      • Non-replicated disk placement groups
      • File storages
      • Read and write operations
    • Images
    • Dedicated host
    • Encryption
    • Backups
    • Quotas and limits
  • Access management
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Release notes

In this article:

  • File storage as a Yandex Cloud resource
  • File storage types
  • Attaching and detaching a file storage
  • Requirements and restrictions
  • OS support
  • Use cases
  1. Concepts
  2. Disks and file storages
  3. File storages

File storages

Written by
Yandex Cloud
Updated at April 18, 2025
  • File storage as a Yandex Cloud resource
  • File storage types
  • Attaching and detaching a file storage
  • Requirements and restrictions
    • OS support
  • Use cases

A file storage is a virtual file system that can be attached to multiple Compute Cloud VMs in the same availability zone. Users can share files in a storage and use them from different VMs.

Each file storage resides in an availability zone where it is replicated for data protection. File storages are not replicated across availability zones.

A storage is attached to a VM through Filesystem in Userspace (FUSE) as a virtiofs device without a direct link to the host file system.

File storages are subject to technical restrictions on reads and writes, as well as Compute Cloud quotas and limits. By default, file storages have a zero quota. To get your quotas increased, contact support.

File storage as a Yandex Cloud resourceFile storage as a Yandex Cloud resource

A file storage is created in a folder and inherits its access permissions.

You are charged for the space used by a storage depending on its size. For more information, see Compute Cloud pricing policy. The maximum storage size is 8,192 GB.

File storage typesFile storage types

When creating a file storage, you can choose one of the following types:

  • SSD storage (network-ssd): High-speed SSD-based file storage.
  • HDD storage (network-hdd): Standard HDD-based file storage.

Once you have created a storage, you cannot change its type.

Attaching and detaching a file storageAttaching and detaching a file storage

You can attach each file storage to one or multiple VMs. A storage and all VMs it is attached to must be in the same availability zone.

When you delete a VM, any attached storages are detached from it. In this case, the data the storages contain is saved and their connections to other VMs persist.

Requirements and restrictionsRequirements and restrictions

OS supportOS support

You can attach a file storage to VMs running Linux with kernel version 5.4 or higher. To check the kernel version, use the uname -r command. If you create a VM from a custom image, prepare it using this guide.

Attaching file storages to Windows-based VMs in Compute Cloud is currently not supported.

Use casesUse cases

  • Deploying GlusterFS in high performance mode
  • Deploying GlusterFS in high availability mode
  • Yandex Object Storage backup with Bacula

See also

  • Creating a file storage
  • Attaching a file storage to a VM
  • Detaching a file storage from a VM

Was the article helpful?

Previous
Non-replicated disk placement groups
Next
Read and write operations
© 2025 Direct Cursus Technology L.L.C.