OCI File Storage

Definition

Oracle's enterprise-grade network file system with NFS support, designed for high performance and scalability in cloud environments.

Use Cases

Provider Equivalents

Frequently Asked Questions

What's the difference between OCI File Storage and OCI Object Storage?
OCI File Storage is a shared file system mounted by servers (typically over NFS), so applications can read and write files using normal file paths and permissions. OCI Object Storage stores data as objects in buckets accessed via APIs/HTTP, which is great for backups, archives, and large-scale unstructured data but isn’t mounted like a traditional file system in the same way.
When should I use OCI File Storage?
Use OCI File Storage when multiple compute instances or containers need to access the same files at the same time, especially for Linux workloads that expect NFS (for example: shared web content, media editing, analytics pipelines, home directories, or lift-and-shift apps that require a POSIX-like shared file system). If you only need cheap durable storage accessed via API, consider Object Storage instead.
How much does OCI File Storage cost?
Costs are primarily based on the amount of storage you provision/consume (GB-month) and may include additional charges for performance tiers or throughput-related features depending on your configuration and region. Data transfer charges can apply in some network paths. For an accurate estimate, use the OCI Pricing page and the OCI Cost Estimator for your region and expected capacity.

Category: data

Difficulty: intermediate

Related Terms

See Also