# Telnyx Storage: CloudFS (Beta) — Documentation Index > CloudFS (Beta) documentation within the Storage section of the Telnyx developer docs (https://developers.telnyx.com). > Root index: https://developers.telnyx.com/llms.txt · Storage index: https://telnyx.com/llms/storage.txt · Full content for this subsection: https://telnyx.com/llms/storage/cloudfs-beta-full.txt ## Get Started - [CloudFS](https://developers.telnyx.com/docs/edge-compute/cloudfs.md): CloudFS is a POSIX filesystem you mount on any host or container, backed by Telnyx Cloud Storage — a shared, persistent filesystem for AI agents that you mount once. - [Quick Start](https://developers.telnyx.com/docs/edge-compute/cloudfs/quickstart.md): Create a CloudFS filesystem over the API, mount it with the JuiceFS client inside a Linux container, and read and write files over POSIX. ## Concepts - [Filesystems From First Principles](https://developers.telnyx.com/docs/edge-compute/cloudfs/concepts/filesystems-from-first-principles.md): What a filesystem actually is — files, inodes, and directories — and how a local one is implemented: a metadata index (inodes and bitmaps) over a region of data blocks. - [Network Filesystems: From NFS to GFS](https://developers.telnyx.com/docs/edge-compute/cloudfs/concepts/network-filesystems.md): Why the classic network filesystems — Sun's NFS and the Andrew File System — don't fit a fleet of ephemeral agents over the WAN, and how GFS, HDFS, and MooseFS reframed storage: an authoritative meta… - [How CloudFS Works](https://developers.telnyx.com/docs/edge-compute/cloudfs/concepts/how-cloudfs-works.md): How CloudFS works: JuiceFS's synthesis of the metadata/data split — a transactional metadata database plus object storage, served by a rich client with no server in the data path — and the two-lane a… ## Guides - [Mounting a Filesystem](https://developers.telnyx.com/docs/edge-compute/cloudfs/mount.md): Mount a CloudFS filesystem on a Linux host or container with the JuiceFS Community Edition client, using the metadata URL and your Telnyx API key. - [Concurrent Access](https://developers.telnyx.com/docs/edge-compute/cloudfs/concurrent-access.md): Mount the same CloudFS filesystem from many clients at once and read and write it concurrently — with cross-client visibility (close-to-open) and file locks for coordinating writers.