Server rental store

Network File System

# Network File System (NFS) – A Server Configuration Guide

This article details the configuration of a Network File System (NFS) for your MediaWiki environment. NFS allows you to share directories and files between servers over a network, which is particularly useful for centralizing storage of uploaded files, backups, and other data used by your wiki installation. This guide assumes a basic understanding of Linux server administration.

What is NFS?

Network File System (NFS) is a distributed file system protocol allowing a user on a client computer to access files over a network as if they were on a local disk. This is achieved by allowing a server to share directories (exports) with clients. NFS is commonly used in Unix-like systems, including Linux, and is a valuable tool for managing data across multiple servers. It’s often preferred over alternatives like Samba (SMB/CIFS) in homogenous Unix environments due to its simplicity and performance. For more information about file systems, see File System Basics.

Benefits of Using NFS with MediaWiki

⚠️ *Note: All benchmark scores are approximate and may vary based on configuration. Server availability subject to stock.* ⚠️