Skip to content

Techeons

Imagine | Explore | Innovate

Menu
  • Home
Menu

How to mount a NFS volume on Ubuntu

Posted on September 2, 2024

NFS volume mount

1) Install package to enable NFS support on the client system:

sudo apt install nfs-common

2) Create a directory to which the NFS volume will be mounted:

mkdir /data

3) Update /etc/fstab:

sudo vim /etc/fstab
<ip>:/<volume> /data   nfs     rw,vers=3,rsize=65535,wsize=65535,hard,proto=tcp,timeo=600,nolock,retrans=2,sec=sys

4) Mount the volume:

sudo mount -a

5) Verify the mount:

df -h

Share on Social Media
x facebook pinterest linkedin tumblr reddit emailwhatsapptelegrammastodon

Leave a Reply Cancel reply

You must be logged in to post a comment.

Recent Posts

  • Nginx: How to increase timeout for Nginx
  • Cheat Sheet: Essential Git Commands
  • Setting a default shell in Linux
  • Setting up Composer on Linux
  • Switch easily between Python versions on a Mac using pyenv

Tags

ai alerting aws b2 backblaze certificate cheatsheet cloud commands data-science datalake devops dns docker dremio git gitlab infra jenkins kubernetes linux metabase minikube minio monitoring mount mysql nginx nodejs notebooks openssh php python scala secrets spark ssh ssl ubuntu ufw usb web dev tools windows xampp zeppelin

©2026 Techeons | Design: Newspaperly WordPress Theme