Tagged articles
101 articles
Page 1 of 2
MaGe Linux Operations
MaGe Linux Operations
Mar 14, 2026 · Operations

Mastering NFS: A Complete Guide to Setup, Troubleshooting, and Performance Optimization

This comprehensive guide explains NFS fundamentals, version differences, mounting procedures, common failure categories, core concepts like RPC and file handles, environment requirements, step‑by‑step installation and configuration, performance tuning parameters, real‑world case studies, monitoring, backup, and best‑practice recommendations for reliable NFS deployments.

LinuxNFSNetwork File System
0 likes · 49 min read
Mastering NFS: A Complete Guide to Setup, Troubleshooting, and Performance Optimization
Open Source Linux
Open Source Linux
Oct 31, 2025 · Operations

Master NFS Interview Questions: 30 Essential Linux Cloud File System Q&A

This comprehensive guide covers 30 high‑frequency NFS interview questions for Linux cloud roles, detailing core concepts, configuration, security options, performance tuning, troubleshooting steps, high‑availability designs, cloud‑managed services, monitoring strategies, and alternative distributed file systems to help candidates demonstrate deep technical expertise.

Interview PreparationLinuxNFS
0 likes · 33 min read
Master NFS Interview Questions: 30 Essential Linux Cloud File System Q&A
Open Source Linux
Open Source Linux
Sep 25, 2025 · Operations

Master NFS in 30 Minutes: Complete Deployment & Performance Guide (2025)

Learn how to design, install, configure, secure, monitor, and optimize a production‑grade NFS service—including step‑by‑step server and client setup, advanced permission controls, performance tuning, automated deployment scripts, backup strategies, and real‑world use cases—so you can reduce file‑sync time by up to 80%.

AutomationBackupLinux
0 likes · 28 min read
Master NFS in 30 Minutes: Complete Deployment & Performance Guide (2025)
Ops Community
Ops Community
Sep 19, 2025 · Operations

From Midnight Outage to Zero Downtime: Mastering NFS High‑Availability

This article recounts a critical NFS failure that caused massive loss, then walks through practical high‑availability designs—including Keepalived + DRBD, GlusterFS migration, and cloud‑native CSI storage—while sharing real‑world pitfalls, monitoring strategies, and forward‑looking recommendations for resilient file‑system operations.

Distributed File SystemNFShigh availability
0 likes · 12 min read
From Midnight Outage to Zero Downtime: Mastering NFS High‑Availability
Raymond Ops
Raymond Ops
Sep 5, 2025 · Operations

Mastering NFS: How to Configure Network File System on Linux

Learn the fundamentals of NFS (Network File System) on Linux, including its architecture, advantages, required packages, configuration files, export options, essential commands like rpcinfo, exportfs, showmount, and step‑by‑step examples for setting up NFS servers and clients with autofs.

LinuxMountNFS
0 likes · 10 min read
Mastering NFS: How to Configure Network File System on Linux
MaGe Linux Operations
MaGe Linux Operations
Sep 2, 2025 · Operations

Master NFS Deployment & Performance: 2025 Complete Guide

Learn how to deploy, configure, secure, and optimize NFS services in production, covering server and client setup, permission strategies, performance tuning, monitoring scripts, automation, backup plans, and benchmark testing—all with step‑by‑step commands and best‑practice recommendations.

NFSPerformance OptimizationSystem Administration
0 likes · 28 min read
Master NFS Deployment & Performance: 2025 Complete Guide
Raymond Ops
Raymond Ops
Aug 17, 2025 · Operations

Master Essential Linux Commands: From Basics to Advanced System Operations

This comprehensive guide walks you through Linux command connectors, system resource monitoring tools, file search and transfer utilities, text processing commands, mounting and NFS configuration, user and file management, as well as advanced scripting techniques like expect, semanage, and xargs, providing clear examples and code snippets for each topic.

NFScommand-linefile management
0 likes · 26 min read
Master Essential Linux Commands: From Basics to Advanced System Operations
Raymond Ops
Raymond Ops
Jul 4, 2025 · Operations

Mastering NFS: Shared Storage, RPC Architecture, and Deployment Guide

This article explains how NFS provides Linux file sharing, details the RPC-based architecture, walks through server and client configuration, demonstrates integration with nginx, and offers troubleshooting tips for common NFS failures, making it a comprehensive guide for operations engineers.

DeploymentLinuxNFS
0 likes · 19 min read
Mastering NFS: Shared Storage, RPC Architecture, and Deployment Guide
Raymond Ops
Raymond Ops
Jun 27, 2025 · Operations

How to Set Up Real‑Time NFS Backup with inotify and rsync

This guide walks through configuring rsync and inotify on multiple Linux hosts to achieve real‑time backup of NFS static resources, covering host preparation, rsync daemon setup, password handling, daemon activation, inotify‑driven monitoring scripts, and verification of successful synchronization.

NFSOperationsSysadmin
0 likes · 12 min read
How to Set Up Real‑Time NFS Backup with inotify and rsync
Raymond Ops
Raymond Ops
Jun 15, 2025 · Operations

Step-by-Step Guide: Deploy WordPress with NFS on CentOS 7

This tutorial walks through configuring an NFS server and client on CentOS 7, installing the LAMP stack, setting up a virtual host, deploying WordPress, configuring the MySQL database, and verifying the site works, providing complete command‑line instructions and code snippets.

CentOSLAMPNFS
0 likes · 6 min read
Step-by-Step Guide: Deploy WordPress with NFS on CentOS 7
Lin is Dream
Lin is Dream
May 6, 2025 · Operations

How to Deploy an NFS Server on CentOS 7 for Shared Storage

Learn step‑by‑step how to install, configure, and launch an NFS server on CentOS 7, set up shared directories, edit export rules, adjust firewall settings, and mount the share on client machines, enabling reliable network file sharing for distributed and containerized environments.

CentOSLinuxNFS
0 likes · 7 min read
How to Deploy an NFS Server on CentOS 7 for Shared Storage
Lin is Dream
Lin is Dream
Apr 29, 2025 · Backend Development

How to Build a Scalable Chunked File Upload Service with Java and Redis

This article explains how to design and implement a reliable, resumable multipart file upload system in Java, using Redis for session tracking, FileChannel for zero‑copy merging, progress monitoring, checkpoint files for resume support, and NFS shared storage for Docker‑based distributed deployments.

JavaNFSchunked upload
0 likes · 18 min read
How to Build a Scalable Chunked File Upload Service with Java and Redis
Liangxu Linux
Liangxu Linux
Apr 26, 2025 · Operations

How to Perform Cold and Live KVM VM Migration with NFS Shared Storage

This guide explains how to perform both cold and live migration of KVM virtual machines using NFS shared storage, covering prerequisites, step‑by‑step commands, network considerations, and key virsh options to avoid disk corruption and ensure seamless VM movement across hosts.

KVMLive MigrationNFS
0 likes · 7 min read
How to Perform Cold and Live KVM VM Migration with NFS Shared Storage
Raymond Ops
Raymond Ops
Apr 26, 2025 · Operations

How to Enable Ceph NFS Service with nfs-ganesha: Step‑by‑Step Guide

This article walks through configuring Ceph to provide NFS services using nfs‑ganesha, covering module checks, cluster creation, export setup, client mounting, data verification, and high‑availability configuration with haproxy and keepalived, complete with command‑line examples.

CephHALinux
0 likes · 7 min read
How to Enable Ceph NFS Service with nfs-ganesha: Step‑by‑Step Guide
Linux Kernel Journey
Linux Kernel Journey
Apr 22, 2025 · Fundamentals

How to Build a Linux RootFS for Embedded Devices – Step‑by‑Step Guide

This article walks through the theory of Linux file systems, compares flash‑specific filesystems, outlines the essential rootfs directories, details required tools like a cross‑compiler and TFTP/NFS servers, and provides a complete step‑by‑step procedure—including BusyBox compilation, rootfs population, init scripts, and ramdisk creation—to produce a bootable root filesystem for an embedded board.

BusyBoxFilesystemLinux
0 likes · 15 min read
How to Build a Linux RootFS for Embedded Devices – Step‑by‑Step Guide
Liangxu Linux
Liangxu Linux
Apr 14, 2025 · Operations

Mastering NFS on CentOS: From Installation to Autofs Integration

This guide explains what NFS (Network File System) is, its advantages, required packages, configuration file syntax, export options, essential tools like rpcinfo, exportfs, showmount and mount.nfs, and provides step‑by‑step examples for mounting, fstab entries, and integrating autofs on CentOS systems.

CentOSFilesystemLinux
0 likes · 10 min read
Mastering NFS on CentOS: From Installation to Autofs Integration
Raymond Ops
Raymond Ops
Mar 2, 2025 · Cloud Native

How to Deploy NFS, ECK, Elasticsearch, Kibana, and Filebeat on Kubernetes with Helm

This guide walks through installing NFS, configuring a dynamic storage class via Helm, deploying the Elastic Cloud on Kubernetes (ECK) operator, setting up Elasticsearch and Kibana clusters, and installing Filebeat for log collection, including system tuning and Kubernetes manifests for a production‑ready environment.

ECKElasticsearchFilebeat
0 likes · 16 min read
How to Deploy NFS, ECK, Elasticsearch, Kibana, and Filebeat on Kubernetes with Helm
Raymond Ops
Raymond Ops
Feb 19, 2025 · Operations

Configure NFS Server and Auto-Mount Clients on CentOS 7

This guide walks through installing NFS utilities, creating a shared directory, configuring /etc/exports, starting the NFS service, and setting up client machines with /etc/fstab for automatic mounting on CentOS 7, including verification steps.

LinuxNFSSystem Administration
0 likes · 5 min read
Configure NFS Server and Auto-Mount Clients on CentOS 7
MaGe Linux Operations
MaGe Linux Operations
Dec 7, 2024 · Operations

Mastering NFS: Deploy Shared Storage on Linux with RPC

This guide explains the purpose of NFS for Linux file sharing, its architecture and RPC relationship, step‑by‑step server and client deployment, integration with Nginx, and common troubleshooting techniques for reliable shared storage in production environments.

LinuxNFSNGINX
0 likes · 18 min read
Mastering NFS: Deploy Shared Storage on Linux with RPC
System Architect Go
System Architect Go
Sep 29, 2024 · Cloud Native

Understanding CSI Driver Workflow with an NFS Example

This article explains the architecture, components, and operational flow of a CSI driver using NFS as a concrete example, covering CSI fundamentals, sidecar containers, dynamic volume provisioning, pod creation, and the role of the Linux VFS in exposing remote storage to applications.

CSIKubernetesNFS
0 likes · 6 min read
Understanding CSI Driver Workflow with an NFS Example
Liangxu Linux
Liangxu Linux
Aug 25, 2024 · Fundamentals

Mastering Linux Root Filesystem: Theory, BusyBox Build, and NFS Boot

This guide explains the purpose and structure of a Linux root filesystem, demonstrates how to create a minimal rootfs using ext3 or NFS, walks through busybox compilation and configuration, analyzes init scripts and inittab, and shows how to package and flash the rootfs for embedded devices.

NFSbuildrootinit
0 likes · 32 min read
Mastering Linux Root Filesystem: Theory, BusyBox Build, and NFS Boot
MaGe Linux Operations
MaGe Linux Operations
Jul 5, 2024 · Operations

Master Linux File Sharing: VSFTPD, Samba, NFS & iSCSI Step‑by‑Step

This comprehensive guide walks you through configuring Linux file‑sharing services—including anonymous and authenticated VSFTPD, mixed‑mode FTP, virtual users, SSL‑encrypted transfers, Samba shares, NFS exports, and iSCSI targets—covering installation, configuration files, firewall settings, user management, and client mounting procedures.

FTPLinuxNFS
0 likes · 38 min read
Master Linux File Sharing: VSFTPD, Samba, NFS & iSCSI Step‑by‑Step
MaGe Linux Operations
MaGe Linux Operations
Jun 10, 2024 · Cloud Native

Deploy NFS, ECK, Elasticsearch, Kibana & Filebeat on Kubernetes

This guide walks through installing NFS on all nodes, creating a dynamic storage class with Helm, setting up Elastic Cloud on Kubernetes (ECK) operator, deploying Elasticsearch and Kibana clusters, configuring Filebeat for log collection, and tuning system parameters for a production‑ready Kubernetes environment.

ECKElasticsearchFilebeat
0 likes · 18 min read
Deploy NFS, ECK, Elasticsearch, Kibana & Filebeat on Kubernetes
Open Source Linux
Open Source Linux
May 9, 2024 · Fundamentals

How NFS and RPC Enable Seamless File Sharing in Linux Environments

This article explains the fundamentals of Network File System (NFS), its reliance on RPC for communication, the step‑by‑step workflow of NFS operations, configuration details in /etc/exports, common troubleshooting cases, and practical command‑line examples for Linux administrators.

LinuxNFSRPC
0 likes · 10 min read
How NFS and RPC Enable Seamless File Sharing in Linux Environments
Liangxu Linux
Liangxu Linux
Jan 6, 2024 · Operations

Step-by-Step Guide to Setting Up NFS on Rocky Linux 8.9

This tutorial walks through installing NFS utilities, configuring the server and client, setting export permissions, enabling required services and firewall rules, and mounting the shared directory permanently on Rocky Linux 8.9 systems.

LinuxNFSRocky Linux
0 likes · 11 min read
Step-by-Step Guide to Setting Up NFS on Rocky Linux 8.9
MaGe Linux Operations
MaGe Linux Operations
Dec 26, 2023 · Operations

Master NFS: Step‑by‑Step Configuration on Rocky Linux

This guide explains what NFS is, walks through setting up a Rocky Linux NFS server and client, covers installing packages, configuring export directories, adjusting permissions, editing /etc/exports, enabling rpcbind and NFS services, opening firewall ports, and mounting the share on the client.

LinuxNFSNetwork File System
0 likes · 11 min read
Master NFS: Step‑by‑Step Configuration on Rocky Linux
Test Development Learning Exchange
Test Development Learning Exchange
Nov 8, 2023 · Cloud Native

Introduction to Kubernetes Storage Volumes and Their Types

This article provides an overview of Kubernetes storage options, describing temporary and persistent volume types such as EmptyDir, HostPath, ConfigMap, Secret, PersistentVolume, PersistentVolumeClaim, StorageClass, and NFS, and includes practical YAML examples for creating and using each storage solution in a cluster.

ConfigMapHostPathNFS
0 likes · 28 min read
Introduction to Kubernetes Storage Volumes and Their Types
DevOps
DevOps
Oct 10, 2023 · Operations

Common Kubernetes Pod Issues and Troubleshooting Guide

This article outlines typical Kubernetes pod failure states such as ContainerCreating, ErrImagePull, Pending, CrashLoopBackOff, and UnexpectedAdmissionError, explains their common causes—including Docker service problems, storage mount errors, ConfigMap misconfigurations, and image issues—and provides practical troubleshooting steps and example manifests.

ConfigMapDockerKubernetes
0 likes · 10 min read
Common Kubernetes Pod Issues and Troubleshooting Guide
Efficient Ops
Efficient Ops
Oct 9, 2023 · Cloud Native

Why Do Kubernetes Pods Get Stuck? Decoding Common Pod Status Errors

Learn how to diagnose and resolve frequent Kubernetes pod status issues such as ContainerCreating, ErrImagePull, Pending, CrashLoopBackOff, and UnexpectedAdmissionError by examining Docker services, storage mounts, ConfigMaps, image repositories, and node resources, with practical examples and command‑line solutions.

ConfigMapContainerCreatingErrImagePull
0 likes · 9 min read
Why Do Kubernetes Pods Get Stuck? Decoding Common Pod Status Errors
Open Source Linux
Open Source Linux
May 15, 2023 · Operations

Master Linux File Mounting: From ISO Images to NFS and AutoFS

This guide walks you through Linux file system mounting techniques—including manual mounts for ISO images, USB drives, Windows shares, and NFS—as well as permanent fstab entries and automated mounting with autofs, complete with command examples and configuration tips.

FilesystemLinuxMount
0 likes · 13 min read
Master Linux File Mounting: From ISO Images to NFS and AutoFS
Liangxu Linux
Liangxu Linux
Mar 20, 2023 · Operations

How to Build a Linux DNS, NFS, and Local Yum Repo with Nginx

This guide walks you through installing and configuring a Bind DNS server, setting up NFS sharing on Linux, and creating a local YUM repository served by Nginx, complete with command‑line steps, configuration file edits, and troubleshooting tips.

DNSLinuxNFS
0 likes · 9 min read
How to Build a Linux DNS, NFS, and Local Yum Repo with Nginx
Architect's Guide
Architect's Guide
Dec 5, 2022 · Cloud Native

Step-by-Step Guide to Deploying a High‑Availability Kubernetes Cluster with NFS, Ingress, Dashboard, and Harbor

This comprehensive tutorial walks through preparing the operating system, installing Docker and containerd, configuring yum repositories, initializing a multi‑master HA Kubernetes cluster with IPVS, deploying the Kubernetes dashboard, setting up NFS storage, installing an Ingress controller, and finally installing Harbor with Helm and a custom NFS provisioner, providing all necessary commands and configuration files.

DockerHAHarbor
0 likes · 38 min read
Step-by-Step Guide to Deploying a High‑Availability Kubernetes Cluster with NFS, Ingress, Dashboard, and Harbor
Top Architect
Top Architect
Nov 7, 2022 · Cloud Native

Step‑by‑Step Deployment of a Highly Available Kubernetes Cluster with Nginx/Keepalived Load Balancer, Flannel CNI, IPVS, Dashboard, and Harbor Registry

This comprehensive guide walks you through installing Docker and containerd, configuring yum repositories, setting up kubeadm/kubelet/kubectl, initializing a multi‑master Kubernetes cluster, enabling Flannel CNI and IPVS, building a Nginx‑Keepalived HA load balancer, deploying the Kubernetes dashboard, configuring NFS storage with a dynamic provisioner, and installing a secure Harbor image registry for private images.

FlannelHarborKubernetes
0 likes · 44 min read
Step‑by‑Step Deployment of a Highly Available Kubernetes Cluster with Nginx/Keepalived Load Balancer, Flannel CNI, IPVS, Dashboard, and Harbor Registry
Top Architect
Top Architect
Nov 4, 2022 · Cloud Native

Step-by-Step Guide to Deploy a High‑Availability Kubernetes Cluster with Dashboard, Nginx/Keepalived, NFS, Harbor, and Ingress

This comprehensive tutorial walks through preparing hosts, installing Docker and containerd, setting up Kubernetes components, initializing a HA master cluster, configuring networking, deploying the Kubernetes dashboard, NFS storage, Harbor registry, and an Nginx/Keepalived load balancer, all with detailed commands and configuration files.

Cloud NativeDockerHarbor
0 likes · 41 min read
Step-by-Step Guide to Deploy a High‑Availability Kubernetes Cluster with Dashboard, Nginx/Keepalived, NFS, Harbor, and Ingress
Architect
Architect
Nov 3, 2022 · Cloud Native

Step-by-Step Guide to Deploying a High‑Availability Kubernetes Cluster with Dashboard and Harbor

This comprehensive tutorial walks through preparing multiple Linux nodes, installing Docker and containerd, setting up kubeadm, kubelet and kubectl, initializing a HA Kubernetes control plane, configuring Flannel networking, deploying the Kubernetes dashboard, installing Nginx + Keepalived for load balancing, setting up NFS with rsync, provisioning storage via Helm, and finally installing a secure Harbor image registry, all with detailed commands and configuration snippets.

DashboardHAHarbor
0 likes · 39 min read
Step-by-Step Guide to Deploying a High‑Availability Kubernetes Cluster with Dashboard and Harbor
Java Architect Essentials
Java Architect Essentials
Oct 25, 2022 · Cloud Native

Comprehensive Guide to Deploying a Highly Available Kubernetes Cluster with Nginx+Keepalived, Ingress, NFS, and Harbor

This step‑by‑step tutorial walks through setting up a multi‑node Kubernetes cluster, configuring high availability with Nginx and Keepalived, installing Docker and containerd, deploying an NFS provisioner, configuring Ingress, and installing a secure Harbor registry using Helm and custom TLS certificates.

Cloud NativeDockerHarbor
0 likes · 39 min read
Comprehensive Guide to Deploying a Highly Available Kubernetes Cluster with Nginx+Keepalived, Ingress, NFS, and Harbor
MaGe Linux Operations
MaGe Linux Operations
Aug 25, 2022 · Cloud Native

Build a Highly Available Kubernetes Cluster with Dashboard, Nginx HA & Harbor

This comprehensive tutorial walks you through deploying a production‑grade Kubernetes cluster on multiple nodes, configuring Docker and containerd, setting up kubeadm, enabling IPVS, installing a high‑availability Nginx + Keepalived load balancer, deploying the Kubernetes dashboard, and installing a secure Harbor image registry with NFS storage.

DockerHAHarbor
0 likes · 44 min read
Build a Highly Available Kubernetes Cluster with Dashboard, Nginx HA & Harbor
Coolpad Technology Team
Coolpad Technology Team
May 31, 2022 · Fundamentals

Understanding NFS File Handles, Export Operations, and Their Use in OverlayFS and Syscalls

This article explains how NFS represents files with file handles, details the generation and decoding mechanisms via export_operations, examines the exportfs API implementation, and explores practical applications such as overlayfs integration and the name_to_handle_at/open_by_handle_at syscalls, providing code examples and kernel‑level insights.

KernelNFSexportfs
0 likes · 23 min read
Understanding NFS File Handles, Export Operations, and Their Use in OverlayFS and Syscalls
Practical DevOps Architecture
Practical DevOps Architecture
Apr 12, 2022 · Cloud Native

Setting Up NFS Storage in Kubernetes with Helm

This guide walks through configuring an NFS server, installing required utilities, creating a dedicated namespace, installing Helm, and deploying the nfs-client-provisioner chart to provide dynamic NFS storage for workloads in a Kubernetes cluster.

Cloud NativeLinuxNFS
0 likes · 3 min read
Setting Up NFS Storage in Kubernetes with Helm
Ops Development Stories
Ops Development Stories
Aug 5, 2021 · Cloud Native

How to Deploy NFS Subdir External Provisioner on Kubernetes with HA

This guide walks through deploying the NFS‑subdir‑external‑provisioner on Kubernetes, covering migration to the new repository, configuring storage classes with subdirectory support, applying RBAC resources, creating PVCs, enabling high‑availability with leader election, and troubleshooting common mount errors.

Cloud NativeKubernetesNFS
0 likes · 14 min read
How to Deploy NFS Subdir External Provisioner on Kubernetes with HA
Liangxu Linux
Liangxu Linux
Jul 12, 2021 · Operations

Mastering NFS: Protocol Basics, Service Setup, and Version Comparison on Linux

This guide explains the NFS (Network File System) protocol, its reliance on RPC, the ports it uses, how to activate the required daemons, differences among NFSv2/v3/v4/v4.1, and provides step‑by‑step instructions for installing, configuring, and mounting NFS on CentOS 7, including firewall and export settings.

CentOSLinuxNFS
0 likes · 15 min read
Mastering NFS: Protocol Basics, Service Setup, and Version Comparison on Linux
Open Source Linux
Open Source Linux
Jun 21, 2021 · Fundamentals

Master NFS: From Protocol Basics to Full CentOS 7 Deployment

This guide explains the NFS protocol fundamentals, activation steps, version comparisons, and provides a step‑by‑step CentOS 7 installation and configuration tutorial, including service setup, firewall adjustments, export file editing, and client mounting procedures.

CentOSLinuxNFS
0 likes · 16 min read
Master NFS: From Protocol Basics to Full CentOS 7 Deployment
MaGe Linux Operations
MaGe Linux Operations
Dec 27, 2020 · Cloud Native

Build a Highly Available Harbor Registry with Dual-Master Replication

This guide explains how to deploy an enterprise‑grade Harbor Docker registry in a high‑availability setup using dual‑master replication and shared NFS storage, covering architecture concepts, required software versions, installation of Docker, Compose, NFS, PostgreSQL, Redis, Harbor configuration, and Nginx load‑balancing.

Cloud NativeDockerHarbor
0 likes · 18 min read
Build a Highly Available Harbor Registry with Dual-Master Replication
Open Source Linux
Open Source Linux
Dec 2, 2020 · Fundamentals

Unlocking NFS & pNFS: How Parallel File Systems Boost Performance

This article explains the fundamentals of NFS, introduces the advanced pNFS architecture with its three protocols, compares storage layouts, and discusses performance benefits and real‑world deployments in high‑performance computing environments.

High‑performance computingNFSpNFS
0 likes · 13 min read
Unlocking NFS & pNFS: How Parallel File Systems Boost Performance
ITPUB
ITPUB
Nov 10, 2020 · Information Security

Master Linux Privilege Escalation: Techniques, Commands, and Exploits

This comprehensive guide explains Linux privilege escalation, covering horizontal and vertical privilege upgrades, essential information‑gathering commands, kernel vulnerability exploitation, sudo abuse, SUID/SGID misconfigurations, cron job hijacking, NFS weak permissions, and PATH misconfigurations, with practical examples and code snippets for each technique.

LinuxNFSSUID
0 likes · 45 min read
Master Linux Privilege Escalation: Techniques, Commands, and Exploits
Architects' Tech Alliance
Architects' Tech Alliance
Nov 2, 2020 · Fundamentals

Understanding NFS and pNFS: Architecture, Protocols, and Performance

This article explains how the Network File System (NFS) enables file sharing across heterogeneous operating systems, describes the limitations of traditional NFS for high‑performance computing, and introduces pNFS (NFSv4.1) with its three protocols, layout types, and performance advantages for large‑scale parallel storage.

NFSNetwork ProtocolsParallel I/O
0 likes · 11 min read
Understanding NFS and pNFS: Architecture, Protocols, and Performance
Open Source Linux
Open Source Linux
Oct 29, 2020 · Cloud Native

Why Kubernetes Introduced Volumes, PVs, and StorageClasses: A Deep Dive

This article explains the origins and purposes of Kubernetes Volume, PersistentVolume (PV), PersistentVolumeClaim (PVC), and StorageClass, compares them with Docker volumes, details static and dynamic provisioning, and walks through configuration examples, illustrating the storage architecture and workflow within a Kubernetes cluster.

DynamicProvisioningKubernetesNFS
0 likes · 14 min read
Why Kubernetes Introduced Volumes, PVs, and StorageClasses: A Deep Dive
Liangxu Linux
Liangxu Linux
Oct 26, 2020 · Fundamentals

Unlocking Linux File Systems: From VFS to Ext4 and System Calls

This article explains Linux's file system architecture, covering basic directory structures, absolute and relative paths, symbolic links, the Virtual File System layer, core system calls such as creat, open, read, write, lseek, locking mechanisms, and the design of ext2, ext4, /proc, and NFS file systems.

Ext2LinuxNFS
0 likes · 34 min read
Unlocking Linux File Systems: From VFS to Ext4 and System Calls
ITPUB
ITPUB
Sep 27, 2020 · Fundamentals

Unlocking Linux File Systems: From VFS to Ext4 and NFS Explained

This article provides a comprehensive overview of Linux file system architecture, covering basic concepts, directory structures, absolute and relative paths, linking, VFS abstraction, ext2/ext4 implementations, locking mechanisms, key system calls, and network file systems like NFS, illustrating how they interact within the kernel.

Ext2LinuxNFS
0 likes · 35 min read
Unlocking Linux File Systems: From VFS to Ext4 and NFS Explained
Alibaba Cloud Developer
Alibaba Cloud Developer
Aug 4, 2020 · Fundamentals

How NFSv4 Guarantees Consistent File Locks Across Clients

This article explains the principles behind NFS file‑lock state view consistency, covering NFSv4's stateful design, the SeqId mechanism, SunRPC handling of duplicate requests, and how signal interruptions are managed to keep client and server lock views synchronized.

ConsistencyDistributed File SystemFile Lock
0 likes · 10 min read
How NFSv4 Guarantees Consistent File Locks Across Clients
Tencent Cloud Developer
Tencent Cloud Developer
Apr 27, 2020 · Cloud Computing

High‑Throughput Cloud File Storage (CFS) Design for Kuaishou's Spring Festival Red‑Envelope Campaign

During Kuaishou's 2020 Spring Festival red‑envelope campaign, Tencent Cloud's Cloud File Storage (CFS) provided a high‑throughput, read‑heavy NFS solution that handled up to 5 GB/s across 1 700 pods, delivering 100% availability, low latency, and massive interaction volumes for billions of users.

CFSDistributed File SystemHigh Throughput
0 likes · 22 min read
High‑Throughput Cloud File Storage (CFS) Design for Kuaishou's Spring Festival Red‑Envelope Campaign
DevOps Cloud Academy
DevOps Cloud Academy
Nov 9, 2019 · Operations

Configuring Jenkins High Availability with HAProxy and NFS

This guide explains how to achieve Jenkins high availability by deploying two Jenkins master nodes behind HAProxy, sharing Jenkins home via NFS, and configuring HAProxy load balancing and health checks, including detailed host setup, NFS and Jenkins installation steps, and test results.

DevOpsHAProxyInfrastructure
0 likes · 10 min read
Configuring Jenkins High Availability with HAProxy and NFS
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Aug 4, 2019 · Cloud Native

Step-by-Step Guide: Deploy Jenkins on Kubernetes with NFS Storage and CI/CD Pipelines

This tutorial walks through installing NFS, creating PersistentVolume and PersistentVolumeClaim, deploying Jenkins as a Kubernetes Deployment with a Service, configuring Jenkins credentials and plugins, and building a complete CI/CD pipeline that builds, pushes Docker images and promotes deployments across dev, qa, and prod environments.

DockerJenkinsKubernetes
0 likes · 11 min read
Step-by-Step Guide: Deploy Jenkins on Kubernetes with NFS Storage and CI/CD Pipelines
JD Tech
JD Tech
Oct 26, 2018 · Cloud Native

Retrieving and Accessing Jenkins Job Workspace on Kubernetes Using NFS Mount

This article explains how to solve the problem of losing Jenkins job artifacts when using dynamic Kubernetes agents by mounting the slave workspace to the master via NFS, modifying pipeline code, and accessing the workspace through the Jenkins UI, complete with step‑by‑step instructions and troubleshooting tips.

DevOpsJenkinsKubernetes
0 likes · 7 min read
Retrieving and Accessing Jenkins Job Workspace on Kubernetes Using NFS Mount
UCloud Tech
UCloud Tech
Mar 21, 2018 · Fundamentals

Why NFSv4 Matters: A Deep Dive into NFS‑Ganesha’s Architecture and Benefits

This article provides a comprehensive overview of the NFSv4 protocol, its design goals, and the advantages of the user‑space NFS‑Ganesha implementation—including memory management, portability, simplified access, FUSE integration, modular architecture, threading, caching strategies, and its integration with Ceph RGW.

CephNFSNFS-Ganesha
0 likes · 15 min read
Why NFSv4 Matters: A Deep Dive into NFS‑Ganesha’s Architecture and Benefits
Practical DevOps Architecture
Practical DevOps Architecture
Sep 7, 2017 · Operations

Configuring NFS Server and Client on CentOS

This guide explains how to install, configure, and start NFS services on a CentOS server, define export options, and mount the shared directories on client machines using commands such as showmount, exportfs, and mount, including persistent fstab configuration.

CentOSLinuxNFS
0 likes · 7 min read
Configuring NFS Server and Client on CentOS
Efficient Ops
Efficient Ops
May 17, 2016 · Operations

When a Single Cable Crashes a Network: Real Ops Incident Lessons

This article recounts two real‑world operations incidents—a network outage caused by an improperly configured portfast on a trunk link and an NFS failure that crippled an API service—then distills practical lessons on pre‑incident procedures, monitoring, fault handling, recovery, and post‑mortem practices.

ITILNFSOperations
0 likes · 11 min read
When a Single Cable Crashes a Network: Real Ops Incident Lessons
MaGe Linux Operations
MaGe Linux Operations
Apr 23, 2015 · Operations

How to Achieve Web Server Load Balancing and Data Sync with NFS on CentOS

This guide explains how to use NFS on CentOS to synchronize data between multiple web servers and implement load balancing, covering NFS service basics, configuration files, export options, related commands, DNS setup, shared directory creation, Apache virtual host configuration, and testing the synchronized WordPress site.

CentOSConfigurationLinux
0 likes · 9 min read
How to Achieve Web Server Load Balancing and Data Sync with NFS on CentOS
Art of Distributed System Architecture Design
Art of Distributed System Architecture Design
Mar 27, 2015 · Cloud Computing

Evolution of Image Server Architecture: From NFS to Distributed Storage and Cloud OSS

The article examines the progressive evolution of image server architectures—from early NFS‑based setups through distributed storage with load balancing and caching, to modern cloud‑based solutions like Alibaba OSS—highlighting design considerations, performance trade‑offs, and implementation details for scalable, high‑availability image services.

CDNNFSOSS
0 likes · 19 min read
Evolution of Image Server Architecture: From NFS to Distributed Storage and Cloud OSS